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.
Recently upgraded our cisco 3750 switches and enabled ipv6 on them. Now two of them are experiencing errors with both of our cacti servers. Strange that its only 2 switches as they all now have identifical IOS version.
Cacti 0.8.7g
When performing a verbose query on the interface stats this is the error I get :-
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ Index found at OID: '1.3.6.1.2.1.2.2.1.1' value: 'No more variables left in this MIB View (It is past the end of the MIB tree)'
+ Located input field 'ifIndex' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.1'
+ Found item [ifIndex='No more variables left in this MIB View (It is past the end of the MIB tree)'] index: 1 [from value]
+ Located input field 'ifOperStatus' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.8'
+ Found item [ifOperStatus='Testing'] index: 8 [from value]
+ Located input field 'ifDescr' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.2'
+ Found item [ifDescr='No more variables left in this MIB View (It is past the end of the MIB tree)'] index: 2 [from value]
+ Located input field 'ifName' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.31.1.1.1.1'
+ Found item [ifName='No more variables left in this MIB View (It is past the end of the MIB tree)'] index: 1 [from value]
The only view I have defined is 'snmp-server view remoteping ciscoPingMIB included' which just gives write access so nagios can perform a remote ping from the switch in order to check connectivity over specific interfaces.
Querying is done via v2c. I have performed a diff between the two switch configs and apart from teh expected interface differences the snmp configuration is identical between the working and non working switch.
+ Located input field 'ifOperStatus' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.8'
+ Found item [ifOperStatus='Testing'] index: 8 [from value]
but it denotes "testing".
Is this the same as working switch?
I tried doing a snmpwalk from just .1.3.6 which worked on one switch but gave the same error on the other on.
From that its oviously not a cacti incompatibility with the features configured on the switch but something wrong with the switch config.
I have raised a ticket with cisco and I will let you know what they do to fix it just incase someone else with the same problem finds this topic.
gblades wrote:I tried doing a snmpwalk from just .1.3.6 which worked on one switch but gave the same error on the other on.
From that its oviously not a cacti incompatibility with the features configured on the switch but something wrong with the switch config.
I have raised a ticket with cisco and I will let you know what they do to fix it just incase someone else with the same problem finds this topic.
Did cisco ever give you a reason for why this is happening?