SV-101233r1_rule
V-91133
SRG-APP-000166-NDM-000254
JUNI-ND-000570
CAT II
10
Configure the router to enforce password complexity by requiring that at least one upper-case character be used as shown in the example below.
[edit system login]
set password minimum-upper-cases 1
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.
system {
…
…
…
login {
password {
minimum-upper-cases 1;
}
}
If the router is not configured to enforce password complexity by requiring that at least one upper-case character be used, this is a finding.
V-91133
False
JUNI-ND-000570
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.
system {
…
…
…
login {
password {
minimum-upper-cases 1;
}
}
If the router is not configured to enforce password complexity by requiring that at least one upper-case character be used, this is a finding.
M
3381