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