D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
63
delete authen_enable method_list_name
Description Deletes a user-defined method list of authentication methods for promoting a user's privilege
to Admin level.
Parameters
<string 15> - The user-defined method list name
Restrictions Only Administrator level users can issue this command.
Example usage:
To delete the user-defined method list called “enable_list_1”, that is used to promote a user's privilege to Admin level:
DGS-3627:admin# delete authen_enable method_list_name enable_list_1
Command: delete authen_enable method_list_name enable_list_1
Success.
DGS-3627:admin#
show authen_enable
Purpose This command is used to display the method list of authentication methods for promoting a
user's privilege to Admin level.
Syntax
show authen_enable [default | method_list_name <string 15> | all]
Description Displays the method list of authentication methods used for promoting a user's privilege to
Admin level.
Parameters
default - Display the default user-defined method list for promoting a user's privilege to Admin
level.
method_list_name - Display the specific user-defined method list for promoting a user's
privilege to Admin level.
all - Display all the method lists for promoting a user's privilege to Admin level.
Restrictions Only Administrator level users can issue this command.
Example usage:
To display all the method lists that are used for promoting a user's privilege to Admin level:
DGS-3627:admin# show authen_enable all
Command: show authen_enable all
Method List Name Priority Method Name Comment
---------------- -------- --------------- ------------------
enable_list_1 1 tacacs+ Built-in Group
2 tacacs Built-in Group
3 mix_1 User-defined Group
4 local Keyword
enable_list_2 1 tacacs+ Built-in Group
2 radius Built-in Group
Total Entries : 2
DGS-3627:admin#