DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 
  radius - Specifies that the user is to be authenticated using 
the RADIUS protocol from the remote RADIUS server hosts 
of the RADIUS server group list. 
  local - Specifies that the user is to be authenticated using 
the local user account database on the Switch.  
  none – Specifies that no authentication is required to 
access the Switch. 
http_method_list – Specifies the httpsmethod list for access 
authentication.  
https_method_list – Specifies the https method list for access 
authentication. 
method_list_name <string 12> – Specifies a previously created 
method list name defined by the user. One or more of the following 
authentication methods may be added 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 - Specifies that the user is to be authenticated using 
the local user account database on the Switch.  
  none – Specifies that no authentication is required to 
access the Switch. 
 
NOTE: Entering none or local as an authentication 
protocol overrides any other authentication that follows it 
on a method list or on the default method list. 
Restrictions  Only Administrator or operator-level users can issue this command. 
Example usage: 
To configure the user defined method list ‘Trinity’ with authentication methods TACACS+, RADIUS and local, in that 
order. 
DGS3100# config authen_login method_list_name Trinity method tacacs+ radius local 
 
Success. 
 
DGS3100# 
 
delete authen_login method_list_name 
Purpose  To delete a previously configured user defined list of authentication 
methods for users logging on to the Switch. 
Syntax 
delete authen_login method_list_name <string 12> 
Description The delete authen_login method_list_name command deletes a 
list of authentication methods for user login. 
Parameters  <string 12> - The previously created method_list_name to delete. 
Restrictions  Only Administrator or operator-level users can issue this command. 
Example usage: 
To delete the method list name ‘Trinity’: 
174