We have an old Cisco 4006 switch for which we would like to monitor the chassis temperature through Zabbix. When I do an snmpwalk of the device, I get the following:
snmpwalk -v 1 -c re7wEz6P 10.90.0.150 .1.3.6.1.4.1.9.9.13.1.3
SNMPv2-SMI::enterprises.9.9.13.1.3.1.2.1 = STRING: "Chassis Temperature Sensor"
SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.1 = Gauge32: 32
SNMPv2-SMI::enterprises.9.9.13.1.3.1.4.1 = INTEGER: 95
SNMPv2-SMI::enterprises.9.9.13.1.3.1.5.1 = INTEGER: 0
SNMPv2-SMI::enterprises.9.9.13.1.3.1.6.1 = INTEGER: 1
The SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.1 = Gauge32: 32 entry being the current temperature of the chassis. However when I configure the item in Zabbix and watch latest data on the monitoring screen to see if it ever reports the value, it eventually drops that item and when I go back to the configuration page, it shows it as not supported. Is this indeed something that is not accessible via SNMP and Zabbix even though the snmpwalk shows the OID is there within the device?
Thank You.
snmpwalk -v 1 -c re7wEz6P 10.90.0.150 .1.3.6.1.4.1.9.9.13.1.3
SNMPv2-SMI::enterprises.9.9.13.1.3.1.2.1 = STRING: "Chassis Temperature Sensor"
SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.1 = Gauge32: 32
SNMPv2-SMI::enterprises.9.9.13.1.3.1.4.1 = INTEGER: 95
SNMPv2-SMI::enterprises.9.9.13.1.3.1.5.1 = INTEGER: 0
SNMPv2-SMI::enterprises.9.9.13.1.3.1.6.1 = INTEGER: 1
The SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.1 = Gauge32: 32 entry being the current temperature of the chassis. However when I configure the item in Zabbix and watch latest data on the monitoring screen to see if it ever reports the value, it eventually drops that item and when I go back to the configuration page, it shows it as not supported. Is this indeed something that is not accessible via SNMP and Zabbix even though the snmpwalk shows the OID is there within the device?
Thank You.
Comment