369
A super password must contain a minimum of one character type and a minimum of one character
for each type.
In FIPS mode:
A super password must contain a minimum of four character types and a minimum of one character
for each type.
Views
System view
Predefined user roles
network-admin
Parameters
type-number type-number
: Specifies the minimum number of character types that a super
password must contain. The value range for the
type-number
argument is 1 to 4 in non-FIPS mode
and fixed at 4 in FIPS mode.
type-length type-length
: Specifies the minimum number of characters that are from each character
type. The value range for the
type-length
argument is 1 to 63 in non-FIPS mode, and 1 to 15 in FIPS
mode.
Usage guidelines
The product of the minimum number of character types and minimum number of characters for each
type must be smaller than the maximum length of the super password.
Examples
# Specify that a super password must contain a minimum of four character types and a minimum of
five characters for each type.
<Sysname> system-view
[Sysname] password-control super composition type-number 4 type-length 5
Related commands
display password-control
password-control composition
password-control super length
Use
password-control super length
to set the minimum length for super passwords.
Use
undo password-control super length
to restore the default.
Syntax
password-control super length length
undo password-control super length
Default
In non-FIPS mode:
The minimum super password length is 10 characters.
In FIPS mode:
The minimum super password length is 15 characters.
Views
System view