Bad security model error in the net-snmpd.log file for the RSA Authentication Manager 8.x hardware appliance
Originally Published: 2019-03-01
Article Number
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.1SP1, 8.2, 8.3
Issue
...
/etc/snmp/snmpd.conf: line 30: Error: bad security model, should be: v1, v2c or usm or a registered security plugin name
net-snmp: 1 error(s) in config file(s)
NET-SNMP version 5.4.2.1
[smux_accept] accepted fd 14 from 127.0.0.1:42560
accepted smux peer: oid SNMPv2-SMI::enterprises.674.10892.1, descr Systems Management SNMP MIB Plug-in Manager
Got trap from peer on fd 14
...
This error is occurs only on the RSA Authentication Manager hardware appliance. Therefore, if you use virtual appliances, you do not run into this error.
Cause
Although a context parameter for the access directive includes a space between double quotes (shown below in bold), the parameter should not include the space:
... # Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX smuxpeer .1.3.6.1.4.1.674.10892.1 view all included .1 access notConfigGroup " " any noauth exact all none none ...
Workaround
- 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.
- Navigate to /etc/snmp:
cd /etc/snmp
- Copy the original /etc/snmp/snmpd.conf:
cp snmpd.conf snmpd.conf.bak
- Open /etc/snmp/snmpd.conf as root using a text editor
/etc/snmp> sudo vi /etc/snmp/snmpd.conf rsaadmin's password: <enter operating system password>
- Scroll the the access notConfigGroup line.
- Delete the space between the double quotes.
Before:
access notConfigGroup " " any noauth exact all none none
After:
access notConfigGroup "" any noauth exact all none none
- Save and close /etc/snmp/snmpd.conf.
- Restart the snmpd service as root.
/sbin/service snmpd restart
- After that, /var/log/net-snmpd.log does not record the bad security model error:
Received TERM or STOP signal... shutting down... NET-SNMP version 5.4.2.1
Related Articles
How to move users from one group to another in RSA ACE/Server Administration API 15Number of Views The T_AV_ROLE_METRICS table is very large in RSA Identity Governance & Lifecycle 28Number of Views Request workflow error in RSA Identity Governance and Lifecycle with Workpoint server license when editing workflows 106Number of Views Synchronize Users from Internal Database to Cloud Authentication Service 51Number of Views Owner approvals are skipped if the owner previously approved at least one item in the request as a supervisor in RSA Ident… 71Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?