Specifications
21-3
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 the SNMP Agent, Passwords, and Trap Server
DETAILED STEPS
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
snmp-server community community-string {ro | rw}
Example:
se-10-0-0-0(config)# snmp-server community
myaccess rw
se-10-0-0-0(config)# snmp-server community
youraccess ro
Enables the SNMP agent and defines SNMP
passwords.
• community-string—Specifies an
SNMP password. The maximum length
is 15 alphanumeric characters, which
includes letter A to Z, letters a to z,
digits 0 to 9, underscore (_), and
hyphen (-). The first character does not
have to be a letter.
• ro—The password has read-only
capability. The system supports a
maximum of 5 ro passwords.
• rw—The password has read and write
capabilities. The system supports a
maximum of 5 rw passwords.
Step 3
snmp-server enable traps
Example:
se-10-0-0-0(config)# snmp-server enable traps
Enables SNMP traps. SNMP traps are
disabled by default.
Use this command in conjunction with the
snmp-server host command to identify at
least one server that will receive the SNMP
notifications.
Step 4
snmp-server host host-ipaddress community-string
Example:
se-10-0-0-0(config)# snmp-server host
172.16.100.10 iminhere
se-10-0-0-0(config)# snmp-server host
172.16.100.20 bigtraps
se-10-0-0-0(config)# snmp-server host
172.16.100.30 traps4cue
Specifies a server that accepts the SNMP
notifications.
• host-ipaddress—IP address of the
server. Enable at least one host. The
system supports a maximum of 5 hosts.
• community-string—Specifies an
SNMP password. The maximum length
is 15 alphanumeric characters. This
password does not have to be the same
as those defined with the snmp-server
community command.
Step 5
snmp-server contact “contact-string”
Example:
se-10-0-0-0(config)# snmp-server contact “Dial
71111 for system operator”
(Optional) Specifies SNMP server contact
information. Maximum length is 31
alphanumeric characters. This value sets the
MIB’s sysContact string. Enclose the text in
double quotes (“ ”).