Specifications
19-14
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 19 Advanced Configuration
Configuring Password and PIN Parameters
Examples
The following example sets the password length to 6 characters, the PIN length to 5 characters, the
password expiry time to 60 days, and the PIN expiry time to 45 days.
se-10-0-0-0# config t
se-10-0-0-0(config)# security password length min 6
se-10-0-0-0(config)# security pin length min 5
se-10-0-0-0(config)# security password expiry days 60
se-10-0-0-0(config)# security pin expiry days 45
se-10-0-0-0(config)# exit
Configuring Enhanced PIN Validation
Starting in release 8.6.4, you can configure an enhanced PIN validation feature, using the security pin
trivialcheck command.
Step 3
security pin length min pin-length
Example:
se-10-0-0-0(config)# security pin length min 4
Specifies the minimum length of all subscribers’
PINs. The default value is 3; the maximum value
is 16.
To set the minimum PIN length to the system
default, use the no or default form of this
command.
Step 4
security password expiry days password-days
Example:
se-10-0-0-0(config)# security password expiry days 60
Specifies the maximum number of days for
which subscribers’ passwords are valid. Valid
values range from 3 to 365.
If this value is not configured, the passwords will
not expire.
To set the password expiry time to the system
default, use the no or default form of this
command.
Step 5
security pin expiry days pin-days
Example:
se-10-0-0-0(config)# security pin expiry days 45
Specifies the maximum number of days for
which subscriber’s PINs are valid. Valid values
range from 3 to 365.
If this value is not configured, the PINs will not
expire.
To set the PIN expiry time to the system default,
use the no or default form of this command.
Step 6
exit
Example:
se-10-0-0-0(config)# exit
se-10-0-0-0#
Exits configuration mode.
Command or Action Purpose