Re: FW: Searching the MIB tree

2008-12-08 Thread Wes Hardaker
> On Fri, 5 Dec 2008 09:16:34 +, "Daniel Quintero" <[EMAIL PROTECTED]> > said: DQ> The question is if I can easily find the pointer to a node in the DQ> tree just by having its OID in numeric form, because if I do, then I DQ> can go through the list of varbinds and get the label I wa

FW: Searching the MIB tree

2008-12-05 Thread Daniel Quintero
again. Daniel. From: Daniel Quintero [EMAIL PROTECTED] Sent: 03 December 2008 10:50 To: [email protected] Subject: Searching the MIB tree Hi, Using the mib api, given a string containing the numerical form of an OID, I need to get a list of i

Re: Searching the MIB tree

2008-12-03 Thread sunle
: 主题: Searching the MIB tree 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

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,