D-Link DES-3500Series Switch User Manual


 
DES-3500 Layer 2 Fast Ethernet Switch CLI Reference Manual
252
config admin local_enable
Description This command will configure the locally enabled password for the
enable admin command. When a user chooses the “local_enable
method to promote user level privileges to administrator privileges,
he or she will be prompted to enter the password configured here
that is set locally on the Switch.
Parameters
<password 15> - After entering this command, the user will be
prompted to enter the old password, then a new password in an
alphanumeric string of no more than 15 characters, and finally
prompted to enter the new password again for confirmation. See the
example below.
Restrictions User Account Command Level – Administrator.
Example usage:
To configure the password for the “local_enable” authentication method.
DES-3526:admin#config admin local_enable
Command: config admin local_enable
Enter the old password:
Enter the case-sensitive new password:******
Enter the new password again for
confirmation:******
Success.
DES-3526:admin#
config authen enable_admin
Purpose Used to config whether to allow the user to do enable_admin
command based on the method that this user has been
authenticated.
Syntax
config authen enable_admin [tacacs|xtacacs|tacacs+ |radius
|local |none | all ] state [enable| disable]
Description Used to config whether to allow the user to do enable_admin
command based on the method that this user has been
authenticated. By default, the user can do the enable admin
command for all methods.
Parameters
all – Don’t care the authentication method.
tacacs - The user is admitted via tacacs authentication.
xtacacs - The user is admitted via xtacacs authentication.
tacacs+ - The user is admitted via tacacs+ authentication.
radius - The user is admitted via RADIUS authentication.
local - The user is admitted via local authentication.
none - The user is admitted without authentication.
state - Enable: allow the user to do enable admin under the
specified authentication method.
Disable: do not allow the user to do enable admin under the
specified authentication method.
Restrictions Only Administrator - level users can issue this command.
Example usage:
To configure the enable admin command.
DES-3526:admin# config authen enable_admin
radius state disable
Command: config authen enable_admin radius