Users Guide
The following is sample output of the show login statistics unsuccessful-attempts command.
Dell# show login statistics unsuccessful-attempts
There were 3 unsuccessful login attempt(s) for user admin in last 30 day(s).
The following is sample output of the show login statistics unsuccessful-attempts time-period days command.
Dell# show login statistics unsuccessful-attempts time-period 15
There were 0 unsuccessful login attempt(s) for user admin in last 15 day(s).
The following is sample output of the show login statistics unsuccessful-attempts user login-id command.
Dell# show login statistics unsuccessful-attempts user admin
There were 3 unsuccessful login attempt(s) for user admin in last 12 day(s).
The following is sample output of the show login statistics successful-attempts command.
Dell#show login statistics successful-attempts
There were 4 successful login attempt(s) for user admin in last 30 day(s).
Recovering from a Forgotten Password
If you congure authentication for the console and you exit out of EXEC mode or your console session times out, you are prompted for a
password to re-enter.
Use the following commands if you forget your password.
1 Log onto the system using the console.
2 Power-cycle the chassis by switching o all of the power modules and then switching them back on.
3 Hit any key to abort the boot process. You enter uBoot immediately, as indicated by the => prompt.
(during bootup)
hit any key
4 Set the system parameters to ignore the startup conguration le when the system reloads.
uBoot mode
setenv stconfigignore true
5 To save the changes, use the saveenv command.
uBoot mode
saveenv
6 Reload the system.
uBoot mode
reset
7 Copy startup-cong.bak to the running cong.
EXEC Privilege mode
copy flash://startup-config.bak running-config
8 Remove all authentication statements you might have for the console.
LINE mode
no authentication login no password
9 Save the running-cong.
EXEC Privilege mode
copy running-config startup-config
10 Set the system parameters to use the startup conguration le when the system reloads.
Management
89