Hi,
 
I am am using NET-SNMP version 5.4.1.2.
 
I have configured snmp V3 users as shown below. 
 
snmpd.conf
-----------------------------------------------------------
 
view all included 1
view none excluded 1
access admin "" any noauth exact all all all
access operator "" any noauth exact all none all
access operator "" any auth exact all none all
com2sec t1 default t1
group operator v1 t1
group operator v2c t1
group operator usm user1
createUser user1 MD5 password
-----------------------------------------------------------
 
But my snmpwalk query with "-l noAuthNoPriv" is yeilding output , 
 
>>snmpwalk -v3 -a MD5 -A password -l noAuthNoPriv -u user1 xx.xxx.xx.xxx 
>>sysName.0
SNMPv2-MIB::sysName.0 = STRING: MySystem
 
My understanding is that it should give an "authorizationError".
 
Is there an error with my configuration or is it the existing behaviour with 
net-snmp 5.4.1.2 ?
Please clarify.
 
Regards,
Kapil.
 
------------------------------------------------------------------------------
Download Intel® 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