We've just picked up a couple of Procurve 2626 switches to use instead of our normal choice of Cisco but are having some trouble getting Cacti to read the interface information.
We have Cacti installed on a Debian server and the switch has been added as a Generic SNMP device in Cacti using SNMP v2.
Under 'SNMP Information' on the device page, Cacti displays:
Code: Select all
System: HP J4900B ProCurve Switch 2626, revision H.08.67, ROM H.08.02 (/sw/code/build/fish(f04))
Code: Select all
Success [0 Items, 0 Rows]
Code: Select all
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/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 '/var/www/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/cacti/resource/snmp_queries/interface.xml'
Code: Select all
support:/var/www/cacti/log# snmpwalk -c community xxx.xxx.xxx.xxx .1.3.6.1.2.1.2.2.1.1
interfaces.ifTable.ifEntry.ifIndex.1 = 1
interfaces.ifTable.ifEntry.ifIndex.2 = 2
interfaces.ifTable.ifEntry.ifIndex.3 = 3
...etc
Many thanks,
Kris