> 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
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
:
主题: 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
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,