Use the following procedures to set up your system to route IPX packets. After you complete the procedures in this section, verify that the system is routing packets properly using the procedures in "Verifying the Configuration" later in this chapter.
Use this procedure to configure basic IPX routing over LAN ports and Point-to-Point Protocol (PPP) links.
Before beginning this procedure, complete the following tasks:
To configure the basic IPX router for LANs and PPP links, follow these steps:
1 . Configure the network number connected through each router interface using:
SETDefault !<port> -IPX NETnumber = &<number>(0-FFFFFFFD) [Ethernet | Ieee | Llc | Snap | PPP]
2 . Verify dynamic route learning is enabled using:
SHow !<port> -NRIP CONTrol
3 . Enable IPX routing for each port using:
SETDefault !<port> -IPX CONTrol = ROute
4 . If there are more users to serve than a primary server is licensed to handle and there is a backup server available, specify a preferred backup server using:
ADD !<port> -SAP PreferredServer "<server name>", ["<server name>"...]
5 . Verify the IPX configuration by entering:
SHow -IPX CONFiguration
For LAN interfaces, IPX allows one physical network to be segmented into different logical networks, or secondary networks, and configured with different header formats. The header formats correspond to different encapsulation methods that allow the IPX protocol to deliver IPX packets. Table 55 lists the header formats supported by IPX encapsulation and the values associated with these formats.
3Com recommends using Ethernet V2 for Ethernet and SNAP for FDDI and token ring.
The number of secondary networks differs between interface types:
For each of the interface types, configure the primary network with the SETDefault command; configure the secondary networks with the ADD command.
Figure 181 shows a router with three LAN ports of different types:
Figure 181
Configuring Multiple Networks for Different Header Formats
To configure the primary and secondary network for port 1 shown in Figure 181, follow these steps:
1 . Configure the primary network for port 1 by entering:
SETDefault !1 -IPX NETnumber = 100 Ieee
2 . Configure the Ethernet secondary network for port 1 by entering:
ADD !1 -IPX NETnumber = 200 Ethernet
Routing IPX over Frame Relay, Asynchronous Transfer Mode data exchange interface (ATM DXI), X.25, and ATM is supported over fully meshed, partially meshed, and nonmeshed topologies.
If you plan to route IPX over Frame Relay, ATM DXI, X.25, or ATM in a partially meshed or nonmeshed topology, you must be sure that the next-hop split horizon feature is enabled by configuring neighbors. For complete information on configuring IPX routing over Frame Relay, ATM DXI, X.25, or ATM, including a discussion on fully meshed, partially meshed, and nonmeshed topologies and next-hop split horizon, see the Configuring Wide Area Networking Using Frame Relay chapter, the Configuring Wide Area Networking Using the ATM DXI chapter, the Configuring Wide Area Networking Using X.25 chapter, or the Configuring Internetworking Using ATM chapter.
Routing IPX over SMDS is supported over fully meshed and hierarchical partially meshed topologies (where virtual ports are configured to attach to distinct groups of fully meshed devices). To configure your IPX router to perform routing over SMDS, see the Configuring Wide Area Networking Using SMDS chapter. Nonmeshed topology may be used with virtual ports. To configure IPX routing over PPP, see the Configuring Wide Area Networking Using PPP chapter.
For WAN interfaces, you do not need to specify a header format. The formats are as follows:
You can assign secondary networks on WAN interfaces, but the status of those networks will be down.
Novell has published a specification for IPX communications over wide area network services (such as PPP, X.25, Frame Relay) called IPXWAN. The specification outlines how IPX negotiations take place in these environments; for example, Novell IPX uses IPXWAN to exchange necessary router-to-router information before exchanging IPX NRIP, Service Advertising Protocol (SAP), and NLSP information over various WAN links. The 3Com implementation of the IPXWAN Protocol currently supports PPP, Frame Relay, and X.25.
To achieve interoperability between a 3Com bridge/router and a Novell Multi-Protocol Router (MPR) across a WAN link, you must configure IPXWAN over PPP on your bridge/router as shown in Figure 182.
If you are using the nonperiodic mode of NRIP and SAP, both sides of the WAN link must be configured the same way.
Figure 182
IPXWAN over PPP Using NRIP and SAP
Before beginning this procedure, perform the following steps:
To configure IPXWAN over PPP, follow these steps:
1 . Configure the network numbers on the wide area interfaces that will be running IPXWAN using:
SETDefault !<port> -IPX NETnumber = &<number>(0-FFFFFFFD) [Ethernet|Ieee|Llc|Snap|X25|PPP|Frame]
2 . Assign an internal network number to each router.
SETDefault -IPX InternalNET = &<number>(0-FFFFFFFD)
3 . For network management purposes, assign a symbolic name to each router.
SETDefault -IPX RouterName = "<string>"
4 . Determine whether to use periodic or nonperiodic (incremental) NRIP/SAP update modes on your LAN or WAN ports.
All participating routers and servers must use the same update mode to avoid stale NRIP and SAP entries and loss of network connectivity.
SETDefault !<port> -NRIP CONTrol = NoPEriodic
SETDefault !<port> -SAP CONTrol = NoPEriodic
5 . Enable the IPXWAN protocol on the specified port of each 3Com router using:
SETDefault !<port> -IPX CONTrol = IpxWan
The NLSP provides a hierarchical structure for large IPX routing environments. NLSP uses a link-state routing algorithm that provides faster network convergence with reduced network resource overhead (bandwidth and CPU cycles) than other routing algorithms, for example, NRIP and SAP, which use a distance vector algorithm.
NLSP runs over all networking media, including LANs (Ethernet, token ring, and FDDI), and WAN/MAN (X.25, Frame Relay, ATM, SMDS, and PPP links).
Before beginning this procedure, perform the following steps:
To configure NLSP, follow these steps:
1 . Determine and assign the area address for the router using:
ADD -NLSP AreaAddress <net> <mask>
ADD -NLSP AreaAddress 12345600 FFFFFF00
2 . Determine which interfaces to enable for NLSP.
SETDefault !<port> -NLSP CONTrol = Enable
3 . Display the configuration information for all ports by entering:
SHow -NLSP CONFiguration
4 . Display the NLSP adjacencies by entering:
SHow -NLSP ADJacencies