Re: snmpset and non-root user

2009-02-06 Thread Pranesh Kulkarni
By Mistake I gave as SNMPV2/USM . I will try in SNMPV3/USM I am now using as commity(secret) string . On Fri, Feb 6, 2009 at 3:15 PM, Dave Shield wrote: > 2009/2/6 Pranesh Kulkarni : > > Thanks to Dave and Robert, > > I am using SNMP v2c , so I cannot do this . > > Then use an appropri

Re: snmpset and non-root user

2009-02-06 Thread Dave Shield
2009/2/6 Pranesh Kulkarni : > Thanks to Dave and Robert, > I am using SNMP v2c , so I cannot do this . Then use an appropriate (secret) community string. That is the access control mechanism used for SNMPv1/2c > I will give try in SNMPV2/USM . That doesn't make sense. USM is a security

Re: snmpset and non-root user

2009-02-06 Thread Pranesh Kulkarni
Thanks to Dave and Robert, I am using SNMP v2c , so I cannot do this . I will give try in SNMPV2/USM . Thanks, Pranesh On Fri, Feb 6, 2009 at 2:01 PM, Dave Shield wrote: > 2009/2/5 Robert Story : > > On Tue, 3 Feb 2009 13:13:50 +0530 Pranesh wrote: > > PK> I am running my agent a

Re: snmpset and non-root user

2009-02-06 Thread Dave Shield
2009/2/5 Robert Story : > On Tue, 3 Feb 2009 13:13:50 +0530 Pranesh wrote: > PK> I am running my agent as the subagent under the root user. If I am > PK> login as normal user , and do the snmpset operation , it is allowing to > set > PK> the parameter.But my requirement says , it should only

Re: snmpset and non-root user

2009-02-05 Thread Robert Story
On Tue, 3 Feb 2009 13:13:50 +0530 Pranesh wrote: PK> I am running my agent as the subagent under the root user. If I am PK> login as normal user , and do the snmpset operation , it is allowing to set PK> the parameter.But my requirement says , it should only set the parameter if PK> it is root

snmpset and non-root user

2009-02-02 Thread Pranesh Kulkarni
Hi All, I am facing problem in *snmpset* operation. I am running my agent as the subagent under the root user. If I am login as normal user , and do the snmpset operation , it is allowing to set the parameter.But my requirement says , it should only set the parameter if it is root use