AAA User Reset Password

System AAA User Reset Password Attributes
| Attribute |
Value |
Description |
| Reset-password |
|
Action to reset a user password. |
| Input |
|
AAA Actions input parameters |
| ? |
|
Provides a list of possible completions |
| Output |
|
|
| password username |
|
The choice of resetting password or username |
| Input |
|
|
| username |
string |
User password to be reset. |
| Password Value for 'password' |
string |
Input of new password. |
Note 1: * = required parameter
- Command Path – tolt>system >aaa>user>
- Module – tolt
- Container – system
- Container – aaa
- Container – user
- Action – reset-password
- Types – Input Parameters
- ? – Shows a list of possible completions.
- Types – Input Parameters.
- *Username – The username password to be reset
- Password Value for 'password'
AAA User Reset Password Example
-
Command Path – tolt>system>aaa>user>
- Module – tolt
- Container – system
- Container – aaa
- Container – user
- Action – reset-password
- Types – Example Parameters
- From the MDS1-ESUA(config)# command line, input tolt system aaa user reset-password?, and press Enter.
- From the MDS1-ESUA(config)# command line, input tolt system aaa user reset-password username bolt-standard password Value for 'password' (<string>): <new password>, and press Enter.
- Outputs similar to the following are displayed:
MDS1-ESUA(config)# tolt system aaa user reset-password? <enter>
possible completions:
password username
MDS1-ESUA(config)# tolt system aaa user reset-password username bolt-standard password Value for 'password'(<string>): <new password> <enter>
MDS1-ESUA(config)# _
|