Net::SNMP Counter64

jdavidb on 2006-03-13T19:17:25

I'm using Net::SNMP with perl 5.6.1. I don't fully know what I'm doing, as I'm fairly new to SNMP.

I'm supposed to pull all the information I would be getting with an snmpwalk. It took me awhile to figure out how to traverse the same list of information, but I finally worked it out. Except that two values seem to be skipped. If I query for them directly, they don't appear to exist for Net::SNMP, but they do for snmpwalk.

The only thing I can see that is unique to those two values is that they are 64 bit. (Type Counter64 instead of type Counter32.)

Does anyone have enough experience with this to hazard a guess as to how I can get my 64 bit values? (I'm on a 64 bit operating system, if it matters, though I don't know how things are compiled.)