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