in reply to Perl SNMP gettable vs snmptable and snmpbulkget

My first suggestion would be to try using the OID (.1.3.6.1.4.1.9.9.109.1.1.1) in place of the name and see if you can retrieve it in that manner. If so, it may reflect that the module might not have access to/be accessing the same set of MIBs as the other programs you tested.

Hope that helps.

  • Comment on Re: Perl SNMP gettable vs snmptable and snmpbulkget

Replies are listed 'Best First'.
Re^2: Perl SNMP gettable vs snmptable and snmpbulkget
by wveagle81 (Novice) on Jan 20, 2016 at 18:00 UTC
    Thanks, but that didn't help. I ended up inserting the command line command into my code and just parsing the output. A little more complicated, but it works.