system password-policy-guest-admin
Introduction.
config system password-policy-guest-admin
set status {enable | disable} Enable/disable setting a password policy for locally defined administrator passwords and IPsec VPN pre-shared keys.
set apply-to {guest-admin-password} Guest administrator to which this password policy applies.
guest-admin-password Apply to guest administrator password.
set minimum-length {integer} Minimum password length (8 - 128, default = 8). range[8-128]
set min-lower-case-letter {integer} Minimum number of lowercase characters in password (0 - 128, default = 0). range[0-128]
set min-upper-case-letter {integer} Minimum number of uppercase characters in password (0 - 128, default = 0). range[0-128]
set min-non-alphanumeric {integer} Minimum number of non-alphanumeric characters in password (0 - 128, default = 0). range[0-128]
set min-number {integer} Minimum number of numeric characters in password (0 - 128, default = 0). range[0-128]
set change-4-characters {enable | disable} Enable/disable changing at least 4 characters for a new password (This attribute overrides reuse-password if both are enabled).
set expire-status {enable | disable} Enable/disable password expiration.
set expire-day {integer} Number of days after which passwords expire (1 - 999 days, default = 90). range[1-999]
set reuse-password {enable | disable} Enable/disable reusing of password (if both reuse-password and change-4-characters are enabled, change-4-characters overrides).
end