Specifications

21-8
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
SUMMARY STEPS
1. config t
2. snmp-server enable cueShutdownRequest
3. end
4. copy running-config startup-config
DETAILED STEPS
Verifying the Enabling of Shutdown Requests
Use the show snmp configuration command in Cisco Unity Express EXEC mode to display the status
of the shutdown request capability.
The following example shows output from the show snmp configuration command:
se-10-0-0-0# show snmp configuration
Contact: Dial 71111 for system operator
Location: Bldg A NYC
Community 1 RO: iminhere
Community 1 RW: admin_main
Community 2 RW: myaccess
Traps: enabled
Host Community 1: 172.16.160.224 bigtraps
cueShutdownRequest enabled
se-10-0-0-0#
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
snmp-server enable cueShutdownRequest
Example:
se-10-0-0-0(config)# snmp-server enable
cueShutdownRequest
Enables Cisco Unity Express shutdown
requests. Shutdown requests are disabled by
default.
Step 3
end
Example:
se-10-0-0-0(config)# end
Exits configuration mode.
Step 4
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Saves the configuration changes.