|
From: Dave S. <D.T...@li...> - 2009-04-03 09:18:47
|
2009/4/3 down Load <en...@ya...>:
> 2) i run snmpwalk and found
> Received SNMP packet(s) from UDP: [0.0.0.0]->[127.0.0.1]:-26649
> GETNEXT message
> -- HOST-RESOURCES-MIB::hrStorageType.44
> Segmentation fault(coredump)
What is the next entry after row 44?
I.e. what is the output of
snmpgetnext .... hrStorageIndex.44
?
Take this number and try asking for individual columns
of that row directly.
What is the output of
snmpget .... hrStorageDescr.NN
?
(where NN is the value returned from the getnext request)
What about
snmpget .... hrStorageType.NN
Dave
|