Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I came across this problem while trying to debug my cacti graphs. Very basic stuff here... When I query a remote system for its interfaces' in/out octets with snmpwalk I get the same value for the first three interfaces:
I captured the network traffic during an snmpwalk attempt that was returning bad results and found that the traffic over the wire was correct. Apparently snmpwalk is just displaying the results incorrectly. This is really odd because I've tried it from two different hosts using two different versions of net-snmp and they behaved identically.
On the other hand, snmpwalk on the system being queried returns (and displays) the correct results.
The network capture was done on the host being queried though... Maybe UDP traffic is being interfered with on the network somehow? I'll try a capture on the other end and see what I get.
The version of net-snmp I was using on the monitored host was buggy. It's running SuSE 10.0 x86_64 and had net-snmp-5.2.1-10 installed. I upgraded this to 5.3.0.1-42.3 and it's working now. I had to uninstall the hplip rpm which had a dependency on libnetsmp.so.5 before I could do the upgrade.