SV-101231r2_rule
V-91131
SRG-APP-000164-NDM-000252
JUNI-ND-000550
CAT II
10
Configure the router to enforce a minimum 15-character password length as shown in the example below.
[edit system login]
set password minimum-length 15
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.
system {
…
…
…
login {
password {
minimum-length 15;
}
}
If the router is not configured to enforce a minimum 15-character password length, this is a finding.
V-91131
False
JUNI-ND-000550
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.
system {
…
…
…
login {
password {
minimum-length 15;
}
}
If the router is not configured to enforce a minimum 15-character password length, this is a finding.
M
3381