Users Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 | User Guide Management Access | 499
This procedure also resets the enable mode password to enable. If you have defined a management user password
policy, make sure that the new password conforms to this policy. For details, see “Management Password Policy”
on page500.
Figure 104 is an example of how to reset the password. The commands in bold type are what you enter.
After you reset the administrator user account and password, you can login to the controller and reconfigure the
enable mode password. To do this, enter configuration mode and type the enable secret command. You are
prompted to enter a new password and retype it to confirm. Save the configuration by entering write memory.
Figure 105 details an example reconfigure the enable mode password. Again, the command you enter appear in
bold type.
Setting an Administrator Session Timeout
You can configure the number of seconds after which an Administrator’s WebUI or CLI session times out.
Setting a CLI Session Timeout
To define a timeout interval for a CLI session, use the command:
loginsession timeout <value>
In the above command, <val> can be any number of minutes from 5 to 60, inclusive. You can also specify a
timeout value of 0 to disable CLI session timeouts.
Figure 104 Resetting the Password
(host)
User: password
Password: forgetme!
(host) >enable
Password: enable
(host) #configure terminal
Enter Configuration commands, one per line. End with CNTL/Z
(host) (config) #mgmt-user admin root
Password: ******
Re-Type password: ******
(host) (config) #exit
(host) #exit
(host) >exit
Figure 105 Reconfigure the enable mode password
User: admin
Password: ******
(host) >enable
Password: ******
(host) #configure terminal
Enter Configuration commands, one per line. End with CNTL/Z
(host) (config) #enable secret
Password: ******
Re-Type password: ******
(host) (config) #write memory