Loader

AAA User Add Role

This action allows the addition of a role to an existing user.  The most permissive role is used where roles overlap.

 

System AAA Add Role Attributes 

Attribute  Value  Default  Req Description
Add-role       Action to add a role to a user.
Input       AAA Actions input parameters
Username String N/A Y The username of the user to be added.  The username cannot already exist in the database.  Username must be a printable string.
Roles

Admin

Maintenance

Readonly Standard

Security Support

Admin N

One or more roles assigned to the user.
admin – Can do all functions except certificate management.
maintenance – Can only do maintenance functions such as backup, restore, log collection and diagnostics.
readonly – Can only see database information, cannot change anything or use any action.
standard – can access all system functions except for user management and certificates.

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's action was successful or not. 
Reason 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 – add-user
  • 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
    • Role  The role being added to the user.
      • Admin | Maintenance | Readonly | Standard | Security | Support
  • 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

AAA User Add Role Example

    Command Path – tolt>system>aaa>user>
  • Module – tolt
  • Container – system
  • Container – aaa
  • Container – user
  • Action – add-role
  • Types – Example Parameters
    • username bolt-standard
    • role security

 

  1. From the MDS1-ESUA<Config># command line, input tolt system aaa user create username bolt-standard role securityand press Enter
  2. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system aaa user create username bolt-standard role security <enter>
MDS1-ESUA<Config>#
System message at 2021-01-01 14:21:21...
Commit performed by admin via tcp using system.
MDS1-ESUA<Config># _

 

  1. Repeat step 1 to add additional roles to the user.


 

FEEDBACK: Are you happy with this material?