On 3/3/11 2:24 PM, Stempien, Dave wrote:
Can anyone explain this one?  It's been driving me nuts all day...

 From my InterMapper server, I can perform the following snmpget:

[dstempien@intermapper ~]$ snmpget -v1 -c<removed>  ax-faxgw01-ag 
1.3.6.1.4.1.9.10.19.1.1.9.1.4.0.0
SNMPv2-SMI::enterprises.9.10.19.1.1.9.1.4.0.0 = Counter32: 7


If I use the snmpwalk utility in IM remote, I get the following:

1.3.6.1.4.1.9.10.19.1.1.9.1.4.0.0 SNMPv2-SMI::enterprises.9.10.19.1.1.9.1.4.0.0 
Counter 7
1.3.6.1.4.1.9.10.19.1.1.9.1.4.0.1 SNMPv2-SMI::enterprises.9.10.19.1.1.9.1.4.0.1 
Counter 0


So far, so good -- it's returning a value of 7.  Yet, if I setup a Single OID 
Viewer or Basic OID probe with that same OID, I get a return value of 0.  To 
wit:


If the probe is using the DEFAULT type for the OID, it will be converting the Counter32 into rate/second. The rate of change is 0.

The snmpget and snmpwalk commands show the raw value of the Counter32.

If you set the type of the OID to TOTAL-VALUE, you should see the same value in the probe that you saw from snmpget/snmpwalk.

--
Bill Fisher
Dartware, LLC
____________________________________________________________________
List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [email protected]

Reply via email to