I have an issue this morning, all my interface graphes are working except for one host and it was working just a while back. It is a redback se400 broadband router that has the standard Interfaces mib. Cacti was graphing it's interface until one of my collegues pointed out to refresh the graph because an interface was not being graphed. I tried to refresh the Index by pressing the "green circle" in the device screen, and nothing happend, so I deleted the SNMP - Interface Statistics in Associated Data Queries and readded it, here is where I got my problem. 0 items and 0 rows were found. When I do a "ps axu | grep snmpbulkwalk" after clicking the green circle icon, I see the snmpbulkwalk command being passed but here are the issues.
Take a look at the command being passed :
Code: Select all
/usr/bin/snmpbulkwalk -O n -c -v 2c -t 5 -r 3 -Cr50 192.168.1.1:161 .1.3.6.1.2.1.2.2.1.1
Code: Select all
192.168.1.1:161: Unknown Object Identifier
Code: Select all
/usr/bin/snmpbulkwalk -O n -c public -v 2c -t 5 -r 3 -Cr50 192.168.1.1:161 .1.3.6.1.2.1.2.2.1.1
Timeout: No Response from 192.168.1.1:161
I decided to give it one last try, I tried a simple snmpbulkwalk of the polled oid and guess what I got :
Code: Select all
/usr/share/cacti/resource/snmp_queries# snmpbulkwalk -v2c -c public 192.168.1.1 .1.3.6.1.2.1.2.2.1.1
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
IF-MIB::ifIndex.6 = INTEGER: 6
IF-MIB::ifIndex.7 = INTEGER: 7
IF-MIB::ifIndex.33685503 = INTEGER: 33685503
IF-MIB::ifIndex.33685504 = INTEGER: 33685504
IF-MIB::ifIndex.33947647 = INTEGER: 33947647
IF-MIB::ifIndex.33947650 = INTEGER: 33947650
IF-MIB::ifIndex.34209788 = INTEGER: 34209788
IF-MIB::ifIndex.34209789 = INTEGER: 34209789
IF-MIB::ifIndex.34209793 = INTEGER: 34209793
Sincerely,
cookie