Cisco Cisco 4402 Wireless LAN Controller

Página de 26
 
8
Release Notes for Cisco Wireless LAN Controllers and Lightweight Access Points for Release 3.2.171.5
OL-11567-01
  Important Notes
Using the GUI to Change the SNMP v3 User Default Values
Follow these steps to change the SNMP v3 user default values through the controller GUI.
Step 1
Click Management and then SNMP V3 Users under SNMP.
Step 2
If “default” appears in the User Name column, click Remove to delete this SNMP v3 user.
Step 3
Click New to add a new SNMP v3 user.
Step 4
When the SNMP V3 Users > New page appears, enter a unique name in the User Profile Name field. Do 
not enter “default.”
Step 5
In the remaining fields, choose Read Only or Read Write to specify the access level for this user, choose 
the authentication and privacy protocols to be used, and enter a password for each.
Step 6
Click Apply to commit your changes.
Step 7
Click Save Configuration to save your settings.
Using the CLI to Change the SNMP v3 User Default Values
Follow these steps to change the SNMP v3 user default values through the controller CLI.
Step 1
To see the current list of SNMP v3 users for this controller, enter this command:
show snmpv3user
Step 2
If “default” appears in the SNMP v3 User Name column, enter this command to delete this user:
config snmp v3user delete username
The username parameter is the SNMP v3 username (in this case, “default”).
Step 3
To create a new SNMP v3 user, enter this command:
config snmp v3user create username {ro | rw} {none | hmacmd5 | hmacsha} {none | des
auth_password privacy_password
where
username is the SNMP v3 username,
ro is read-only mode and rw is read/write mode,
nonehmacmd5, and hmacsha are the authentication protocol options,
none and des are the privacy protocol options,
auth_password is the authentication password, and
privacy_password is the privacy password.
Do not enter “default” for the username and password parameters.
Step 4
To save your changes, enter save config.