Information
Require the new administrative password to differ from the old password by at least four characters. Enforcing strong password policies reduces the chance that a password will be compromised.
Solution
Use this command to configure higher security requirements for administrator passwords and
IPsec VPN pre-shared keys.
config system password-policy
set status {enable | disable}
set apply-to [admin-password ipsec-preshared-key]
set change-4-characters {enable | disable}
set expire <days>
set minimum-length <chars>
set min-lower-case-letter <num_int>
set min-upper-case-letter <num_int>
set min-non-alphanumeric <num_int>
set min-number <num_int>
set expire-status {enable | disable}
set expire-day <num_int>
end