On 01.12.2010, at 07:42, Wes Hardaker wrote:


We've released Net-SNMP 5.6.1.pre1 which contains bug fixes over the 5.6
release.  Please give it a whirl and let us know how it works for you!


There is still a problem with snmpV3 traps!
With this simple configuration, the v3 trap is not logged from snmptrapd.
To there are 2 a NULL pointer issues while v3 trap sending!

This problem exist on branch 5.4, 5.5, 5.6, and on trunk.

I attach a patch and a test script based on trunk.

Please fix before release.

With regards,
Claus

claus-kleins-macbook-pro:snmp-test-39-58131 clausklein$ tail *.conf persist/snmpd.conf
==> snmpd.conf <==
smuxsocket 1.0.0.0
com2sec testcommunitysec default testcommunity
group testcommunitygroup v1 testcommunitysec
view all included .1 80
access testcommunitygroup "" any noauth exact all none none
trapsess -v 3 -e 0x80001f88017f000001 -u trapuser -l noAuthNoPriv 
udp:localhost:5726
authtrapenable 1
master agentx
agentxsocket tcp:127.0.0.1:7050
authcommunity read,write snmptrapd default -V all snmptrapd

==> snmptrapd.conf <==
authcommunity log public
authUser log unsec noAuthNoPriv -V _all_ '*'
disableAuthorization yes
agentxsocket tcp:127.0.0.1:7050
createUser -e 0x80001f88017f000001 trapuser MD5 --none-- DES --none--

==> persist/snmpd.conf <==

##############################################################
#
# snmpNotifyFilterTable persistent data
#
##############################################################


engineBoots 1
oldEngineID 0x80001f8880c43f4c0de07af94c
claus-kleins-macbook-pro:snmp-test-39-58131 clausklein$

Attachment: engineID-v3trap.diff
Description: Binary data

Attachment: T058agentauthtrap4_simple
Description: Binary data




------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to