![D-Link xStack DGS-3600 Series Cli Manual Download Page 374](http://html1.mh-extra.com/html/d-link/xstack-dgs-3600-series/xstack-dgs-3600-series_cli-manual_4127464374.webp)
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
371
config authen_enable
defined by the user (
create authen_enable
). The user may add one, or a
combination of up to four of the following authentication methods to this
method list:
tacacs
– Adding this parameter will require the user to be
authenticated using the TACACS protocol from a remote
TACACS server.
xtacacs
– Adding this parameter will require the user to be
authenticated using the XTACACS protocol from a remote
XTACACS server.
– Adding this parameter will require the user to be
authenticated using the TACACS
+
protocol from a remote
server.
radius
- Adding this parameter will require the user to be
authenticated using the RADIUS
protocol from a remote
RADIUS server.
server_group <string 15>
- Adding this parameter will require
the user to be authenticated using a user-defined server group
previously configured on the Switch.
local_enable
- Adding this parameter will require the user 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
– Adding this parameter will require no authentication to
access the administration level privileges on the Switch.
Restrictions Only
administrator-level users can issue this command.
Example usage:
To configure the user defined method list “Permit” with authentication methods TACACS, XTACACS and local, in that
order.
DGS-3627:5#config authen_enable method_list_name DLee method tacacs xtacacs local
Command: config authen_enable method_list_name DLee method tacacs xtacacs local
Success.
DGS-3627:5#
Example usage:
To configure the default method list with authentication methods XTACACS, and local, in that order:
DGS-3627:5#config authen_enable default method xtacacs local
Command: config authen_enable default method xtacacs local
Success.
DGS-3627:5#
delete authen_enable method_list_name
Purpose
Used to delete a user-defined method list of authentication methods for
promoting normal user level privileges to Administrator level privileges
on the Switch.