CLI Reference Guide-R04

Table Of Contents
Chapter 8
| User Authentication Commands
AAA
– 255 –
list-name - Specifies a privileged exec. level from 0 to 15.
default - Specifies the default method list created with the aaa accounting
exec command.
list-name - Specifies a method list created with the aaa accounting exec
command.
Default Setting
None
Command Mode
Line Configuration
Example
Console(config)#line console
Console(config-line-console)#accounting commands 0 default
Console(config-line-console)#exit
Console(config)#line vty
Console(config-line-vty)#accounting commands 0 default
Console(config-line-vty)#
authorization exec This command applies an authorization method to local console, Telnet or SSH
connections. Use the no form to disable authorization on the line.
Syntax
authorization exec {default | list-name}
no authorization exec
default - Specifies the default method list created with the aaa
authorization exec command.
list-name - Specifies a method list created with the aaa authorization exec
command.
Default Setting
None
Command Mode
Line Configuration
Example
Console(config)#line console
Console(config-line-console)#authorization exec tps
Console(config-line-console)#exit
Console(config)#line vty
Console(config-line-vty)#authorization exec default
Console(config-line-vty)#