I also want add one more comment to above question.
wheather any netsnmp API to add snmp v3 user so
using C language code i can add snmpv3 user on fly
instead of net-snmp-config --create-snmpv3-user
Thanks in adavance
Regards
-Bhushan
On 11/14/06, bhushan <[EMAIL PROTECTED]> wrote:
hello friends
Greetings.
i am facing problem in deleting snmp v3 user
i have created snmp v3 user using
net-snmp-config --create-snmpv3-user utility provided by
net-snmp 1.2 agent itself.
so problem is if i want to delete this user that i have
created using above utility then what should i do.
in my current status
i have create user like this
[EMAIL PROTECTED] root]# net-snmp-config --create-snmpv3-user
Enter a SNMPv3 user name to create:
myownuser
Enter authentication pass-phrase:
myownuser
Enter encryption pass-phrase:
[press return to reuse the authentication pass-phrase]
adding the following line to /var/net-snmp/snmpd.conf:
createUser myownuser MD5 "myownuser" DES
adding the following line to /usr/share/snmp/snmpd.conf:
rwuser myownuser
& my main snmpd.conf ( located in /etc/snmp/snmpd.conf)
look like
com2sec myownuser 0.0.0.0/0 public
group MyGroup usm myownuser
view basic included .1.3.6.1.2.1.1
access MyGroup "" any noauth exact basic basic none
what should do to delete this user ? should i directly delete
/var/net-snmp/snmpd.conf & /usr/share/snmp/snmpd.conf to
get work done?
Please help me.
Thanks in advance.
Best Regards
--bhushan
--
bhushan. E . Sonawane
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
