Specifications
DGS-3048 Layer 2 Switch CLI Reference Manual
128
config authen_login
radius - Adding this parameter will require the user to be
authenticated using the RADIUS protocol from a previously
configured RADIUS server.
local - Adding this parameter will require the user to be
authenticated using the local user account database on the
Switch.
none – Adding this parameter will require no authentication
to access the Switch.
NOTE:
Entering none or local as an authentication
protocol will override any other authentication that
follows it on a method list or on the default method
list.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the user defined method list “Trinity” with authentication methods TACACS+and local, in
that order.
DGS3048#config authen_login method_list_name Trinity method tacacs
xtacacs local
Command: config authen_login method_list_name Trinity method tacacs
xtacacs local
Success.
DGS3048#
Example usage:
To configure the default method list with authentication method TACACS+ and local, in that order:
DGS3048#config authen_login default method xtacacs tacacs+ local
Command: config authen_login default method xtacacs tacacs+ local
Success.
DGS3048#
delete authen_login method_list_name
Purpose Used to delete a previously configured user defined method list of
authentication methods for users logging on to the Switch.
Syntax
delete authen_login method_list_name <string 12>
Description This command is used to delete a list for authentication methods for
user login.
Parameters <string 12> - Enter an alphanumeric string of up to 15 characters to
define the given method list to delete.