Creating SNMPv3 Users
For each SNMPv3 user, you can specify the username, authentication type, authentication password, privacy type, and privacy password. After the password is entered, a key based on the engine ID and password is generated and is written to the configuration file. After key generation, the password is deleted from this file.
NOTE: You can only configure one encryption type for each SNMPv3 user.
To create users, include the
userstatement at the[edit snmp v3 usm local-engine]hierarchy level:[edit snmp v3 usm local-engine]userusername;
usernameis the name that identifies the SNMPv3 user.To configure user authentication and encryption, include the following statements at the
[edit snmp v3 usm local-engine userusername]hierarchy level:[edit snmp v3 usm local-engine userusername]authentication-md5 {authentication-passwordauthentication-password;}authentication-sha {authentication-passwordauthentication-password;}authentication-none;privacy-aes128 {privacy-passwordprivacy-password; }privacy-des {privacy-passwordprivacy-password;}privacy-3des{privacy-passwordprivacy-password;}privacy-none;