Hi valantina,
 
A new user can be created by adding the following lines in snmpd.conf
and sending a SIGHUP to snmpd. Snmpd reads the configuration file after
receiving SIGHUP.
 
rwuser USER [noauth|auth|priv [OID]]
createUser [-e ENGINEID] username (MD5|SHA) authpassphrase [DES|AES]
[privpassphrase]
 
For eg, the following lines create the user "user1" having security
level as authNoPriv (auth), access to everything below OID 1.3.6.1.4.1,
authentication type as MD5 and authentication pass-phrase as user1234
after sending SIGHUP to snmpd.
 
rwuser user1 auth 1.3.6.1.4.1
createUser user1 MD5 user1234 DES
 
Regards,
Suresh.
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
valantina arumugam
Sent: Friday, July 13, 2007 12:04 PM
To: helping hands
Subject: dynamically adding User


Hi all,

       Is it possible to create a new user(snmpusm command) and use it
without restarting the server by giving "kill -HUP <snmpd pid> ".. any
links related to this is available...



thanks
valantina 



  _____  

Once upon a time there was 1 GB storage in your inbox. Click
<http://in.rd.yahoo.com/tagline_mail_3/*http://help.yahoo.com/l/in/yahoo
/mail/yahoomail/tools/tools-08.html/> here for happy ending.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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

Reply via email to