- 250 -
MAC address MAC address of discarded packet on locked ports.

7.8.2 Configuration Commands

7.8.2.1 authentication login

This command creates a n authentication login list. The <listname> is up to 15 alphanumeric characters
and is not case sensitive. Up to 10 authentication login lists can be config ured on the switch. When a list
is created, the authentication method “lo cal” i s set a s the first method.
When the optional parameters “method1”, “method 2”, and/or “meth od 3” are used, an ordered list of
methods are set in the authentication login list. If the authentication login list does not exist, a new
authentication login list is first created a nd then the authentication method s are set in the authentication
login list. The maximum number of authentication login methods is three. The possible method values
are local, radius, reject, and tacacs.
The value of local indicates that the user’s locally stored ID and pa ssword are used for authentication.
The value of radius indicates that the user’s ID and password will be authenticated using the RADIUS
server. The value of reject indicate s that the user is never authenticated. The value of tacacs indicates
that the user’s ID and password will be authenticated using the TACACS.
To authenticate a user, the authentication methods in the user’s login will be attempted in order until an
authentication attempt succeeds or fails.
i
The default login list included with the default configu ration cann ot be changed.
Syntax
authentication login <listname> [<meth od1>] [<method2>] [<method3>]
no authentication login <list name>
<listname> - creates an authentication login list (Range: up to 15 characters).
<method1 - 3> - The possible method values are local, radius, reject, and tacacs.
no - This command deletes the specified authentica tion login list. The attempt to delete will fail if any
of the following conditions are true:
1. The login list name is invalid or does not match an exi sting auth entication login list
2. The specified authentication login list is assigned to any user or to t he nonconfig ured user for
any component.
3. The login list is the default login list included with the default co nfiguration and was not
created using ‘config authentication login create’. The default login list cannot be deleted.
Default Setting