RE: MIB output given even if snmpv3 user configured with diff privileges

2010-03-02 Thread srikapilan.gandhi
snmpv3 user configured with diff privileges On 2 March 2010 13:24, wrote: > Is there a way to configure different users with different privileges( > noauth, auth & priv ) to be associated with the same group "operator". No. Privileges are associated with groups, not with

Re: MIB output given even if snmpv3 user configured with diff privileges

2010-03-02 Thread Dave Shield
On 2 March 2010 13:24, wrote: > Is there a way to configure different users with different privileges( > noauth, auth & priv ) to be associated with the same group "operator". No. Privileges are associated with groups, not with individual users (or communities). If you want to enforce the use o

RE: MIB output given even if snmpv3 user configured with diff privileges

2010-03-02 Thread srikapilan.gandhi
mp; Regards, Kapil. From: dave.shi...@googlemail.com on behalf of Dave Shield Sent: Tue 3/2/2010 6:39 PM To: Srikapilan Gandhi (WT01 - Telecom Equipment) Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: MIB output given even if snmpv3 user configured with diff privileges On 2 March 2

Re: MIB output given even if snmpv3 user configured with diff privileges

2010-03-02 Thread Dave Shield
On 2 March 2010 12:58, 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 > createU

MIB output given even if snmpv3 user configured with diff privileges

2010-03-02 Thread srikapilan.gandhi
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

Re: MIB output given even if snmpv3 user configured with diff privileges

2010-02-10 Thread Dave Shield
On 10 February 2010 13:21, wrote: > I understand it is much simpler to use "rouser", but my requirement is that > I should be able to define views and be able to associate a user to a > particular view. Please read the 'snmpd.conf' man page. This has been supported since the 5.3.x line (and docu

RE: MIB output given even if snmpv3 user configured with diff privileges

2010-02-10 Thread srikapilan.gandhi
From: dave.shi...@googlemail.com on behalf of Dave Shield Sent: Wed 2/10/2010 2:07 PM To: Srikapilan Gandhi (WT01 - Telecom Equipment) Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: MIB output given even if snmpv3 user configured with diff privileges On 10 February 2010

Re: MIB output given even if snmpv3 user configured with diff privileges

2010-02-10 Thread Dave Shield
On 10 February 2010 07:34, wrote: > group operator usm user1 > rouser user1 You are mixing two styles of access control. Either use "rouser" *OR* use "view/group/access" Do NOT try to mix the two - particularly with the same username. > But, my query for any of my MIB is yeilding output even

MIB output given even if snmpv3 user configured with diff privileges

2010-02-09 Thread srikapilan.gandhi
Hi, I am using net-snmp-5.4.1.2. I have configured a snmpv3 user as authNoPriv. My snmpd.conf file is as below: view _all_ included 1 view _none_ excluded 1 access admin "" any noauth exact _all_ _all_ _all_ access operator "" any noauth exact _all_ _none_ _all_ com2sec 1 default 1 group oper