|
|
The primary goal of your Cisco WAN Manager (CWM) network design is to build the simplest, most economical communication network possible while enabling both flat and tiered networks.
Determination of the number and placement of CWM workstations throughout the network is largely dependent on the amount of message traffic between CWM and the nodes within the network, and the ability of either CWM or the individual MGX 8850 series, BPX® 8600 series, or IGX 8400 series nodes to process the messages. As each component in the network owns indigenous factors that contribute to overall performance, a key issue becomes understanding the limitation of each component and determining which component is the limiting factor in the network design.
Each CWM workstation resident within a network must be able to communicate with all nodes within the network.
Each node can have two different IP addresses. The first is the network IP address. You configure the network IP address on a switch by invoking the cnfnwip command from the Switch Command Line Interface (CLI). The network IP address is used by CWM to communicate with all nodes in the network.
The second type of IP address, is the LAN IP address. It is configured on a switch by invoking the cnflan command from the Switch CLI. CWM uses the LAN IP address for communicating with a gateway node and all feeder nodes.
![]() |
Note The network and LAN IP addresses should be configured on all of the nodes that are to communicate directly with CWM. All nodes that communicate with the CWM workstation through a gateway node do not need a LAN IP address. These nodes use the network address via the trunks between nodes and are in-band. |
Following are descriptions of various components found in a CWM network:
A Gateway node provides topology and other vital information about the network to CWM. The Gateway node name is specified in the /usr/users/svplus/config/network.conf file on the CWM workstation.
IP Relay is a proprietary protocol used by Cisco WAN switches to pass IP traffic within a Cisco WAN network. The IP-Relay function stops at the gateway switch.
The IP Relay gateway is a node in the WAN network used to relay IP traffic for a group of nodes in the network. When the nodes in the network are geographically distributed, or when the network is large and you created subnets to manage the network, one node in each subnet can be used to relay the IP traffic to all the nodes in that subnet that are connected via trunks. IP Relay traffic will pass through a trunk's Statistical Reserve, but not pass over lines.
CWM and MGX 8230, MGX 8250, MGX 8850, BPX 8600, or IGX 8400 series nodes use a proprietary protocol to exchange network management information. CWM establishes two types of links (Link0 and Link1) with MGX 8230, MGX 8250, MGX 8850, BPX 8600, or IGX 8400 series nodes. CWM establishes a Link0 link with the CWM Gateway node, and a Link1 link with all nodes in the network. A Link0 link is also established between CWM and IGX 8400 series feeder nodes.
Four types of network management traffic flow between CWM and the Cisco WAN switches CWM manages
CWM only uses SNMP and TFTP to communicate with MGX 8220 nodes.
This section provides information about ports used by CWM for outgoing and incoming communications.
Table B-1, "Outgoing Ports Used by CWM", lists the outgoing ports CWM uses to communicate with the nodes.
| Protocol | Port | Function |
|---|---|---|
udp | 161 | SNMP get, set |
udp | 69 | tftp server |
tcp | 23 | telnet |
tcp | 13 | daytime |
Table B-2, "Incoming Ports Used by CWM", lists the incoming ports the nodes use to communicate with CWM.
| Protocol | Port | Function |
|---|---|---|
udp | 162 | SNMP Trap |
udp | 2500 | rtm |
tcp | 8161 | HPOV Topology daemon |
tcp | 9999 | HPOV Database daemon |
You have two options for configuring your network for network management. You can use In-Band Management or Out-of-Band Management.
When using In-Band Management, the network management traffic flows through the network you are managing. Switch software uses the proprietary IP Relay protocol to pass IP traffic over trunks in the WAN network for In-Band Management. To use In-Band Management, at least one node in the network that is to be managed by CWM, must be connected by way of a LAN, to CWM. This node is called the Gateway node. All network management data from all other nodes in the network flows through the Gateway node to CWM. You can configure CWM to use In-Band Management using a basic hub attachment without a router or across routers.
Figure B-1 is an illustration of a typical network set up for In-Band management without routers. The following configuration of workstation files is required to support in-band management of the network without routers.

![]() |
Note Use valid IP addresses for devices in your network and avoid using upper-case characters in the files. The addresses provided in the following examples should be replaced with your network's device addresses. |
The contents of the network.conf file should look similar to the following:
0|Network1|igx-lan2|9600|0|7|6|0|30|1024|9.2|nwip_off|
Step 2 Modify the /etc/hosts file to include (along with the file's usual contents) the following IP addresses and device names:
Step 3
| IP Address | Device Name |
|---|---|
172.70.207.6 | igx2-lan |
192.0.0.6 | igx2 |
192.0.0.7 | igx3 |
192.0.0.8 | bpx4 |
172.70.207.9 | mgx1-lan |
192.0.0.9 | mgx1 |
172.70.207.10 | mgx2-lan |
192.0.0.10 | mgx2 |
/usr/sbin/route add net 192.0.0.0 172.70.207.6 1
Add this line after the line similar to the following:
/usr/sbin/route add -interface -netmask "240.0.0.0" "224.0.0.0" "$mcastif"
)&
Step 4 Verify your network structures by issuing "netstat -rn" and checking the results against the following table.
| Routing Table Destination | Gateway | Flags | Ref | Use | Interface |
|---|---|---|---|---|---|
127.0.0.1 | 127.0.0.1 | UH | 0 | 6061 | lo0 |
192.0.0.0 | 172.70.207.6 | UG | 0 | 461 | |
172.70.207.0 | 172.70.207.5 | U | 3 | 1311 | hme0 |
224.0.0.0 | 172.25.70.8 | U | 3 | 0 | hme0 |
The following tables provide node configuration information about the nodes shown in Figure B-1, In-Band Management - Basic Hub Attachment Without Router.
| CLI Command | Data |
|---|---|
cnfname | igx2 |
cnflan (IP address, subnet mask, default) |
|
cnfnwip (IP address, subnet mask) |
|
cnfstatmast | 172.70.207.5 |
cnffwswinit | 170.70.207.5 |
cnfswfunc | Configure/Save/Restore |
cnffunc | Download/Remote/CWM |
cnfsnmp | public, private, public |
| CLI Command | Data |
|---|---|
cnfname | mgx1 |
cnfifip (26 Ethernet, subnet mask, default) |
|
cnfifip (37 ATM, subnet mask) |
|
cnfstatmast | 172.70.207.5 |
cnffwswinit | 170.70.207.5 |
| CLI Command | Data |
|---|---|
cnfname | igx3 |
cnflan (IP address, subnet mask, default) |
|
cnfnwip (IP address, subnet mask) |
|
cnfstatmast | 172.70.207.5 |
cnffwswinit | 170.70.207.5 |
cnfswfunc | Configure/Save/Restore |
cnffunc | Download/Remote/CWM |
cnfsnmp | public, private, public |
| CLI Command | Data |
|---|---|
cnfname | mgx2 |
cnfifip (26 Ethernet, subnet mask, default) |
|
cnfifip (37 ATM, subnet mask) |
|
cnfstatmast | 172.70.207.5 |
cnffwswinit | 170.70.207.5 |
Figure B-2 is an illustration of a typical network set up for In-Band management using routers. The following configuration of workstation files is required to support in-band management of the network using routers.

![]() |
Note Use valid IP addresses for devices in your network and avoid using upper-case characters in the files. The addresses provided in the following examples should be replaced with your network's device addresses. |
0|Network1|igx2-lan|9600|0|7|6|0|30|1024|nwip_off|
Step 2 Modify the /etc/hosts file to include the following (along with the usual contents of this file).
IP Address | Device Name |
|---|---|
172.70.207.6 | igx2-lan |
192.0.0.6 | igx2 |
192.0.0.7 | igx3 |
192.0.0.8 | bpx4 |
172.70.207.9 | mgx1-lan |
192.0.0.9 | mgx1 |
172.70.207.10 | mgx2-lan |
192.0.0.10 | mgx2 |
Step 3 Modify the /etc/defaultrouter file to include the following line:
172.70.106.1 1
Step 4 Modify the /etc/rc2.d/S72inetsvc file to add routes by including the following lines:
/usr/sbin/route add default 172.70.108.1 1
/usr/sbin/route add net 192.0.0.0 172.70.106.1 1
Add these lines after the line similar to the following:
/usr/sbin/route add -interface -netmask "240.0.0.0" "224.0.0.0" "$mcastif"
Step 5 Verify your network structures by entering netstat -rn and checking the results against the following table.
| Routing Table Destination | Gateway | Flags | Ref | Use | Interface |
|---|---|---|---|---|---|
127.0.0.1 | 127.0.0.1 | UH | 0 | 6061 | lo0 |
192.0.0.0 | 172.70.207.6 | UG | 0 | 461 |
|
172.70.207.0 | 172.70.207.5 | U | 3 | 1311 | hme0 |
224.0.0.0 | 172.25.70.8 | U | 3 | 0 | hme0 |
Default | 172.70.106.1 |
|
|
|
|
The following tables provide node configuration information about the nodes shown in Figure B-2, In-Band Management Using an IP Relay Gateway.
| CLI Command | Data |
|---|---|
cnfname | igx2 |
cnflan (IP address, subnet mask, default) |
|
cnfnwip (IP address, subnet mask) |
|
cnfstatmast | 172.70.207.5 |
cnffwswinit | 170.70.207.5 |
cnfswfunc | Configure/Save/Restore |
| CLI Command | Data |
|---|---|
cnfname | mgx1 |
cnfifip (26 Ethernet, subnet mask, default) |
|
cnfifip (37 ATM, subnet mask) |
|
cnfstatmast | 172.70.207.5 |
cnffwswinit | 170.70.207.5 |
CLI Command | Data |
|---|---|
cnfname | igx3 |
cnflan (IP address, subnet mask, default) |
|
cnfnwip (IP address, subnet mask) |
|
cnfstatmast | 172.70.207.5 |
cnffwswinit | 170.70.207.5 |
cnfswfunc | Configure/Save/Restore |
cnffunc | Download/Remote/CWM |
cnfsnmp | public, private, public |
CLI Command | Data |
|---|---|
cnfname | mgx2 |
cnfifip (26 Ethernet, subnet mask, default) |
|
cnfifip (37 ATM, subnet mask) |
|
cnfstatmast | 172.70.207.5 |
cnffwswinit | 170.70.207.5 |
With Out-of-Band Management, the traffic flows directly from individual nodes to the Cisco CWM workstation without being routed through the Gateway node. To configure Cisco CWM to use Out-of-Band Management, the last field in the /usr/users/svplus/config/network.conf entry should be set to nwip_on and direct routes from Cisco CWM to all individual nodes should exist.

Release 10 of CWM always communicates with the Release 2 MGX 8850 nodes using the ATM inband address. CWM uses the ATM inband address for topology discovery, trap registration, configuration upload, as well as provisioning. In order to allow CWM to perform out-of-band communication with the switch via the switch's ethernet LAN interface, the static IP route should be configured (on the CWM station and on the router, if necessary) to forward IP traffic destined for an ATM inband address to the node's ethernet LAN interface. Never configure the same IP address for both ethernet LAN and ATM interfaces.
This section provides information on how to configure the MGX 8850 switch as a feeder. To set up an MGX 8850 feeder session, complete the following steps:
> cnfname popeye3a
Step 2 Use the cnfifip command to configure the internet address of the MGX 8850. The syntax for this command is: cnfifip <interface> <IP address> <net mask> <broadcast address>
> cnfifip 28 172.29.37.78 255.255.255.000 0
> cnfifip 37 172.1.1.78 255.255.255.000 0
> cnfnwip 172.1.1.78
Step 3 Use the dspifip command to check LAN IP and NWIP
> dspifip
Interface IP Address NetMask BroadcastAddress
--------- -------- ------ -------------
Ethernet 172.29.37.78 255.255.255.000 Slip 255.255.255.000 ATM 172.1.1.78 255.255.255.000
Step 4 Use the addln command to configure a line. The syntax of this command is
addln -ds3 <line number> | -e3 <line number> | -sonet <line number>
> addln -sonet 7.1
Step 5 Use the upif command to add a logical interface to a broadband port on a PXM. The syntax for this command is upif <if_num> <lin_num> <pct_bw> <min_vpi> <max_vpi>
> upif 1 1 100 0 4095
Step 6 Use the addrscprtn command to specify the parameters for the resource partitions. The syntax for this command is addrscprtn <if_num> <ctrlr_num> <ingr_pct_bw> <egr_pct_bw> <min_vpi> <max_vpi> <min_vci> <max_vpi> <max_chans>
> addrscprtn 1 1 100 0 4095 0 65535 32767
Step 7 Use the cnfswfunc command to configure the node-level features of the MGX 8850 switch as a feeder node. The syntax of this command is: cnfswfunc [ <-vsvd enable(yes) | disable<no)> ] | [ <-ndtype> <fdr | routing>]
> cnfswfunc -ndtype fdr
Step 8 Use the cnfifastrk command to configure the interface as a feeder trunk. The syntax of this command is: cnfifastrk <slot.port><iftype>
> cnfifastrk 7.1 ftrk
Step 9 Telnet to the BPX® 8600 series switch. (This example assumes that the MGX 8850 trunk is connected to slot 9, line 1.)
> telnet xxxyyyzzz
Step 10 Use the uptrk command to bring up the trunk.
> uptrk 9.1
Step 11 Use the addshelf command tobring up the shelf.
> addshelf 9.1 x
Step 12 Use the dsptrks command to display the trunk status and verify that the trunk is clear.
> dsptrks
TRK Current Alarm Status Other End
7.1 Clear bpx4
Step 13 At the CWM workstation, enter the following to become the root user.
> su root <root password>
#
Step 14 Issue the route command to build the route between the 8850 feeder and the BPX.
# route add net 172.1.1.0 bpx_IP_address 1
Step 15 Issue a ping command to the MGX 8850 feeder.
# ping 172.1.1.78
If the ping command is successful, CWM can reach the MGX 8850 feeder node.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Fri Sep 29 12:14:10 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.