in reply to Re^2: Problems with the module Net::SNMP
in thread Problems with the module Net::SNMP

In the Net::SNMP documentation they make a great example:
1. Blocking SNMPv1 get-request for sysUpTime
This assumes that your printers implement the sysUpTime OID. If not then you might use sysDescr or something else. Device Dependent!

andyford
or non-Perl: Andy Ford

  • Comment on Re^3: Problems with the module Net::SNMP