Article Number
000037655
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.3, 8.4
Issue
There is one Nagios SNMP monitoring station to receive SNMP traps in the deployment, but there is a request to have Qualys scans/SNMP credential scans use a separate Security Name or UserID
Image description
This article provides steps of adding another SNMP user by editing the /etc/snmp/snmpd.conf on the Authentication Manager server since the user interface does not allow this.
Task
To complete this process you will need to:
- Stop the snmpd service.
- Duplicate the proxy line in /etc/snmp/snmpd.conf with the new user.
- Run the /usr/bin/net-snmp-config script to create the new user.
- Start the snmpd service.
Resolution
- Stop the snmpd service:
- Launch an SSH client, such as PuTTy.
- Login to the primary Authentication Manager server as rsaadmin and enter the operating system password.
Note that during Quick Setup another user name may have been selected. Use that user name to login.
- At the command line, run:
# /etc/init.d/snmpd stop
- Using a text editor such as vi, duplicate the proxy line in /etc/snmp/snmpd.conf with the new user; for example, Qualysuser:
proxy -v 3 -u Qualysuser; -l authPriv -a MD5 -A AuthPWD1! -x DES -X PrivPWD1! 127.0.0.1:8002 .1.3.6.1.4.1.2197
- Run the /usr/bin/net-snmp-config script to create the new user
/usr/bin/net-snmp-config --create-snmpv3-user -ro -A support1! -X support1! -a MD5 -x DES Qualysuser
- Start snmpd service
# /etc/init.d/snmpd start
Image description
You can now snmp get or snmpwalk with two userIDs
Image description