Specifications
19-21
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
DETAILED STEPS
Configuring PIN and Password History
Starting in release 3.0, this feature enables the system to track previous PINs and passwords for all users
and prevent users from reusing old PINs or passwords. You can configure the depth of the PIN or the
password history using either the GUI or CLI.
This section contains these procedures:
• Configuring the Password History Depth, page 22
• Configuring the PIN History Depth, page 22
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
security pin lockout enable
Example:
se-10-0-0-0(config)# security pin lockout enable
Enables the PIN lockout feature.
Step 3
security pin lockout policy temp-lock
Example:
se-10-0-0-0(config)# security pin lockout policy
temp-lock
Set the security mode to lock out subscribers
permanently when the maximum number of failed
login attempts is reached.
Step 4
security pin temp-lock max-attempts
no_of_max_attempts
Example:
se-10-0-0-0(config)# security pin temp-lock
init-attempts 8
Specifies the initial number of failed attempts that
trigger a temporary lockout. Range is from the value
of init-attempts to 200.
Step 5
security pin temp-lock init-attempts
no_of_init_attempts
Example:
se-10-0-0-0(config)# security pin temp-lock
init-attempts 4
Specifies the initial number of failed attempts that
trigger a temporary lockout. Range is between 1 and
the value of max_attempts.
Step 6
security pin temp-lock duration duration
Example:
se-10-0-0-0(config)# security pin temp-lock duration
10
Specifies the initial lockout duration (in minutes) for
a temporary lockout mode. The valid range is TBD
Step 7
end
Example:
se-10-0-0-0(config)# end
Returns to privileged EXEC mode.