223
Default
In non-FIPS mode, a super password must contain at least one character type and at least one character
for each type.
In FIPS mode, a super password must contain at least four character types and at least 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 at least four character types and at least 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