To allow access to SNMP v3 data, configure a username and password.
Prerequisites
Operator or Admin access
To enable access to SNMP data:
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Verify that SNMP is enabled:
hostname (config) # show snmp
If the output shows
SNMP enabled: no, enter thesnmp-server enablecommand.SNMP v3: Specify the SNMP user and password:
hostname (config) # snmp-server user <username> v3 enable hostname (config) # snmp-server user <username> v3 auth sha <password>
Save your changes:
hostname (config) # write memory