snmpgetnext

(PHP 5)

snmpgetnext — Fetch a SNMP object

Описание

string snmpgetnext ( string $host , string $community , string $object_id [, int $timeout [, int $retries ]] )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Коментарии

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
2010-03-25 04:46:27
http://php5.kiev.ua/manual/ru/function.snmpgetnext.html

    Поддержать сайт на родительском проекте КГБ