Command Guide of WGSW-28040
37
Parameter:
LISTNAME
Specify the login authentication list name to use.
Default:
Default login authentication list for each line is “default”.
Mode:
Line Configuration
Usage Guide:
Different access methods are allowed to bind different login authentication lists. Use “
login authentication
”
command to bind the list to specific line (console, telnet, ssh).
Use no form to bind the “default” list back.
Example:
This example shows how to create a new login authentication list and bind to telnet line.
Switch(config)#
aaa authentication login test1 radius local
Switch(config)#
line telnet
Switch(config-line)#
login authentication test1
This example shows how to show line binding lists.
Switch#
show line lists
Line Type | AAA Type | List Name
-------------+-----------------+-----------------
console | login | default
| enable | default
| exec | default
| commands | default
| accounting-exec | default
telnet | login | test1
| enable | default
| exec | default
| commands | default
| accounting-exec | default
ssh | login | default
| enable | default
| exec | default
| commands | default
| accounting-exec | default