Ad Widget

Collapse

Zabbix “No Such Object available on this agent at this OID” while MIB already added

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tienpt
    Junior Member
    • Sep 2012
    • 29

    #1

    Zabbix “No Such Object available on this agent at this OID” while MIB already added

    Morning Everyone,

    In fact, my question is already posted at stackoverflow. But I really want to get the help here where have a lot of Zabbix experience.
    Back to main topic, I am having an issue with get the OID of HPE MSR router. In the first time, I used "Template Net HP Enterprise Switch SNMPv2" in Template of Host. Most of Items is working fine. expect CPU utilization. It returns with error message "No Such Object available on this agent at this OID"



    Then I went to Zabbix server
    Code:
    ops2:/tmp$ snmptranslate -IR -On hpSwitchCpuStat
    [COLOR=#FF0000]Unknown object identifier: hpSwitchCpuStat[/COLOR]


    Code:
    ops2:~$ snmpwalk -v2c -c public 10.10.10.1 STATISTICS-MIB::hpSwitchCpuStat
    STATISTICS-MIB::hpSwitchCpuStat = No Such Object available on this agent at this OID
    then download MIB and import to MIB local server
    Code:
    ops2:/usr/share/snmp/mibs# snmptranslate -m +STATISTICS-MIB -IR -On hpSwitchCpuStat
    then verify if MIB already imported to Zabbix MIB
    Code:
    @ops2:/usr/share/snmp/mibs# snmptranslate -m +STATISTICS-MIB -IR -On hpSwitchCpuStat
    .1.3.6.1.4.1.11.2.14.11.5.1.9.6.1
    And
    Code:
    ops2:/usr/share/snmp/mibs# snmptranslate -On STATISTICS-MIB::hpSwitchCpuStat
    .1.3.6.1.4.1.11.2.14.11.5.1.9.6.1
    Code:
    ops2:/usr/share/snmp/mib2c-data# snmpwalk -v2c -c public 10.10.10.1
    SNMPv2-MIB::sysDescr.0 = STRING: HPE Series Router MSR930
    HPE Comware Platform Software
    Comware Software Version 5.20, Release 2514P14
    Copyright(c) 2010-2015 Hewlett-Packard Enterprise Development LP
    Also changed the mibs values in /ect/snmp/snmp.conf
    Code:
    ops2:/usr/share/snmp/mib2c-data# vim /etc/snmp/snmp.conf
    mibs +STATISTICS-MIB
    As I see, the Object already existed. SNMP Translate found it. But, Zabbix Web Frontend still could not find it. It still alerts: No Such Object available on this agent at this OID

    After that, I check the OID existing in HPE
    Code:
    ops2:~$ snmpwalk -v2c -c public 10.10.10.1 STATISTICS-MIB::hpSwitchCpuStat STATISTICS-MIB::hpSwitchCpuStat = No Such Object available on this agent at this OID
    So it means that this OID doesn't exist in HPE, so snmpwalk could not GET the value.

    How can I add OID to HPE? could you give me any advices? Thank you so much.

    Click image for larger version

Name:	Screen Shot 2019-06-21 at 9.54.57 AM.png
Views:	2144
Size:	172.5 KB
ID:	381110
  • imadedwis
    Junior Member
    • Dec 2017
    • 7

    #2
    Hi Tienpt,

    I'm facing issue like you, how about your issue now ?
    I'm monitoring Nutanix using snmp method, snmp bar is green, and tried to snmpwalk for all MIB were replied. But I've tried to do snmpwalk for MIB and found this "No Such Object available on this agent at this OID". Is there anyone can help me to solve it ?

    Thanks
    Regards
    Made

    Comment

    Working...