After a fresh boot, the SNMP temperature/voltage OIDs are missing. I have to perform an SNMP walk to make them accessible.
Code:Select all
$ snmpget -v1 -c public 172.18.87.136 SNMPv2-SMI::enterprises.14988.1.1.3.8.0 SNMPv2-SMI::enterprises.14988.1.1.3.10.0 ; snmpwalk -v1 -c public 172.18.87.136 SNMPv2-SMI::enterprises.14988 ; snmpget -v1 -c public 172.18.87.136 SNMPv2-SMI::enterprises.14988.1.1.3.8.0 SNMPv2-SMI::enterprises.14988.1.1.3.10.0 Error in packet Reason: (noSuchName) There is no such variable name in this MIB. Failed object: SNMPv2-SMI::enterprises.14988.1.1.3.8.0 SNMPv2-SMI::enterprises.14988.1.1.3.9.0 = STRING: "n/a" SNMPv2-SMI::enterprises.14988.1.1.3.10.0 = INTEGER: 520 SNMPv2-SMI::enterprises.14988.1.1.4.2.0 = Hex-STRING: 07 B2 01 01 00 01 07 00 SNMPv2-SMI::enterprises.14988.1.1.4.3.0 = INTEGER: 5 SNMPv2-SMI::enterprises.14988.1.1.4.4.0 = STRING: "4.16" SNMPv2-SMI::enterprises.14988.1.1.4.5.0 = INTEGER: 6 SNMPv2-SMI::enterprises.14988.1.1.6.1.0 = Gauge32: 0 SNMPv2-SMI::enterprises.14988.1.1.7.1.0 = INTEGER: 0 End of MIB SNMPv2-SMI::enterprises.14988.1.1.3.8.0 = INTEGER: 112 SNMPv2-SMI::enterprises.14988.1.1.3.10.0 = INTEGER: 520
As a side note, SNMPv2-SMI::enterprises.14988.1.1.4.2.0 seems to be invalid too... license valid to 1970/01/01?
Any workaround for above problems?