Command to enable authorization
Syntax
[no] aaa authorization commands <radius|local|tacacs|auto|none>
[no] aaa authorization commands access-level <manager|all>
Configure command authorization. For each command issued by the user, an authorization request is sent to the server. Command authorization can be applied to all commands or only manager-level commands:
- AAA
Configure the switch Authentication, Authorization, and Accounting features.
- Commands
Configure command authorization.
- Group
Create or remove an authorization rule.
- Local
Authorize commands using local groups. Locally authenticated clients goes through local authorization. No authentication is performed for RADIUS/TACACS+ authenticate clients.
- RADIUS
Authorize commands using RADIUS. Locally authenticated clients go through local authorization. RADIUS authenticated clients go through RADIUS authorization. No authorization is performed for TACACS+ authenticated clients.
- None
Do not require authorization for command access.
- TACACS
Authorize commands using TACACS+. TACACS+ authenticated clients go through TACACS+ authorization. No authorization is performed for RADIUS/locally authenticated users.
- Auto
Authorize commands with the same protocol used for authentication. Uses the same method as Authentication and Authorization. For example local/radius/tacacs authenticated clients will go through local/radius/tacacs authorization respectively.
- Access-level
Configure command authorization level.
- Manager
Allow authorization only for manager level commands.
- All
Allow authorization for all commands. This is the default option.