D-Link DGS-3100 Switch User Manual


 
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
18
7
using the local user account database on the Switch.
none – Specifies that no authentication is required to access
the Switch.
method_list_name <string 12> – Specifies a previously created
authen_enable method_list_name. The user may add one or more
of the following authentication methods to this method list:
tacacs+ – Specifies that the user is to be authenticated
using the TACACS+ protocol from a remote TACACS+
server.
radius - Specifies that the user is to be authenticated using
the RADIUS protocol from a remote RADIUS server.
local_enable - Specifies that the user is to be authenticated
using the local user account database on the Switch. The
local enable password of the device can be configured using
the ‘config admin local_password’ command.
none – Specifies that no authentication is required to access
the Switch.
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To configure the user defined method list ‘Permit’ with authentication methods TACACS+, RADIUS and local_enable, in
that order.
DGS3100# config authen_enable method_list_name Trinity method tacacs+ radius
local_enable
Success.
DGS3100#
delete authen_enable method_list_name
Purpose To delete a user-defined list of authentication methods for promoting
normal user level privileges to Administrator level privileges on the
Switch.
Syntax
delete authen_enable method_list_name <string 12>
Description The delete authen_enable method_list_name command deletes a
user-defined list of authentication methods for promoting user level
privileges to Adminstrator level privileges.
Parameters <string 12> - The previously created authen_enable
method_list_name to be deleted.
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To delete the user-defined method list ‘Permit’
DGS3100# delete authen_enable method_list_name Permit
Success.
DGS3100#