Specifications
21-7
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 21 Configuring SNMP Monitoring
Enabling Cisco Unity Express Shutdown Requests
Verifying the SNMP Login and PIN Notification Thresholds
Use the show notification configuration command in Cisco Unity Express EXEC mode to display the
SNMP login and password notification thresholds.
The following example shows output from the show notification configuration command:
se-10-0-0-0# config t
Enter configuration commands, one per line. End with CNTL/Z.
se-10-0-0-0(config)# notification security login user 10
se-10-0-0-0(config)# notification security login password 6
se-10-0-0-0(config)# notification security pin uid 12
se-10-0-0-0(config)# notification security pin password 8
se-10-0-0-0(config)# notification security pin reset 3
se-10-0-0-0(config)# end
se-10-0-0-0# show notification configuration
Login user threshold: 10 (errors within a 5 minute interval)
Login password threshold: 6 (errors within a 5 minute interval)
PIN uid threshold: 12 (errors within a 5 minute interval)
PIN password threshold: 8 (errors within a 5 minute interval)
PIN reset threshold: 3 (resets within a 5 minute interval)
se-10-0-0-0#
Enabling Cisco Unity Express Shutdown Requests
Enabling shutdown requests allows the Cisco Unity Express module to be gracefully halted. For
example, suppose an uninterruptible power supply (UPS) sends a power out alert to the Cisco Unity
Express management application. The management application would send an SNMP shutdown request
to bring down the Cisco Unity Express module while power is still supplied from the UPS.
For security reasons, the shutdown capability is disabled by default.
To reset the Cisco Unity Express module, use the service-module service-engine slot/port reset
command on the router housing the module.
Prerequisites
Be sure that the appropriate MIBs are installed. See the Cisco Unity Express SNMP MIB Release 2.2
guide for details.
Step 7
end
Example:
se-10-0-0-0(config)# end
Exits configuration mode.
Step 8
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Saves the configuration changes.
Command or Action Purpose