10.3.14 Setting USM Management Information
10.3.14 Setting USM Management Information
USM management information consists of settings for SNMPv3. Set the following:
- - User authentication algorithm
- - User encryption protocol
- - Authentication/Encryption password
- - Copying/Deleting a user
- Execute the showsnmpusm command to display USM management information.
XSCF> showsnmpusm Username Auth Encrypt -------- ---- ------------- yyyyy SHA AES user2 SHA AES |
- Execute the setsnmpusm command to set USM management information.
The following example registers an authentication algorithm, authentication password, and encryption password for a new user. Specify eight or more characters for the password.
XSCF> setsnmpusm create -a SHA yyyyy Enter the user authentication passphrase: xxxxxxxx Enter the user encryption passphrase: xxxxxxxx |
- The following example changes only the authentication password.
(If no password is entered, the user is asked to enter one.)
XSCF> setsnmpusm passwd -c auth -o xxxxxxxx -n xxxxxxxx yyyyy |
- The following example copies an existing user to add a user as a clone.
XSCF> setsnmpusm clone -u yyyyy newuser |
- The following example deletes a user.
XSCF> setsnmpusm delete yyyyy |
- Execute the showsnmpusm command to display USM management information.
XSCF> showsnmpusm Username Auth Encrypt -------- ---- ------------- yyyyy SHA AES user2 SHA AES |
< Previous Page | Next Page >