On 21/02/2008, Devvrat Tripathi <[EMAIL PROTECTED]> wrote: > Does netsnmp provide function (like get and set) for creating and deleting > tables/rows too.
It depends on the helper that you are using. But in general, most helpers will have APIs to do this, yes. > I saw the generic API for that but > that is just a > framework. Does it mean that we have to make our own handlers in case we > want these functions, using the generic API framework. The generic table API is primarily a guide to those developing table *helpers* - indicating the sort of tasks that such a helper should need to provide. If you are implementing a MIB table, then I'd suggest you use one of the existing table helpers - probably using mib2c to generate a basic framework for your MIB. You can then fill in the details of exactly how to get/update the information you wish to manage. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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
