Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: two plus six?
(Example: nine)

The Note You're Voting On

achalsaraiya at yahoo dot co dot in
15 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

<< Back to user notes page

To Top