On 16 March 2010 06:23,  <srikapilan.gan...@wipro.com> wrote:
> Configuration :
> -------------------
>
> access operator "" any noauth exact all none all
> group operator usm u4
> rouser u4

One comment - you are mixing two styles of access control here.
*Either* use the access/group/view lines.
*or*  (preferably) use    "rouser u4"

You don't need both in the same file.



> The regular query "snmpwalk -v3 -u u4 -l authNoPriv -a md5 -A password
> xx.xx.xx.xx usmStats"  works fine.
>
> the query, "snmpwalk -v3 -u u4 -l authPriv -a md5 -A password -x aes -X
> password xx.xx.xx.xx usmStats"  gives Decryption Error.
>
> but the query, "snmpwalk -v3 -u u4 -l authPriv -a md5 -A password -x des -X
> password xx.xx.xx.xx usmStats"  crashes the agent and the query times out.

I've tried this with the current 5.4.x code, and can't reproduce the problem.
The noAuth command works fine, and both authPriv commands give
   "Unsupported security level"
Adding a privacy token to the createUser directive makes the corresponding
authPriv request succeed (and the other one times out).   But in no case does
the agent crash


We've just issued a release-candidate version of 5.4.3.
Can you try with that and see if the problem still recurs.

Dave

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to