Specifications

4-112
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Monitoring and Managing the Cisco MWR 2941 Router
Step 7 Exit the global configuration mode.
Router(config)# exit
Enabling Remote Network Management
To enable remote network management of the Cisco MWR 2941, do the following:
Step 1 At the privileged EXEC prompt, enter the following command to access the configuration mode:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Step 2 At the configuration prompt, enter the following command to assign a host name to each of the network
management workstations:
Router(config)# ip host hostname ip_address
Where hostname is the name assigned to the Operations and Maintenance (O&M) workstation and
ip_address is the address of the network management workstation.
Step 3 Enter the following commands to create a loopback interface for O&M.
Router(config)# interface loopback number
Router(config-if)# ip address ip_address subnet_mask
Note For more information, see the “Configuring Gigabit Ethernet Interfaces” section on page 4-4.
Step 4 Exit interface configuration mode:
Router(config-if)# exit
Step 5 At the configuration prompt, enter the following command to specify the recipient of a Simple Network
Management Protocol (SNMP) notification operation:
Router(config)# snmp-server host hostname [traps | informs] [version {1 | 2c | 3 [auth |
noauth | priv]}] community-string [udp-port port] [notification-type]
Where hostname is the name assigned to the Cisco Info Center workstation with the ip host command
in Step 2.
Note See the “Configuring Multiprotocol Label Switching (MPLS)” section on page 4-58 for more
information about configuring Steps 5 through 8 in this procedure.
Step 6 Enter the following commands to specify the public and private SNMP community names:
Router(config)# snmp-server community public RO
Router(config)# snmp-server community private RW
Step 7 Enter the following command to enable the sending of SNMP traps:
Router(config)# snmp-server enable traps