
1-79
1.2.11 authorization line vty command
Command:
authorization line vty command <1-15> {local | radius | tacacs} (none|)
no authorization line vty command <1-15>
Function:
Configure command authorization manner and authorization selection priority of login user with VTY (login with
Telnet and SSH). The no command recovers to be default manner.
Default:
The authorization manner is not configured as default.
Command Mode:
Global Mode.
Usage Guide:
Configure the authorization manner when VTY login user configures command, the manners include any
combination of Local, RADIUS and TACACS, the manner of none is just as the last manner. When using
combination authorization manners, the priority of the front authorization manner is the highest and the others are in
descending order; if the authorization with high priority passed, it is successful to configure command and the back
authorization manner will be ignored. Notice: as long as one authorization manner receives a clear response of the
corresponding agreement. Whether it is received or refused, the next authorization manner will not be attempted. If
the clear response is not received, try the next manner. When using RADIUS authorization, AAA function must be
enabled and configure RADIUS server. when using TACACS authorization, TACACS server must be configured.
None is the manner of escaping and it only can be the last manner. This manner returns to passed authorization
directly and it is successful to configure the command.
Example:
Configure level 1 command authorization manner of telnet login user as TACACS.
Switch(config)#authorization line vty command 1 tacacs