Cisco Systems 78-13983-04 Network Router User Manual


 
4-22
Cisco MWR 1900 Mobile Wireless Edge Router Software Configuration Guide
78-13983-04
Chapter 4 Configuring with the Command-Line Interface
Monitoring and Managing the MWR 1900
network 192.168.146.0 0.0.0.255 area 51
network 192.168.147.0 0.0.0.255 area 51
network 10.0.0.0 0.255.255.255 area 51
default-information originate metric 100 metric-type 1
distribute-list 11 out
distance 120
!
ip route 64.102.16.25 255.255.255.255 FastEthernet0/0
ip route 64.102.16.25 255.255.255.255 192.168.1.10
!
Notes
Keepalives must be set for all Ethernet interfaces to ensure proper redundant behavior. A keepalive
value of 1 has been selected for maximum responsiveness.
Configuring no ip proxy-arp is helpful to avoid confusion with routes and ARP caches.
In a redundant configuration, both MWR 1900s share a common IP address for their Multilink
interface.
Monitoring and Managing the MWR 1900
You can use Cisco’s network management applications, such as CiscoWorks2000 for Mobile Wireless
(CW4MW), to monitor and manage aspects of the MWR 1900.
To enable remote network management of the MWR 1900, do the following:
Step 1 At the privileged prompt, enter the following command to access 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
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 CW4MW workstation with the ip host command in Step 2.