Command Reference Guide

SROS Command Line Interface Reference Guide Global Configuration Mode Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 204
aaa authentication login <listname> [none | line | enable | local | group]
Use the aaa authentication login to create (or change) a list of methods for user authentication. For more
detailed information on AAA functionality, refer to the Technology Review section of the command aaa
on on page 206.
Syntax Description
<listname
>
Enter the name of the list.
none Access automatically granted.
line Use the line password (Telnet 0-4 or console 0-1).
enable Use the enable password.
local Use the local user database.
group Use a group of remote RADIUS servers.
Default Values
The login list named default is the default list used to authenticate users when no other list is assigned to
the line.
Command Modes
(config)# Global Configuration Mode
Functional Notes
A user is authenticated by trying the list of methods from first to last until a method succeeds or fails. If a
method is unable to complete, the next method is tried. The local user database falls through to the next
method if the username does not appear in the database. The group falls through if the servers in the
remote group could not be found. See the command
radius-server on page 328 for information on defining
RADIUS server groups.
Usage Examples
(config)#aaa authentication login myList local group myGroup line
(config)#aaa authentication login default local