PHP Doku:: Fetch a SNMP object - function.snmpgetnext.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteSNMPSNMP-Funktionensnmpgetnext

Ein Service von Reinhard Neidl - Webprogrammierung.

SNMP-Funktionen

<<snmpget

snmprealwalk>>

snmpgetnext

(PHP 5)

snmpgetnext Fetch a SNMP object

Beschreibung

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

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
achalsaraiya at yahoo dot co dot in
25.03.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



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)