On Fri, 2005-05-20 at 18:40, James Hardin wrote: > I don't have a specific table in mind. I just wanted to see a > general example using the UCD-SNMP API for: > > - creating a new row in a table using the "entryStatus" variable > in SNMPv1 > - creating a new row in a table using the "rowStatus" variable > in SNMPv2
First mistake - these types are not related to particular versions of SNMP. RowStatus was introduced with SMIv2 - but that's purely concerned with the *syntax* of the MIB file. It can be used perfectly well with SNMPv1 requests. EntryStatus is specific to the RMON-MIB, and has basically been superceded by RowStatus. Forget about it. > I just wanted to see a general example using the UCD-SNMP API for > creating a new row in a table using the "rowStatus" variable Please take a look at the 'agent/mibgroup' subtree. There are a number of examples of RowStatus there - using both v4 and v5 APIs. Dave ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
