--- On Sun, 6/28/09, Dave Shield <[email protected]> wrote:
> From: Dave Shield <[email protected]> > Subject: Re: snmptrapd.conf: Error: bad security level (noauthnopriv, > authnopriv, authpriv) > To: "PoWah Wong" <[email protected]> > Cc: "net-snmp-users" <[email protected]> > Received: Sunday, June 28, 2009, 4:07 AM > 2009/6/27 PoWah Wong <[email protected]>: > > > However, sending a v3 trap > > "snmptrap -e 0x0102030405 -v 3 -u admin -l auth -a MD5 > -A 12345678 172.20.11.72 42 coldStart.0" > > or > > "snmptrap -e 0x0102030405 -v 3 -u admin 172.20.11.72 > 42 coldStart.0" > > Note that these include an explicit engine ID.... > > > do not see any readable summary of the trap content. > > > > /home/powah/snmp/snmptrapd.conf is as follows: > > createUser admin MD5 12345678 DES 87654321 > > createUser adminwindows MD5 12345678 DES 87654321 > > ... while these do not. > > Try adding the engineID to the 'createUser' line as well. > > Dave > Adding the engineID to the 'createUser' line make the snmptrap v3 works. Thanks! createUser -e 0x0102030405 admin MD5 12345678 DES 87654321 How do the snmptrapd know the engine ID of the sendtrap application? __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ ------------------------------------------------------------------------------ _______________________________________________ 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
