> I tried using get_node and snmp_parse_oid functions (with first parameter > set to "testBuja.\"ba\""). The returned OID is ........2.2.1.2.0.98.97 > When using snmpset..., the OID sent to snmpd is ........2.2.1.3.2.98.97
Hmmm... the names you're using don't actually match the MIB fragment you gave! The first one definitely looks wrong - it's referring to 'tableBuja' but with an invalid instance string. The second one is actually referring to 'tableBaja."ba"' I'm wondering if the length of the string is being inserted into the wrong point in the OID. What if you try again with "tableBuja.\"baba\"" ? That *ought* to refer to ....2.2.1.2.4.98.97.98.97 but I wonder whether it'll actually use ....2.2.1.4.0.98.97.98.97 But there's definitely something inconsistent between your examples and the MIB file you've listed. Dave ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
