Specifications

29-6
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 29 Monitoring and Managing the Cisco MWR 2941 Router
Configuring Network Management Features
Step 6
Router(config)# snmp-server enable
traps ipran
Enables SNMP traps for all IP-RAN notifications.
Note Besides enabling SNMP traps for all IP-RAN notifications, you
can also enable traps for IP-RAN GSM alarms, UMTS alarms,
and general information about the backhaul utilization. For
descriptions on how to use these SNMP commands, see the Cisco
MWR 2941 Mobile Wireless Edge Router IOS Command
Reference, Release 15.0(1)MR.
Step 7
Router(config)# snmp-server enable
traps envmon
Enables SNMP traps for a specific environment, use the snmp-server
enable traps envmon command.
Step 8
Router(config)# snmp-server host
host-addr [traps | informs]
[version {1 | 2c | 3 [auth | noauth
| priv]}] community-string
[udp-port port] [notification-type]
Example:
Router(config)# snmp-server host
10.20.30.40 version 2c
Specifies the recipient of an SNMP notification operation. To remove the
specified host, use the no form of this command.
The syntax is as follows:
host-addr—Name or Internet address of the host (the targeted
recipient).
traps—(Optional) Sends SNMP traps to this host. This is the default.
informs—(Optional) Sends SNMP informs to this host.
version—(Optional) Version of the SNMP used to send the traps.
Version 3 is the most secure model because allows packet encryption
with the priv keyword. If you use the version keyword, one of the
following must be specified:
1—SNMPv1. This option is not available with informs.
2c—SNMPv2C.
3—SNMPv3. The following three optional keywords can follow
the version 3 keyword:
auth (Optional). Enables Message Digest 5 (MD5) and Secure
Hash Algorithm (SHA) packet authentication
noauth (Default). The noAuthNoPriv security level. This is the
default if the [auth | noauth | priv] keyword choice is not
specified.
priv (Optional). Enables Data Encryption Standard (DES)
packet encryption (also called “privacy”).
community-string—Password-like community string sent with the
notification operation. Though you can set this string using the
snmp-server host command by itself, we recommend you define this
string using the snmp-server community command before using the
snmp-server host command.
udp-port port—UDP port of the host to use. The default is 162.
Command Purpose