Re: Searching the MIB tree

2008-12-03 Thread sunle
You meant to get the data from a table?Why not use the application snmptable or snmpwalk,and get the data via pipe? if using the api,try the apis with snmp_table as prefix 2008-12-04 sunle 发件人: Daniel Quintero 发送时间: 2008-12-03 19:04:18 收件人: [email protected] 抄送: 主

Searching the MIB tree

2008-12-03 Thread Daniel Quintero
Hi, Using the mib api, given a string containing the numerical form of an OID, I need to get a list of it's varbinds in text form. I can see in the man pages for mib_api that there is a get_module_node that will search for the given OID string, but in return it will give me just the OID list,