SNMP: snmpwalk giving dissimilar results
When I use this command:
snmpwalk -c community -v 2c server1:3161 1.3.6.1.2.1.67.1.1.1.1.15.1.4
my list includes:
iso.3.6.1.2.1.67.1.1.1.1.15.1.4.16 = Counter32: 13718270
but when I use this comand:
snmpwalk -c community -v 2c server1:3161 1.3.6.1.2.1.67.1.1.1.1.15.1.4.16
I get this:
iso.3.6.1.2.1.67.1.1.1.1.15.1.4.16 = Counter32: 3134
the value returned in the second command is the same as the value for oid=1.3.6.1.2.1.67.1.1.1.1.15.1.4.1 and returns the same for all values for oids (1.3.6.1.2.1.67.1.1.1.1.15.1.4.x)
how is this possible? what am i doing wrong?
Last edited by jaredboyd; 09-24-2008 at 10:58 AM.
|