Command Guide of WGSW-28040
41
Parameter:
LISTNAME
Specify the login authentication list name to use.
Default:
Default enable authentication list for each line is “default”.
Mode:
Line Configuration
Usage Guide:
Different access methods are allowed to bind different enable authentication lists. Use “
enable 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 enable authentication list and bind to telnet line.
Switch(config)#
aaa authentication enable test1 radius enable
Switch(config)#
line telnet
Switch(config-line)#
enable 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 | default
| enable | test1
| exec | default
| commands | default
| accounting-exec | default
ssh | login | default
| enable | default
| exec | default
| commands | default
| accounting-exec | default