aaa authorization default
Use this command to enable per-command authorization. By enabling this user should be able to authorize every command executed via configured server.
This authorization will work only when authentication is successful.
Use the no form of this command to disable authorization.
Command Syntax
aaa authorization default (vrf management|) ((group LINE)|local)
no aaa authorization default (vrf management|) ((group LINE)|local)
Parameters
group
Server group list for authentication
LINE
Space-separated list of up to 8 configured TACACS+ server group names
local
Use local authentication
management
Management VRF
Default
Default AAA method is local
Default groups: TACACS+
Command Mode
Configure mode
Applicability
This command is introduced in OcNOS version 6.1.0
Examples
#configure terminal
(config)#aaa authorization default vrf management group tacacs+
Last modified date: 10/19/2023