xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
64
config authen application
Purpose This command is used to configure login or enable method lists for all or the specified
applications.
Syntax
config authen application [console | telnet | ssh | http | all] [login | enable] [default |
method_list_name <string 15>]
Description Configures login or enable method lists for all or the specified applications.
Parameters
console - Application: Console.
telnet - Application: Telnet.
ssh - Application: SSH.
http - Application: Web.
all - Application: Console, Telnet, SSH, and Web.
login - Specify the method list of authentication methods for user’s attempting to log in.
enable - Specify the method list of authentication methods for promoting a user's privilege to
Admin level.
default - Specify the default method list.
method_list_name - Specify the user-defined method list name.
Restrictions Only Administrator level users can issue this command.
Example usage:
To configure a login method list for Telnet called “login_list_1”:
DGS-3627:admin# config authen application telnet login method_list_name login_list_1
Command: config authen application telnet login method_list_name login_list_1
Success.
show authen application
Purpose This command is used to display the login/enable method list for all applications.
Syntax
show authen application
Description Displays the login/enable method list for all applications.
Parameters None.
Restrictions Only Administrator level users can issue this command.
Example usage:
To display the login/enable method lists for all applications:
DGS-3627:admin# show authen application
Command: show authen application
Application Login Method List Enable Method List
----------- ----------------- ------------------
Console default default
Telnet login_list_1 default
HTTP default default