Hello.

I have some questions of this snmpwalk result.

When I specify the OID I'm interrested in(1.3.6.1.4.1.9.2.2.1.1.26 :
locIfInputQueueDrops),

$ snmpwalk -v 2c -c public 128.210.254.180 1.3.6.1.4.1.9.2.2.1.1.26
SNMPv2-SMI::enterprises.9.2.2.1.1.26.1 = INTEGER: 0
SNMPv2-SMI::enterprises.9.2.2.1.1.26.2 = INTEGER: 0
.....
SNMPv2-SMI::enterprises.9.2.2.1.1.26.35 = INTEGER: 0

It shows a result that says all the values are zeros.

However, when I use the command below(does not specify OID and just grep)

$ snmpwalk -v 2c -c public 128.210.254.180 | grep 9.2.2.1.1.26

There's no output.

Why I cannot see the output with the second command?
(snmpwalk traverses all insde the tree, right?)

Furthermore, is there any possibility that the zeros on the first
result mean that
the function(checking input queue drops) is disabled, thus all zeros?

 Thank you in advance.

 HAVE A GREAT DAY!


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to