Chapter 9: Security
Extreme Networks EAS 100-24t Switch CLI Manual
260
Example usage:
To configure the user defined method list “Zira” with authentication methods TACACS, XTACACS and
local, in that order.
To configure the default method list with authentication methods XTACACS, TACACS+ and local, in
that order:
Example usage:
To delete the method list name “Zira”:
#config authen_login method_list_name Zira method tacacs xtacacs local
Command: config authen_login method_list_name Zira method tacacs xtacacs local
Success.
#
#config authen_login default method xtacacs tacacs+ local
Command: config authen_login default method xtacacs tacacs+ local
Success.
#
delete authen_login method_list_name
Purpose Used to delete a previously configured user defined method list of
authentication methods for users logging on to the switch.
Syntax delete authen_login method_list_name <string 15>
Description This command is used to delete a list for authentication methods for user
login.
Parameters <string 15> - Enter an alphanumeric string of up to 15 characters to define the
given method list to delete.
Restrictions Only Administrator-level users can issue this command.
#delete authen_login method_list_name Zira
Command: delete authen_login method_list_name Zira
Success.
#
show authen_login
Purpose Used to display a previously configured user defined method list of
authentication methods for users logging on to the switch.
Syntax show authen_login [default | method_list_name <string 15> | all]