Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.