Home à IPX Items à IPX Documentation


Desert View IPX Documentation

Effects of IPX Traffic
Implementing Novell IPX will lead to an increase in traffic on the LAN and district WAN because IPX uses frequent broadcasts.

Overall, we can expect a significant increase in traffic across the WAN core from Novell RIP and SAP table update broadcasts, as well as IPX traffic being exchanged between clients at different schools. Traffic from broadcasts on the LAN will be less noticeable due to the speed of the backbone, but there will still be an increase in traffic on the LAN from SAP broadcasts, GNS requests, and responses by the router to network service requests.

District IPX Network Number Addressing Scheme
Each network across the WAN must have a distinct network number. This applies to both IP and IPX addressing. We will therefore use the
IP addressing scheme in choosing IPX network numbers by converting the IP network address to hex and using that as the IPX network address. On the Desert View network, the IP address of the curriculum network is 192.168.8.0. The IPX network address will therefore be C0A80800. The IP address of the T1 link to the Phoenix Data Center is 192.168.6.0. The IPX network address will therefore be C0A80600.

Router Configuration Changes
Along with TCP/IP, Novell IPX is the only other networking protocol that will be allowed to traverse the district WAN. Accordingly, we must enable the router to route IPX traffic. This includes choosing an encapsulation type on the ethernet interface. The most common encapsulation type for Novell NetWare after version 3.11 is Ethernet_802.2, called SAP by Cisco. Since the Novell server must be able to advertise services across the entire network, both the ethernet interface on the curriculum network and the serial interface connected to the WAN core must be configured with a Novell network address. Since no administrative workstations will be using IPX, it is not necessary to enable IPX routing on the second ethernet interface.

The commands needed to implement these changes are as follows:

Desert_View(config)# ipx routing
Desert_View(config)# interface ethernet 1
Desert_View(config-if)# ipx encapsulation sap
Desert_View(config-if)# ipx network C0A80800
Desert_View(config-if)# interface serial 0
Desert_View(config-if)# ipx network C0A80600