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

search for in the

snmprealwalk> <snmpget
[edit] Last updated: Fri, 24 Jun 2011

view this page in

snmpgetnext

(PHP 5)

snmpgetnext دریافت شی SNMP

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 - [1 notes]
up
0
achalsaraiya at yahoo dot co dot in
3 years ago
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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites