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.
However when I try to add it in cacti, I get the "snmp error" message at the top, and the "No SNMP data returned" message in the Verbose Query. I've tried combinations of everything - using different templates and uname/pass with all versions of SNMP - nothing works. What do I need to do to get this working? I'm running latest stable version of cacti on Linux RH9 with up2date snmp rpm's installed.
I am also having a problem with 0.8.5 polling a Cisco switch. I have used previous version without any problems. The verbose query shows that the MIBs are being walked and results are being returned. The 'SNMP error' appears at the top of the device page. I did notice that the code in host.php is querying 1.3.6.1.2.1.1 (MIB2:System) items. The Catalyst switch is returning null values for some of those items, specifically sysUpTime. This may be why the 'SNMP error' message appears. I have not yet been able to sort through the rest of the code so perhaps Ian and others can help wih this one?
Perhaps this switch does not have any entries in the Interface MIB that Cacti is looking for? Do you have a MIB browser? Can you query for 1.3.6.1.2.1.2.1.0 with a "snmpget"? How many interfaces are listed? Then from 1.3.6.1.2.1.2.2.1.1.(ifIndex#) to 1.3.6.1.2.1.2.2.1.22.(ifIndex#) you should be able to get stats using "snmpget". If you browse and get no results from these MIBs, you may have to find out which MIBs contain the stats for that fiber channle switch. I could be barking up the wrong tree as well....The reason I headed this route is because the output that you displayed only show the MIB2:System stuff....Try and validate if you are getting anything form the MIB2:interfaces
i had the same problem. deleting the community in the device and re entering it fixed it. refreshign the data query on the create new graph screen displayed my interfaces.
I am having the same Problem with my PIX Firewall. I can SNMP browse and see all the interfaces - in fact the same device is being sucessfully graphed by MRTG based on the same community name on the same box (Linux RH8)
We have a Cisco MDS9500 with the same problem. When performing a verbose query we get the following results:
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/netmon/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'
+ No SNMP data returned
+ Found data query XML file at '/netmon/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/netmon/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/netmon/cacti/resource/snmp_queries/interface.xml'
When querying the OID .1.3.6.1.2.1.2.2.1.1 with snmpwalk, we get similar results as with a Cat3550.
Has anyone made any progress in this thread? Has anyone tried using the rrds created from the MDS Performance Manager?