downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

snmprealwalk> <snmpget
Last updated: Fri, 24 Sep 2010

view this page in

snmpgetnext

(PHP 5)

snmpgetnext Fetch a SNMP object

Description

string snmpgetnext ( string $host , string $community , string $object_id [, int $timeout [, int $retries ]] )
Warning

This function is currently not documented; only its argument list is available.



add a note add a note User Contributed Notes
snmpgetnext
achalsaraiya at yahoo dot co dot in
25-Mar-2010 11:46
with snmpget api, the agent returns the value associated
with the OID (or OIDs) specified in the original request.
The snmpgetnext api is  similar, but the agent returns the
value associated with the next (valid) OID

eg:
snmpgetnext('192.168.40.134',
                   'public',
                   'SNMPv2-MIB::sysUpTime.0');

will give the output:
STRING: user@hostname

snmprealwalk> <snmpget
Last updated: Fri, 24 Sep 2010
 
 
show source | credits | sitemap | contact | advertising | mirror sites