Specifications
19-20
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
Configuring PIN Protection with Temporary Lockout
Prerequisites
Cisco Unity Express 3.0 or a later version
Required Data for This Procedure
None.
SUMMARY STEPS
1. config t
2. security pin lockout enable
3. security pin lockout policy temp-lock
4. security pin temp-lock max-attempts no_of_max_attempts
5. security pin temp-lock init-attempts no_of_init_attempts
6. security pin temp-lock duration duration
7. end
Step 3
security password lockout policy temp-lock
Example:
se-10-0-0-0(config)# security password 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 password temp-lock max-attempts
no_of_max_attempts
Example:
se-10-0-0-0(config)# security password 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 password temp-lock init-attempts
no_of_init_attempts
Example:
se-10-0-0-0(config)# security password 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 password temp-lock duration duration
Example:
se-10-0-0-0(config)# security password 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.
Command or Action Purpose