Login authentication – Dell PowerEdge VRTX User Manual
Page 246

246
Authentication, Authorization and Accounting
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC
2+3\new_system_mifs_ARC2_latest\AAA.fm
D E L L C O N F ID E N T IA L – P R E L IM I N A RY 4 / 3 /1 4 - FO R P R O O F O N LY
User Guidelines
Create a list by entering the aaa authentication enable
list-name method1
[method2...]
command where
list-name
is any character string used to name
this list. The method argument identifies the list of methods that the
authentication algorithm tries, in the given sequence.
The default and list names created by this command are used with the enable
authentication command.
All aaa authentication enable requests sent by the device to a RADIUS server
include the username $enabx$., where x is the requested privilege level.
All aaa authentication enable requests sent by the device to a TACACS+
server include the username that is entered for login authentication.
The additional methods of authentication are used only if the previous
method returns an error, not if it fails. Specify none as the final method in the
command line to ensure that the authentication succeeds even if all methods
return an error.
no aaa authentication enable
list-name
deletes list-name if it has not been
referenced.
Example
The following example sets the enable password for authentication for
accessing higher privilege levels.
console(config)# aaa authentication enable enable-list radius
none
console(config)# line console
console(config-line)# enable authentication enable-list
login authentication
The login authentication Line Configuration mode command specifies the
login authentication method list for a remote Telnet or console session. Use
the no form of this command to restore the default authentication method.
Syntax
login authentication {default
| list-name
}