Here is some text from our training manuals on how we configure SNMP v3. Please note at the end, we only allow SNMPv3 for security purposes. User input are highlighted in red.
configure
snmpv3 enable
You will get the following response from the switch:
SNMPv3 Initialization process.
Creating user 'initial'
Authentication Protocol: MD5
Enter authentication password: 12345678
Privacy protocol is DES
Enter privacy password: 12345678
##YOU WILL DELETE THIS USER LATER, SO THE PASSWORD DOES NOT MATTER##
User 'initial' has been created
Would you like to create a user that uses SHA? [y/n] n
User creation is done. SNMPv3 is now functional.
Would you like to restrict SNMPv1 and SNMPv2c messages to have read only access (you can set this later by the command 'snmp restrict-access'): y
Type the following commands:
show snmpv3 user
Status and Counters - SNMP v3 Global Configuration Information
User Name Auth. Protocol Privacy Protocol
-------------------------------- ---------------- ----------------
initial MD5 CBC DES
Issue the following command:
snmpv3 user [username] auth sha [auth password] priv aes [priv password]
Type
show snmpv3 user
Status and Counters - SNMP v3 Global Configuration Information
User Name Auth. Protocol Privacy Protocol
-------------------------------- ---------------- ----------------
initial MD5 CBC DES
snmpv3user SHA CFB AES-128
Verify that the user has been create. Finish with the following commands to add the IMC/SNMPv3 user to a privledged group:
snmpv3 group managerpriv user [username] sec-model ver3
no snmpv3 user initial
type “show snmpv3 user” again and make sure the only the following user exists:
Status and Counters - SNMP v3 Global Configuration Information
User Name Auth. Protocol Privacy Protocol
-------------------------------- ---------------- ----------------
snmpv3user SHA CFB AES-128
Type the following commands to disable SNMPv1/v2:
snmpv3 only
snmpv3 restricted-access
Remember to ALWAYS SAVE your configuration if it works.
wr mem
In IMC, go to System, --> Resource Management, -->SNMP Template
Add an IMC Profile with Parameter Tycp: SNMPv3 Priv-AES123 Auth-Sha
Use the [username], [auth password], and [priv password] from above and you should be set.
If you still need help after this, please post back.