AAA User Create
New users are created in the database and OS via the tolt system aaa user create action. The action supports the following interface:

System AAA Create Attributes
| Attribute | Values | Default | Req | Description |
|---|---|---|---|---|
| Create | Action to create a new user. | |||
| Input | AAA Actions input parameters. | |||
| Username | String | N/A | Y | The username of the user to be created. The username cannot already exist in the database. Username must be a printable string. |
| Password | String | N/A | Y | The initial password to be given to the user. The password will be marked as change on first login to ensure a unique password for each user only known by that user.. |
| Roles |
Admin Maintenance Readonly Standard SecuritySupport |
N/A | N |
One or more roles assigned to the user. Security – can manage certificates and security logs. Support – TAC access for Tellabs employees to support the system. Grants all configuration and action capabilities and root access to the system. |
| Output | Feedback on success/failure of action. | |||
| Action-success | true | false | N/A | N/A | Whether the user action was successful or not. |
| Readon | String | N/A | N/A | Reason for the failure, if any. |
Note 1: * = required parameter
- Command Path – tolt>system >aaa>user>
- Module – tolt
- Container – system
- Container – aaa
- Container – user
- Action – create
- Types – Input Parameters
- *Username – The username of the user to be created. The username doesn't already exist in the database. Username must be a printable string.
- string
- *Password – The initial password to be given to the user. The password will be marked as change on first login to ensure a unique password for each user only known by that user.
- string
- Roles – One or more roles assigned to the user.
- Admin | Maintenance | Readonly | Standard | Security | Support
- *Username – The username of the user to be created. The username doesn't already exist in the database. Username must be a printable string.
- Types – Output Feedback on success/failure of action.
- Action-success – The initial password to be given to the user. The password will be marked as change on first login to ensure a unique password for each user only known by that user.
- True | false
- Reason – Reason for the failure, if any.
- string
- Action-success – The initial password to be given to the user. The password will be marked as change on first login to ensure a unique password for each user only known by that user.
AAA User Create Example
-
- Module – tolt
- Container – system
- Container – aaa
- Container – user
- Action – create
- Types – Example Parameters
- username bolt-standard
- role standard
- password Value for 'password' (<string>): *********
- From the MDS1-ESUA<Config># command line, input tolt system aaa user create username bolt-standard role standard password Value for 'password' (<string>): *********, and press Enter.
- Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system aaa user create username bolt-standard role standard password Value for 'password' (<string>): ********* <enter>
MDS1-ESUA<Config>#
System message at 2021-01-01 14:21:21...
Commit performed by admin via tcp using system.
MDS1-ESUA<Config># _
|
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.
On this page