Ethereal-users: Re: [Ethereal-users] SNMP SDK

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 14 Aug 2001 12:15:43 -0700 (PDT)
> Does the SDK support SNMPv3 ?

To which SNMP SDK are you referring?

Ethereal uses SNMP libraries only as a way of reading MIB files and
getting information about the objects to which an OID refers; it doesn't
implement the SNMP protocol itself.

The SNMP libraries I know of are:

    the CMU SNMP library:

	http://www.net.cmu.edu/groups/netdev/software.html

    the NET-SNMP library (which used to be called the UCD SNMP library):

	http://net-snmp.sourceforge.net/

You should check those Web sites out to see which of those libraries, if
any, support SNMPv3.

> Can i write my own SNMPv3 management application in order to 
> catch SNMPv3 trap/inform messages ?

Again, check out those Web sites.