Ad Widget

Collapse

OID [xxxx] has unknown type [0x81]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ori0n
    Member
    • Dec 2010
    • 35

    #1

    OID [xxxx] has unknown type [0x81]

    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:
    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'
    However, the instance does clearly exist:
    Code:
    [zabbix@host ~]$ snmpget -Os -v2c -ccomm -Lf /dev/null switch jnxVirtualChassisMemberUptime.0
    jnxVirtualChassisMemberUptime.0 = INTEGER: 3797503
    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:
    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;
    Thanks for any help.
  • STZ11
    Junior Member
    • Oct 2011
    • 1

    #2
    [0x81] error

    I have a similar issue with one particular SNMP item where I'm monitoring a particular interface on a Cisco switch. In the logs:

    24187:20111012:151943.228 Item [XXXXXXXX:ifOutOctets.5007] error: OID [.1.3.6.1.2.1.2.2.1.16.5007] value has unknown type [0x81]

    SNMPGET snows no issue with this OID:

    snmpget -v2c -c XXXXXXXX XX.XX.XX.XX .1.3.6.1.2.1.2.2.1.10.5007
    IF-MIB::ifInOctets.5007 = Counter32: 2296665270

    Oddly enough I have a similar item (OID ends in 5001) for a different Cisco switch that is otherwise identical and Zabbix can retrieve the SNMP value with no issue.

    Comment

    • Ori0n
      Member
      • Dec 2010
      • 35

      #3
      Can any moderators open an official bug for this? I'll be happy to provide as much information as the developers need.

      Thanks

      Comment

      • Ori0n
        Member
        • Dec 2010
        • 35

        #4
        This bug still exists on 1.8.9. SNMP query still works fine from command line as zabbix user. Anyone have any ideas or can any moderators help opening an official bug for this?

        Thanks

        Originally posted by Ori0n
        Can any moderators open an official bug for this? I'll be happy to provide as much information as the developers need.

        Thanks

        Comment

        Working...