Configuring Communication Services

Configuring SNMPv3 Users

 

Command or Action

Purpose

 

 

 

yesThis user is enabled as an SNMPv3 user and

 

 

is allowed to access the SNMP OID tree.

 

 

Note

The security name and security level must

 

 

 

also be configured at this time or the user

 

 

 

addition will fail.

 

 

noThis user configuration is deleted.

Step 4

Server /snmp/v3users # set

Enter an SNMP username for this user.

 

v3security-name security-name

 

 

Step 5

Server /snmp/v3users # set

Select a security level for this user. This can be one of the

 

v3security-level {noauthnopriv

following:

 

 

authnopriv authpriv}

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.

Step 6

Server /snmp/v3users # set v3proto

Select an authentication protocol for this user.

 

{MD5 SHA}

 

 

Step 7

Server /snmp/v3users # set

Enter an authorization password for this user.

 

v3auth-key auth-key

 

 

Step 8

Server /snmp/v3users # set

Select an encryption protocol for this user.

 

v3priv-proto {DES AES}

 

 

Step 9

Server /snmp/v3users # set

Enter a private encryption key (privacy password) for this

 

v3priv-auth-key priv-auth-key

user.

 

Step 10

Server /snmp/v3users # commit

Commits the transaction to the system configuration.

This example configures SNMPv3 user number 2 and commits the transaction:

Server# scope snmp

v3users 2

Server /snmp # scope

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

Page 157
Image 157
Cisco Systems 57712 manual V3security-name security-name, V3security-level noauthnopriv, Authnopriv authpriv, MD5 SHA