Using Zabbix 1.8.6
I can usually resolve these 0x81 issues, but this one has me baffled and I'm hoping someone can help. I installed new MIBs for some Juniper devices we have and the zabbix user can snmpget any of these new MIBs from the command line. However, the item errors and returns "OID [xxxx] has unknown type [0x81]". It works ok when using the OID numeric value.
I bumped up the zabbix server log to debug and see a message preceding the 0x81 message that reads:
However, the instance does clearly exist:
I've restarted the zabbix_server process and verified that the zabbix user can poll this OID with no problems (as shown above). I'm not sure what else to try. Is there something I need to do to force zabbix to use the new MIBs? I read somewhere else that a restart of zabbix_server should be enough.
I've tried storing the item as unsigned and float but get the same result on both.
Other related log stuff that may or may not be helpful:
Thanks for any help.
I can usually resolve these 0x81 issues, but this one has me baffled and I'm hoping someone can help. I installed new MIBs for some Juniper devices we have and the zabbix user can snmpget any of these new MIBs from the command line. However, the item errors and returns "OID [xxxx] has unknown type [0x81]". It works ok when using the OID numeric value.
I bumped up the zabbix server log to debug and see a message preceding the 0x81 message that reads:
Code:
/var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.314 AV loop OID [jnxVirtualChassisMemberUptime.0] Type [0x81] 'No Such Instance currently exists at this OID'
Code:
[zabbix@host ~]$ snmpget -Os -v2c -ccomm -Lf /dev/null switch jnxVirtualChassisMemberUptime.0 jnxVirtualChassisMemberUptime.0 = INTEGER: 3797503
I've tried storing the item as unsigned and float but get the same result on both.
Other related log stuff that may or may not be helpful:
Code:
/var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.250 In substitute_simple_macros() data:'jnxVirtualChassisMemberUptime.0' /var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.250 In substitute_simple_macros() data:'jnxVirtualChassisMemberUptime.0' /var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.250 In get_value() key:'jnxVirtualChassisMemberUptime.0' /var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.250 In get_value_snmp() key:'jnxVirtualChassisMemberUptime.0' oid:'jnxVirtualChassisMemberUptime.0' /var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.250 In snmp_normalize(oid:jnxVirtualChassisMemberUptime.0) /var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.250 End of snmp_normalize():jnxVirtualChassisMemberUptime.0 /var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.250 In get_snmp(oid:jnxVirtualChassisMemberUptime.0) /var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.314 AV loop OID [jnxVirtualChassisMemberUptime.0] Type [0x81] 'No Such Instance currently exists at this OID' /var/log/zabbix/zabbix_server.log.old: 25158:20110916:125004.314 Item [den3agsw01:jnxVirtualChassisMemberUptime.0] error: OID [jnxVirtualChassisMemberUptime.0] value has unknown type [0x81] /var/log/zabbix/zabbix_server.log.old: 25171:20110916:125006.486 Item [den3agsw01:jnxVirtualChassisMemberUptime.0] became not supported: OID [jnxVirtualChassisMemberUptime.0] value has unknown type [0x81] /var/log/zabbix/zabbix_server.log.old:update items set lastclock=1316199004,status=3,error='OID [jnxVirtualChassisMemberUptime.0] value has unknown type [0x81]' where itemid=38221;
Comment