CLI Reference AAA Configuration Commands
Enable the AAA security service.
aaa
authorization
commands
Define the method list of the AAA
command authorization.
aaa authorization exec
Use this command to apply the Exec authorization methos list to the specified terminal lines in the line
configuration mode. The no form of this command is used to disable the authorization function.
authorization exec {default | list-name}
no authorization exec
Use the default method of Exec authorization.
Apply a defined method list of Exec
authorization.
Once the default execauthorization method list has been
configured, it is applied to all terminals automatically. Once the
non-default command authorization method list has been
configured, it is applied to the line instead of the default method
list. If you attempt to apply a undefined method list, a warning
message will prompt that the exec authorization in this line is
ineffective tilll the authorization method list is defined.
The following example configures the exec authorization method
list with name exec-1, uses the RADIUS server. If the security
server does not response, it does not perform authorization. After
configuration, the authorization command is applied to VTY 0-4
lines:
Ruijie(config)# aaa authorization exec exec-1 group radius none
Ruijie(config)# line vty 0 4
Ruijie(config-line)# authorization exec exec-1