2009/4/3 down Load <engl...@yahoo.com>:
> 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

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to