Re: How can I add a v3 user successfully?

2008-12-10 Thread BOMB
Yes, I think it reasonable that Steve Miller said: The user creation can be done by modifying snmpd.conf or use utilities like snmpusm via snmp path. What about creating an user from within the system? i.e. is there a some kind of creatuser API that can be called by other process such as a CLI?

Re: How can I add a v3 user successfully?

2008-12-10 Thread Steve Miller
, how does your system handle the v3 user creation and password changes? thanks for the help Steve. From: Bian Jiang <[EMAIL PROTECTED]> To: net-snmp-users@lists.sourceforge.net Sent: Wednesday, December 10, 2008 3:12:54 AM Subject: Re: How can I add a v

Re: How can I add a v3 user successfully?

2008-12-10 Thread Bian Jiang
use net-snmp-config --create-snmpv3-user to create new user. more about you can see: http://net-snmp.sourceforge.net/docs/man/net-snmp-config.html On Wed, Dec 10, 2008 at 4:44 PM, Thomas Anders <[EMAIL PROTECTED]>wrote: > BOMB wrote: > > [EMAIL PROTECTED] net-snmp-5.4.2.1]# rwuser initial >

Re: How can I add a v3 user successfully?

2008-12-10 Thread Thomas Anders
BOMB wrote: > [EMAIL PROTECTED] net-snmp-5.4.2.1]# rwuser initial > -bash: rwuser: command not found > > [EMAIL PROTECTED] net-snmp-5.4.2.1]# rwuser wes > -bash: rwuser: command not found Both lines need to go into your regular snmpd.conf file instead of your shell. > [EMAIL PROTECTED] net-snmp

How can I add a v3 user successfully?

2008-12-10 Thread BOMB
createUser initial MD5 setup_passphrase DES -bash: createUser: command not found [EMAIL PROTECTED] net-snmp-5.4.2.1]# snmpusm -v3 -u initial -n "" -l authNoPriv -a MD5 -A setup_passphrase localhost create wes initial snmpset: Unknown user name then, how can I add a v3 user successfully?