I'm using V1.8.2 server and get lots of data via SNMP in most cases I juen use the raw numeric OID. In this case I am attempting to get the CPU loading of a switch. The server log shows this:-
error: OID [1.3.6.1.4.1.890.1.5.8.16.9.7.0] value has unknown type [0x80]
Yet "snmpget 10.104.102.2 -c public -v2c 1.3.6.1.4.1.890.1.5.8.16.9.7.0" correctly reports this:-
SNMPv2-SMI::enterprises.890.1.5.8.16.9.7.0 = INTEGER: 44
What can the problem be?
Many Thanks
error: OID [1.3.6.1.4.1.890.1.5.8.16.9.7.0] value has unknown type [0x80]
Yet "snmpget 10.104.102.2 -c public -v2c 1.3.6.1.4.1.890.1.5.8.16.9.7.0" correctly reports this:-
SNMPv2-SMI::enterprises.890.1.5.8.16.9.7.0 = INTEGER: 44
What can the problem be?
Many Thanks
Comment