Specifications
21-4
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
Setting Threshold Values for Subscriber Responses
Verifying the Enabling of the SNMP Agent, Passwords, and Trap Server
Use the show snmp configuration command in Cisco Unity Express EXEC mode to display the SNMP
agent status and passwords.
The following example shows output from the show snmp 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)# snmp-server community myaccess rw
se-10-0-0-0(config)# snmp-server community iminhere ro
se-10-0-0-0(config)# snmp-server enable traps
se-10-0-0-0(config)# snmp-server host 172.16.160.224 bigtraps
se-10-0-0-0(config)# snmp-server contact "Dial 71111 for system operator"
se-10-0-0-0(config)# snmp-server location "Bldg A NYC"
se-10-0-0-0(config)# end
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: disabled
se-10-0-0-0#
Setting Threshold Values for Subscriber Responses
Tracking spikes in the number of failures that occur within a short period of time for certain subscriber
actions helps to identify possible security breaches in the system.
Each subscriber action has a default threshold value. Use the commands in this section if you want to
change the default values.
Step 6
snmp-server location “location-string”
Example:
se-10-0-0-0(config)# snmp-server location “Bldg
A NYC”
(Optional) Specifies SNMP server location
information. Maximum length is 31
alphanumeric characters. This value sets the
MIB’s sysLocation string. Enclose the text
in double quotes (“ ”).
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