xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
336
config authen_enable
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_enable
” 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.
DES-3528:admin# config authen_enable method_list_name Trinity method tacacs xtacacs
local
Command: config authen_enable method_list_name Trinity method tacacs xtacacs local
Success.
DES-3528:admin#
Example usage:
To configure the default method list with authentication methods XTACACS, and local, in that
order:
DES-3528:admin# config authen_enable default method xtacacs local
Command: config authen_enable default method xtacacs local
Success.
DES-3528:admin#
delete authen_enable method_list_name
Purpose
Used to delete a user-defined method list of authentication methods for promoting user's
privilege to Admin level.
Syntax
delete authen_enable method_list_name <string 15>
Description
This command is used to delete a user-defined method list of authentication methods for
promoting user level privileges to Administrator level privileges.
Parameters
<string 15>
−
Enter an alphanumeric string of up to 15 characters to define the given
enable
method list
to delete.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To delete the user-defined method list “Permit”
DES-3528:admin# delete authen_enable method_list_name Permit
Command: delete authen_enable method_list_name Permit
Success.
DES-3528:admin#