User's Manual

PurposeCommand or Action
yesThis user is enabled as an SNMPv3 user and
is allowed to access the SNMP OID tree.
The security name and security level must
also be configured at this time or the user
addition will fail.
Note
noThis user configuration is deleted.
Enter an SNMP username for this user.Server /snmp/v3users # set
v3security-name security-name
Step 4
Select a security level for this user. This can be one of the
following:
Server /snmp/v3users # set
v3security-level {noauthnopriv |
authnopriv | authpriv}
Step 5
noauthnoprivThe user does not require an
authorization or privacy password.
authnoprivThe user requires an authorization
password but not a privacy password. If you select
this option, you must configure an authentication
key.
authprivThe user requires both an authorization
password and a privacy password. If you select this
option, you must configure an authentication key
and a private encryption key.
Select an authentication protocol for this user.Server /snmp/v3users # set v3proto
{MD5 | SHA}
Step 6
Enter an authorization password for this user.Server /snmp/v3users # set
v3auth-key auth-key
Step 7
Select an encryption protocol for this user.Server /snmp/v3users # set
v3priv-proto {DES | AES}
Step 8
Enter a private encryption key (privacy password) for this
user.
Server /snmp/v3users # set
v3priv-auth-key priv-auth-key
Step 9
Commits the transaction to the system configuration.Server /snmp/v3users # commit
Step 10
This example configures SNMPv3 user number 2 and commits the transaction:
Server# scope snmp
Server /snmp # scope v3users 2
Server /snmp/v3users # set v3add yes
Server /snmp/v3users *# set v3security-name ucsSNMPV3user
Server /snmp/v3users *# set v3security-level authpriv
Server /snmp/v3users *# set v3proto SHA
Server /snmp/v3users *# set v3auth-key
Please enter v3auth-key:ex4mp1ek3y
Please confirm v3auth-key:ex4mp1ek3y
Server /snmp/v3users *# set v3priv-proto AES
Server /snmp/v3users *# set v3priv-auth-key
Cisco UCS C-Series Servers Integrated Management Controller CLI Configuration Guide, Release 1.5
OL-28893-01 141
Configuring Communication Services
Configuring SNMPv3 Users