6.1.4. enable authentication

Syntax

enable authentication LISTNAME

no enable authentication

Parameter


LISTNAME Specify the enable authentication list name to use.


Default

Default enable authentication list for each line is “default”.

Mode

Line Configuration

Usage

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 tacacs+ 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
telnet | login | default | enable | test1
ssh | login | default | enable | default
http | login | default
https | login | default