Information
AOS-CX switches include three different built-in local user groups: administrators, operators, auditors. Administrators have full read-write access, operators have read-only access, and auditors can read the logs. There may be scenarios where customers need a a local user group with a different set of permissions. User-defined local user groups allow customers to create their own user group with specific CLI commands allowed for members of that group.
The built-in local user groups may not be sufficient to meet customer needs in how their assign permissions to different local user accounts.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Create local user groups as needed:
switch(config)# user-group group
switch(config-usr-grp-group)# 10 permit cli command "<command>"
switch(config-usr-grp-group)# 20 permit cli command "<command>"
switch(config-usr-grp-group)# exit
Impact:
The built-in local user accounts have a very string read-write, read-only, and read-logs set of permissions. There may be instances where customers need to allow local users to write access to some switch features, but not all.