Adding a role
You can add new roles and give them custom permissions.
Syntax
> add rba role <rolename> domain-type System readonly-features <readonly_list> readwrite-features <readwrite_list>
Parameter
|
Description
|
<rolename>
|
Role name
|
<readonly_list>
|
Comma separated list of features to grant read only permissions for
|
<readwrite_list>
|
Comma separated list of features to grant read/write permissions for
|
Example
> add rba role radius domain-type System readonly-features Chassis,configuration readwrite-features aaa-servers
|