cc/td/doc/product/ong/15400/r33docs
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table Of Contents

IP Networking

10.1 IP Networking Overview

10.2 IP Addressing Scenarios

10.2.1 Scenario 1: CTC and ONS 15454s on Same Subnet

10.2.2 Scenario 2: CTC and ONS 15454s Connected to Router

10.2.3 Scenario 3: Using Proxy ARP to Enable an ONS 15454 Gateway

10.2.4 Scenario 4: Default Gateway on CTC Computer

10.2.5 Scenario 5: Using Static Routes to Connect to LANs

10.2.6 Scenario 6: Using OSPF

10.2.7 Scenario 7: Provisioning the ONS 15454 Proxy Server

10.3 Routing Table


IP Networking


This chapter provides seven scenarios showing Cisco ONS 15454s in common IP network configurations. The chapter does not provide a comprehensive explanation of IP networking concepts and procedures. For IPset up instructions, refer to the Cisco ONS 15454 Procedure Guide.

Chapter topics include:

IP Networking Overview

IP Addressing Scenarios

Routing Table


Note To set up ONS 15454s within an IP network, you must work with a LAN administrator or other individual at your site who has IP networking training and experience. To learn more about IP networking, many outside resources are available. IP Routing Fundamentals, by Mark Sportack (Cisco Press, 1999), provides a comprehensive introduction to routing concepts and protocols in IP networks.


10.1 IP Networking Overview

ONS 15454s can be connected in many different ways within an IP environment:

They can be connected to LANs through direct connections or a router.

IP subnetting can create ONS 15454 node groups, which allow you to provision non-DCC connected nodes in a network.

Different IP functions and protocols can be used to achieve specific network goals. For example, Proxy Address Resolution Protocol (ARP) enables one LAN-connected ONS 15454 to serve as a gateway for ONS 15454s that are not connected to the LAN.

You can create static routes to enable connections among multiple CTC sessions with ONS 15454s that reside on the same subnet but have different destination IP addresses.

If ONS 15454s are connected to OSPF networks, ONS 15454 network information is automatically communicated across multiple LANs and WANs.

The ONS 15454 proxy server can be used to control the visibility and accessibility between CTC computers and ONS 15454 element nodes.

10.2 IP Addressing Scenarios

ONS 15454 IP addressing generally has seven common scenarios or configurations. Use the scenarios as building blocks for more complex network configurations. Table 10-1 provides a general list of items to check when setting up ONS 15454s in IP networks.

Table 10-1 General ONS 15454 IP Troubleshooting Checklist

Item
What to check

Link integrity

Verify that link integrity exists between:

CTC computer and network hub/switch

ONS 15454s (backplane wire-wrap pins or RJ-45 port) and network hub/switch

Router ports and hub/switch ports

ONS 15454 hub/switch ports

If connectivity problems occur, set the hub or switch port that is connected to the ONS 15454 to 10 Mbps half-duplex.

Ping

Ping the node to test connections between computers and ONS 15454s.

IP addresses/subnet masks

Verify that ONS 15454 IP addresses and subnet masks are set up correctly.

Optical connectivity

Verify that ONS 15454 optical trunk ports are in service; DCC is enabled on each trunk port


10.2.1 Scenario 1: CTC and ONS 15454s on Same Subnet

Scenario 1 shows a basic ONS 15454 LAN configuration ( Figure 10-1). The ONS 15454s and CTC computer reside on the same subnet. All ONS 15454s connect to LAN A, and all ONS 15454s have DCC connections.

Figure 10-1 Scenario 1: CTC and ONS 15454s on same subnet

10.2.2 Scenario 2: CTC and ONS 15454s Connected to Router

In Scenario 2 the CTC computer resides on a subnet (192.168.1.0) and attaches to LAN A ( Figure 10-2). The ONS 15454s reside on a different subnet (192.168.2.0) and attach to LAN B. A router connects LAN A to LAN B. The IP address of router interface A is set to LAN A (192.168.1.1), and the IP address of router interface B is set to LAN B (192.168.2.1).

On the CTC computer, the default gateway is set to router interface A. If the LAN uses DHCP (Dynamic Host Configuration Protocol), the default gateway and IP address are assigned automatically. In the Figure 10-2 example, a DHCP server is not available.

Figure 10-2 Scenario 2: CTC and ONS 15454s connected to router

10.2.3 Scenario 3: Using Proxy ARP to Enable an ONS 15454 Gateway

Scenario 3 is similar to Scenario 1, but only one ONS 15454 (node #1) connects to the LAN ( Figure 10-3). Two ONS 15454s (#2 and #3) connect to ONS 15454 #1 through the SONET DCC. Because all three ONS 15454s are on the same subnet, Proxy ARP enables ONS 15454 #1 to serve as a gateway for ONS 15454s #2 and #3.

Figure 10-3 Scenario 3: Using Proxy ARP

ARP matches higher-level IP addresses to the physical addresses of the destination host. It uses a lookup table (called ARP cache) to perform the translation. When the address is not found in the ARP cache, a broadcast is sent out on the network with a special format called the ARP request. If one of the machines on the network recognizes its own IP address in the request, it sends an ARP reply back to the requesting host. The reply contains the physical hardware address of the receiving host. The requesting host stores this address in its ARP cache so that all subsequent datagrams (packets) to this destination IP address can be translated to a physical address.

Proxy ARP enables one LAN-connected ONS 15454 to respond to the ARP request for ONS 15454s not connected to the LAN. (ONS 15454 Proxy ARP requires no user configuration.) For this to occur, the DCC-connected ONS 15454s must reside on the same subnet. When a LAN device sends an ARP request to an ONS 15454 that is not connected to the LAN, the gateway ONS 15454 returns its MAC address to the LAN device. The LAN device then sends the datagram for the remote ONS 15454 to the MAC address of the proxy ONS 15454. The proxy ONS 15454 uses its routing table to forward the datagram to the non-LAN ONS 15454.

10.2.4 Scenario 4: Default Gateway on CTC Computer

Scenario 4 is similar to Scenario 3, but nodes #2 and #3 reside on different subnets, 192.168.2.0 and 192.168.3.0, respectively ( Figure 10-4). Node #1 and the CTC computer are on subnet 192.168.1.0. Proxy ARP is not used because the network includes different subnets. In order for the CTC computer to communicate with ONS 15454s #2 and #3, ONS 15454 #1 is entered as the default gateway on the CTC computer.

Figure 10-4 Scenario 4: Default gateway on a CTC computer

10.2.5 Scenario 5: Using Static Routes to Connect to LANs

Static routes are used for two purposes:

To connect ONS 15454s to CTC sessions on one subnet connected by a router to ONS 15454s residing on another subnet. (These static routes are not needed if OSPF is enabled. Scenario 6 shows an OSPF example.)

To enable multiple CTC sessions among ONS 15454s residing on the same subnet.

In Figure 10-5, one CTC residing on subnet 192.168.1.0 connects to a router through interface A. (The router is not set up with OSPF.) ONS 15454s residing on different subnets are connected through ONS 15454 #1 to the router through interface B. Because ONS 15454s #2 and #3 are on different subnets, proxy ARP does not enable ONS 15454 #1 as a gateway. To connect to CTC computers on LAN A, a static route is created on ONS 15454 #1.

Figure 10-5 Scenario 5: Static route with one CTC computer used as a destination

The destination and subnet mask entries control access to the ONS 15454s:

If a single CTC computer is connected to router, enter the complete CTC "host route" IP address as the destination with a subnet mask of 255.255.255.255.

If CTC computers on a subnet are connected to router, enter the destination subnet (in this example, 192.168.1.0) and a subnet mask of 255.255.255.0.

If all CTC computers are connected to router, enter a destination of 0.0.0.0 and a subnet mask of 0.0.0.0. Figure 10-6 shows an example.

The IP address of router interface B is entered as the next hop, and the cost (number of hops from source to destination) is 2.

Figure 10-6 Scenario 5: Static route with multiple LAN destinations

10.2.6 Scenario 6: Using OSPF

Open Shortest Path First (OSPF) is a link state Internet routing protocol. Link state protocols use a "hello protocol" to monitor their links with adjacent routers and to test the status of their links to their neighbors. Link state protocols advertise their directly-connected networks and their active links. Each link state router captures the link state "advertisements" and puts them together to create a topology of the entire network or area. From this database, the router calculates a routing table by constructing a shortest path tree. Routes are continuously recalculated to capture ongoing topology changes.

ONS 15454s use the OSPF protocol in internal ONS 15454 networks for node discovery, circuit routing, and node management. You can enable OSPF on the ONS 15454s so that the ONS 15454 topology is sent to OSPF routers on a LAN. Advertising the ONS 15454 network topology to LAN routers eliminates the need to manually enter static routes for ONS 15454 subnetworks. Figure 10-7 shows the same network enabled for OSPF. Figure 10-8 shows the same network without OSPF. Static routes must be manually added to the router in order for CTC computers on LAN A to communicate with ONS 15454 #2 and #3 because these nodes reside on different subnets.

OSPF divides networks into smaller regions, called areas. An area is a collection of networked end systems, routers, and transmission facilities organized by traffic patterns. Each OSPF area has a unique ID number, known as the area ID, that can range from 0 to 4,294,967,295. Every OSPF network has one backbone area called "area 0." All other OSPF areas must connect to area 0.

When you enable an ONS 15454 OSPF topology for advertising to an OSPF network, you must assign an OSPF area ID to the ONS 15454 network. Coordinate the area ID number assignment with your LAN administrator. All DCC-connected ONS 15454s should be assigned the same OSPF area ID.

Figure 10-7 Scenario 6: OSPF enabled

Figure 10-8 Scenario 6: OSPF not enabled

10.2.7 Scenario 7: Provisioning the ONS 15454 Proxy Server

The ONS 15454 proxy server is a set of functions that allows you to network ONS 15454s in environments where visibility and accessibility between ONS 15454s and CTC computers must be restricted. For example, you can set up a network so that field technicians and network operating center (NOC) personnel can both access the same ONS 15454s while preventing the field technicians from accessing the NOC LAN. To do this, one ONS 15454 is provisioned as a gateway NE (GNE) and the other ONS 15454s are provisioned as element NEs (ENEs). The GNE ONS 15454 tunnels connections between CTC computers and ENE ONS 15454s, providing management capability while preventing access for non-ONS 15454 management purposes.

The ONS 15454 proxy server performs the following tasks:

Isolates DCC IP traffic from Ethernet (craft port) traffic and accepts packets based on filtering rules. The filtering rules (see Table 10-3 and Table 10-4) depend on whether the packet arrives at the ONS 15454 DCC or TCC+ Ethernet interface.

Monitors ARP request packets on its Ethernet port. If the ARP request is from an address that is not on the current subnet, the ONS 15454 creates an entry its ARP table. The ARP entry allows the ONS 15454 to reply to an address over the local Ethernet so craft technicians can connect to ONS 15454s without changing the IP addresses of their computers.

Processes SNTP/NTP requests. Element ONS 15454 NEs can derive time-of-day from an SNTP/NTP LAN server through the GNE ONS 15454.

Process SNMPv1 traps. The GNE ONS 15454 receives SNMPv1 traps from the ENE ONS 15454s and forwards them to all provisioned SNMPv1 trap destinations.

The ONS 15454 proxy server is provisioned using three checkboxes on the Provisioning > Network > General tab (see Figure 10-9):

Craft Access Only—When enabled, the ONS 15454 neither installs nor advertises default or static routes. CTC computers can communicate with the ONS 15454, but they cannot communicate directly with any other DCC-connected ONS 15454.

Enable Proxy—When enabled, the ONS 15454 serves as a proxy for connections between CTC clients and ONS 15454s that are DCC-connected to the proxy ONS 15454. The CTC client establishes connections to DCC-connected nodes through the proxy node. The CTC client can connect to nodes that it cannot directly reach from the host on which it runs. If Enable Proxy is off, the node does not proxy for any CTC clients, although any established proxy connections will continue until the CTC client exits.

Enable Firewall—If selected, the node prevents IP traffic from being routed between the DCC and the LAN port. The ONS 15454 can communicate with machines connected to the LAN port or connected through the DCC. However, the DCC-connected machines cannot communicate with the LAN-connected machines, and the LAN-connected machines cannot communicate with the DCC-connected machines. A CTC client using the LAN to connect to the firewall-enabled node can use the proxy capability to manage the DCC-connected nodes that would otherwise be unreachable. A CTC client connected to a DCC-connected node can only manage other DCC-connected nodes and the firewall itself.

Figure 10-9 Proxy Server Gateway Settings

Figure 10-10 shows an ONS 15454 proxy server implementation. A GNE ONS 15454 is connected to a central office LAN and to ENE ONS 15454s. The central office LAN is connected to a NOC LAN, which has CTC computers. The NOC CTC computer and craft technicians must both be able to access the ONS 15454 ENEs. However, the craft technicians must be prevented from accessing or seeing the NOC or central office LANs.

In the example, the ONS 15454 GNE is assigned an IP address within the central office LAN and is physically connected to the LAN through its LAN port. ONS 15454 ENEs are assigned IP addresses that are outside the central office LAN and given private network IP addresses. If the ONS 15454 ENEs are co-located, the craft LAN ports could be connected to a hub. However, the hub should have no other network connections.

Figure 10-10 ONS 15454 Proxy Server with GNE and ENEs on the same subnet

Table 10-2 shows recommended settings for ONS 15454 GNEs and ENEs in the configuration shown in Figure 10-10.

Table 10-2 ONS 15454 Gateway and Element NE Settings

Setting
ONS 15454 Gateway NE
ONS 15454 Element NE

Craft Access Only

Off

On

Enable Proxy

On

On

Enable Firewall

On

On

OSPF

Off

Off

SNTP Server (if used)

SNTP server IP address

Set to ONS 15454 GNE IP address

SNMP (if used)

SNMPv1 trap destinations

Set SNMPv1 trap destinations to ONS 15454 GNE


Figure 10-11 shows the same proxy server implementation with ONS 15454 ENEs on different subnets. Figure 10-12 shows the implementation with ONS 15454 ENEs in multiple rings. In each example, ONS 15454 GNEs and ENEs are provisioned with the settings shown in Table 10-2.

Figure 10-11 Scenario 7: ONS 15454 Proxy Server with GNE and ENEs on different subnets

Figure 10-12 Scenario 7: ONS 15454 Proxy Server with ENEs on multiple rings

Table 10-3 shows the rules the ONS 15454 follows to filter packets when Enable Firewall is enabled. If the packet is addressed to the ONS 15454, additional rules, shown in Table 10-4, are applied. Rejected packets are silently discarded.

Table 10-3 Proxy Server Firewall Filtering Rules

Packets arriving at:
Are accepted if the IP destination address is:

TCC+ Ethernet Interface

The ONS 15454 itself

The ONS 15454's subnet broadcast address

Within the 224.0.0.0/8 network (reserved network used for standard multicast messages)

subnet mask = 255.255.255.255

DCC Interface

The ONS 15454 itself

An OSPF peer (another DCC-connected ONS 15454)

Within the 224.0.0.0/8 network


Table 10-4 Proxy Server Firewall Filtering Rules When Packet Addressed to ONS 15454

Packets Arrive At
Accepted
Rejected

TCC+ Ethernet Interface

All UDP packets except those in the Rejected column

UDP packets addressed to the SNMP trap relay port (391) are rejected

DCC Interface

All UDP packets

All TCP packets except those in the Rejected column

OSPF packets

ICMP packets

TCP packets addressed to the telnet port are rejected.

TCP packets addressed to the IO card telnet ports are rejected.

TCP packets addressed to the proxy server port are rejected.

All packets other than UDP, TCP, OSPF, ICMP


If you implement the proxy server, keep the following rules in mind:

1. All DCC-connected ONS 15454s on the same Ethernet segment must have the same Craft Access Only setting. Mixed values will produce unpredictable results, and may leave some nodes unreachable through the shared Ethernet segment.

2. All DCC-connected ONS 15454s on the same Ethernet segment must have the same Enable Firewall setting. Mixed values will produce unpredictable results. Some nodes may become unreachable.

3. All DCC-connected ONS 15454s in the same SDCC area must have the same Enable Firewall setting. Mixed values will produce unpredictable results. Some nodes may become unreachable.

4. If you enable Enable Firewall, always check Enable Proxy. If Enable Proxy is not enabled, CTC will not be able to see nodes on the DCC side of the ONS 15454.

5. If Craft Access Only is enabled, check Enable Proxy. If Enable Proxy is not enabled, CTC will not be able to see nodes on the DCC side of the ONS 15454.

If nodes become unreachable in cases 1, 2, and 3, you can correct the setting by performing one of the following:

Disconnect the craft computer from the unreachable ONS 15454. Connect to the ONS 15454 through another ONS 15454 in the network that has a DCC connection to the unreachable ONS 15454.

Disconnect the Ethernet cable from the unreachable ONS 15454. Connect a CTC computer directly to the ONS 15454.

10.3 Routing Table

ONS 15454 routing information is displayed on the Maintenance > Routing Table tabs ( Figure 10-13). The routing table provides the following information:

Destination—Displays the IP address of the destination network or host.

Mask—Displays the subnet mask used to reach the destination host or network.

Gateway—Displays the IP address of the gateway used to reach the destination network or host.

Usage—Shows the number of times the listed route has been used.

Interface—Shows the ONS 15454 interface used to access the destination. Values are:

cpm0—The ONS 15454 Ethernet interface, that is, the RJ-45 jack on the TCC+ and the LAN 1 pins on the backplane.

pdcc0—An SDCC interface, that is, an OC-N trunk card identified as the SDCC termination.

lo0—A loopback interface

Figure 10-13 Viewing the ONS 15454 routing table

Table 10-5 shows sample routing entries for an ONS 15454.

Table 10-5 Sample Routing Table Entries 

Entry
Destination
Mask
Gateway
Interface

1

0.0.0.0

0.0.0.0

172.20.214.1

cpm0

2

172.20.214.0

255.255.255.0

172.20.214.92

cpm0

3

172.20.214.92

255.255.255.255

127.0.0.1

lo0

4

172.20.214.93

255.255.255.255

0.0.0.0

pdcc0

5

172.20.214.94

255.255.255.255

172.20.214.93

pdcc0


Entry #1 shows the following:

Destination (0.0.0.0) is the default route entry. All undefined destination network or host entries on this routing table will be mapped to the default route entry.

Mask (0.0.0.0) is always 0 for the default route.

Gateway (172.20.214.1) is the default gateway address. All outbound traffic that cannot be found in this routing table or is not on the node's local subnet will be sent to this gateway.

Interface (cpm0) indicates that the ONS 15454 Ethernet interface is used to reach the gateway.

Entry #2 shows the following:

Destination (172.20.214.0) is the destination network IP address.

Mask (255.255.255.0) is a 24-bit mask, meaning all addresses within the 172.20.214.0 subnet can be a destination.

Gateway (172.20.214.92) is the gateway address. All outbound traffic belonging to this network is sent to this gateway.

Interface (cpm0) indicates that the ONS 15454 Ethernet interface is used to reach the gateway.

Entry #3 shows the following:

Destination (172.20.214.92) is the destination host IP address.

Mask (255.255.255.255) is a 32 bit mask, meaning only the 172.20.214.92 address is a destination.

Gateway (127.0.0.1) is a loopback address. The host directs network traffic to itself using this address.

Interface (lo0) indicates that the local loopback interface is used to reach the gateway.

Entry #4 shows the following:

Destination (172.20.214.93) is the destination host IP address.

Mask (255.255.255.255) is a 32 bit mask, meaning only the 172.20.214.93 address is a destination.

Gateway (0.0.0.0) means the destination host is directly attached to the node.

Interface (pdcc0) indicates that a SONET SDCC interface is used to reach the destination host.

Entry #5 shows a DCC-connected node that is accessible through a node that is not directly connected:

Destination (172.20.214.94) is the destination host IP address.

Mask (255.255.255.255) is a 32-bit mask, meaning only the 172.20.214.94 address is a destination.

Gateway (172.20.214.93) indicates that the destination host is accessed through a node with IP address 172.20.214.93.

Interface (pdcc0) indicates that a SONET SDCC interface is used to reach the gateway.


hometocprevnextglossaryfeedbacksearchhelp

Posted: Mon Feb 25 15:41:41 PST 2008
All contents are Copyright © 1992--2008 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.