On Wed, 17 Nov 2004 09:19:07 +0800 Jim wrote:
JS>    I have implemented net-snmp agent on 5.0.6 with UCD api.
JS>    The agent has the handling to get the content of a table from another
JS>    process. [...] I would like to know in the
JS>     var_abcTable() routine how do I handle the multiple set of table. 

If there are multiple object set for var_abcTable, you will get multiple calls
to the function (one per variable).

You will have to look at the incoming varbind OID to determine which row is
being modified.

JS>    Is there a example code can be referenced?

There are may examples in the mibgroup directory. Try a grep for
the string "write_method =" to find modules that have old api write support.

-- 
Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
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

Reply via email to