CLI Usage
52
Basic System Configuration Guide
3HE 11010 AAAC TQZZA Edition: 01
 
3.9.2.1 Basic CLI Commands
enable-admin
Syntax enable-admin
Context <global>
Description See the description for the admin-password command. If the admin-password is 
configured in the config>system>security>password context, then any user can enter a 
special administrative mode by entering the enable-admin command.
The enable-admin command is in the default profile. By default, all users are given access 
to this command.
Once the enable-admin command is entered, the user is prompted for a password. If the 
password matches, the user is given unrestricted access to all the commands.
The minimum length of the password is determined by the minimum-length command. The 
complexity requirements for the password is determined by the complexity command.
The following displays an example of the password command usage.
Example: config>system>security#password
security>password# admin-password test1234 hash
security>password# aging 365
security>password# minimum-length 8
security>password# attempts 5 time 5 lockout 20
security>password# authentication-order radius tacplus 
local
security>password# enable-admin
Password: test1234
security>password#
The following example displays the password configuration:
ALU-1>config>system>security# info
----------------------------------------------
...
aging 365
minimum-length 8
attempts 5 time 5 lockout 20
admin-password "rUYUz9XMo6I" hash
...
----------------------------------------------
ALU-1>config>system>security#