Command Reference Guide
User Account Commands
CLI Command Reference
September 2014 Page 74
HP Moonshot Switch Module CLI Command Reference
Example: The following example sets authentication when accessing higher privilege levels.
(Routing)(config)# aaa authentication enable default enable
no aaa authentication enable
Use this command to return to the default configuration.
Note: Requests sent by the switch to a RADIUS server include the username $enabx$, where x is the
requested privilege level. For enable to be authenticated on Radius servers, add
$enabx$ users to
them. The login user ID is now sent to TACACS+ servers for enable authentication.
Default default
Format
aaa authentication enable {default | list-name} method1 [method2...]
Mode Global Config
Parameter Description
default Uses the listed authentication methods that follow this argument as the default list of
methods, when using higher privilege levels.
list-name Character string used to name the list of authentication methods activated, when using
access higher privilege levels. Range: 1-15 characters.
method1
[method2...]
Specify at least one from the following:
•
deny. Used to deny access.
•
enable. Uses the enable password for authentication.
•
line. Uses the line password for authentication.
•
none. Uses no authentication.
•
radius. Uses the list of all RADIUS servers for authentication.
•
tacacs. Uses the list of all TACACS+ servers for authentication.
Format
no aaa authentication enable {default | list-name}
Mode Global Config