Use the user command to configure SNMP v3 users and security.
username | Specifies the SNMPv3 user to configure for use with SNMPv3 traps |
security (noAuthNoPriv | authNoPriv | authPriv) | Specifies the security options to use with this SNMPv3 user (Noauthnopriv, Authnopriv, or Authpriv) |
md5 | sha | Specifies the authentication protocol to use when security level is set to authNoPriv or authPriv. |
authpassword des | Specifies the authentication password and the DES protocol to use when security level is set to authNoPriv or authPriv. DES must be used when the security level is set to authPriv. |
privpassword | Specifies the privacy password to use when security level is set to authPriv. |
enable | disable | Enables or disables an existing user |
delete | Deletes an existing user |
The following example creates an SNMPv3 user named “test” with an authPriv security level using MD5, an authentication password of “tester1234” and a privacy password of “tester1234”:
EWC.extremenetworks.com# user test security authPriv md5 tester1234 des test1234