On 22/11/06, Shanmugha Mari <[EMAIL PROTECTED]> wrote: > I am using ifIndex as index for my one of the table, if the OID is say big > number (EX - 1.3.6.1.4.1.24625.2.1.4.2.1.1.268967936) .
That should be fine. Each numeric subidentifier can be anything up to 2^32-1 (=4294967295) You're comfortably within that. > The function snmp_parse_oid(const char *argv, oid * root, size_t * rootlen) > is returning error, but for other OID it's working fine. What is the exact code that you're using? What error is it returning? Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
