User`s guide
Chapter 17 System Management 327
Syntax
Parameters
Example
In this example, the password for non-default local user accounts must be at least 8
characters, and must contain at least 3 lower case characters, 2 numbers, 2 special
characters, and 1 uppercase character.
set system password-strength <arguments>
Parameter Description
-min-length Is a number from 0 to 20 that sets the minimum number of characters
in the password
-min-lower-case Is a number from 0 to 20 that sets the minimum number of lower case
letters in the password
-min-number Is a number from 0 to 20 that sets the minimum number of numbers
in the password
-min-special Is a number from 0 to 20 that sets the minimum number of special
characters in the password
-min-upper-case Is a number from 0 to 20 that sets the minimum number of upper
case letters in the password
set system password-strength -min-length=8 -min-lower-case=3 -min-number=2
-min-special=2 -min-upper-case=1