I have a problem with a SNMP v2 item. I want to graph CPU load of a Cisco device with this SNMP OID item : 1.3.6.1.4.1.9.9.109.1.1.1.1.5.5000
- With snmpwalk on the server it's OK :
snmpwalk -v2c -c xxx hostname 1.3.6.1.4.1.9.9.109.1.1.1.1.5.5000
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.5000 = Gauge32: 21
- But with Zabbix I get (/var/log/zabbix_server.log) :
item [hostname:1.3.6.1.4.1.9.9.109.1.1.1.1.5.5000] became not supported: No Such Instance currently exists at this OID
Who could help?
Thanks
- With snmpwalk on the server it's OK :
snmpwalk -v2c -c xxx hostname 1.3.6.1.4.1.9.9.109.1.1.1.1.5.5000
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.5000 = Gauge32: 21
- But with Zabbix I get (/var/log/zabbix_server.log) :
item [hostname:1.3.6.1.4.1.9.9.109.1.1.1.1.5.5000] became not supported: No Such Instance currently exists at this OID
Who could help?
Thanks
Comment