Table Of Contents
IP Reachability
Overview
General Guidelines
AutoRoute Networks
In-band—NWIP ON
Out-of-band—NWIP OFF
Out-of-band—LANIP
PNNI Networks
IP Reachability
This appendix addresses the issue of how CWM accesses the nodes in the network that it is managing. In particular this appendix describes how to the configure the communication method using the IP reachability field in the svplus/config/network.conf file.
Overview
CWM needs to communicate with the network nodes that are being managed to perform the following applications.
•
Network topology discovery (AutoRoute and PNNI)
•
Network object management (SNMP)
•
Statistics collections (TFTP and FTP)
•
CLI (Telnet)
For all these applications, CWM uses IP addresses to identify the destination node that is to receive a packet or message. However, depending upon the application and network equipment types, several IP addressing schemes are configurable by the user. These schemes are listed below.
•
AutoRoute networks
–
In-band IP routing in the network nodes (referred to as NWIP ON)
–
Out-of-band using PVCs generated by the gateway node (referred to as NWIP OFF)
–
Out-of-band using LANs (referred to as LANIP)
•
PNNI networks
–
In-band using PNNI management PVCs
–
Out-of-band using LANs
For AutoRoute networks the scheme is selected by the value of the IP reachability field in the network.conf.
For PNNI networks, the default scheme uses the management PVCs provided by the PNNI protocol. Alternatively, LANs can be used by configuring at the node level entering the CLI cnfndparms command.
General Guidelines
The following guidelines should be observed when configuring IP reachability
•
Each network must have at least one node designated as the gateway node.
•
A gateway must be connected to the CWM workstation through its Ethernet port.
•
The LAN IP address of a gateway must be specified in the network.conf file either as its IP address or its nodename (as specified in the etc/hosts file).
AutoRoute Networks
In AutoRoute networks IP reachabilty can be either in-band or out-of-band. Further, out-of-band can use dedicated PVCs or LANs.
In-band—NWIP ON
Figure B-1 shows an example of an AutoRoute network in which the communication method between CWM and the network nodes is in-band.
In this example there are four network nodes of which one is designated a gateway node. CWM communicates with the network through a LAN connection to the gateway node (via a router in this case). For CWM applications CWM uses the node's NWIP address for specifying the destination node of a message. The network nodes use a Cisco proprietary IP relay protocol whereby a node can examine the destination IP address, look it up in a routing table, and relay the message to the next hop. Although the network uses ATM to transmit cells across the network links, the network, in effect, performs as an IP level 3 routing network for CWM messages.
To use this method, the user enters NWIP ON as the value in the IP reachability field of the svplus/config/network.conf file.
Figure B-1 Example of AutoRoute In-band Communications
Out-of-band—NWIP OFF
Figure B-2 shows an example of an AutoRoute network in which communication between CWM and the network nodes is out-of-band and uses PVCs set up by the gateway node.
In this example there are four-network nodes of which one is designated a gateway node. CWM communicates with the network through a LAN connection to the gateway node (via a router in this case). Unlike the in-band case, only the gateway node performs the routing function. The gateway node uses its AutoRoute topology knowledge to set up a dedicated PVC to each network node for the purpose of transmitting CWM messages. For CWM applications CWM uses the node's NWIP address for specifying the destination node of a message. When such a message is received by the gateway node, it looks up the PVC for the specified IP destination and uses the PVC to relay the message across the network to its destination.
To use this method, the user enters NWIP OFF as the value in the IP reachability field of the svplus/config/network.conf file.
Figure B-2 Example of AutoRoute Out-of-band Communications using PVCs
Out-of-band—LANIP
Figure B-3 shows an example of an AutoRoute network in which communication between CWM and the network nodes is out-of-band and uses PVCs set up by the gateway node.
In this example there are four network nodes where each is connected to CWM through a separate IP LAN (or LAN emulation network). In this case, no CWM messages are carried across the ATM network. CWM communicates over the LAN using the node's LAN IP address as the destination address.
To use this method, the user enters LANIP as the value in the IP reachability field of the svplus/config/network.conf file.
Figure B-3 Example of AutoRoute Out-of-band Communications using LANs
PNNI Networks
PNNI networks are always out-of-band and do not use the IP reachability field in the network.conf file.
The default method uses the management PVC (vpi = 0, vci = 16) facility and the neighbor routing protocol provided by PNNI. This method uses the node's IP address which is configured at the node using option 8 in the cnfndparms command and choosing atm0.
Alternatively, PNNI networks can use the LANIP method as shown in Figure B-3. To enable this method, the user must configure each node using the option 8 in the cnfndparms command and by selecting lnPci0.