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
then download MIB and import to MIB local server
then verify if MIB already imported to Zabbix MIB
And
Also changed the mibs values in /ect/snmp/snmp.conf
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
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.
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
Code:
ops2:/usr/share/snmp/mibs# snmptranslate -m +STATISTICS-MIB -IR -On hpSwitchCpuStat
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
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
Code:
ops2:/usr/share/snmp/mib2c-data# vim /etc/snmp/snmp.conf mibs +STATISTICS-MIB
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
How can I add OID to HPE? could you give me any advices? Thank you so much.
Comment