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

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,

mib api configuration

2008-10-24 Thread Daniel Quintero
Hi, I'm writing a program that uses the c mib api to display the mib tree. I've come across a problem with a mib that contains underscores in object names. I have read about the "mibAllowUnderline 1" in the snmp.conf file. The question is: how can I turn that option on, since I don't believe th