On 2 March 2010 12:58,  <srikapilan.gan...@wipro.com> wrote:
> I have configured snmp V3 users as shown below.
>
> snmpd.conf
> -----------------------------------------------------------
>

> access operator "" any noauth exact all none all
> access operator "" any auth exact all none all

> group operator usm user1
> createUser user1 MD5 password

Those four lines are the relevant ones here.



> But my snmpwalk query with "-l noAuthNoPriv" is yeilding output ,

Correct.
The 'group' line puts user "user1" into the group "operator".

The first 'access' line grants read access to the group "operator"
for all requests with security level noAuthNoPriv and above.

So the snmpwalk request matches this access line, and hence succeeds.


I note that you *also* have a second access line for the group "operator",
with access for nuthNoPriv and above.   But this is masked by the first
(noauth) line, so doesn't get used.

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