configure account password-policy lockout-on-login-failures
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
57
configure account password-policy lockout-on-login-
failures
configure account [all | <name>] password-policy lockout-on-login-failures
[on | off]
Description
Disables an account after the user has 3 consecutive failed login attempts.
Syntax Description
Default
N/A.
Usage Guidelines
If you are not working on SSH, you can configure the number of failed logins that trigger lockout, using
the
configure cli max-failed-logins <num-of-logins>
command.
This command applies to sessions at the console port of the switch as well as all other sessions and to
user-level and administrator-level accounts. This command locks out the user after 3 consecutive failed
login attempts; the user’s account must be specifically re-enabled by an administrator.
Using the
off
option resets the account to allow innumerable consecutive failed login attempts, which
is the system default. The system default is that 3 failed consecutive login attempts terminate the
particular session, but the user may launch another session; there is no lockout feature by default.
NOTE
The failsafe accounts are never locked out, no matter how many consecutive failed login attempts.
Example
The following command enables the account finance for lockout. After 3 consecutive failed login
attempts, the account is subsequently locked out:
configure account finance password-policy lockout-on-login-failures on
all
Specifies all users (and future users).
name
Specifies an account name.
on
Specifies an account name.
off
Resets the password to never lockout the user.