Chapter 7 Deliverables
1. Novell IPX traffic will increase traffic on the WAN significantly unless accommodations are made for the RIP and SAP broadcasts that occur every 60 seconds. A simple solution in today’s Novell environment is to employ Netware Version 5 which natively runs on IP. Even Version 4 can utilize options that replace IPX with IP, but some applications require the use of IPX.
2. IPX Network scheme:
XYZ where
X = 1-3 for the district office 3 being the Shaw Butte School
Y = 1-9 for the school within that district office network, Royal Palm being 2
Z = 1-9 for the Router segment, 1-6 in the case of the Royal Palm School
Example for Royal Palm:
321 = 10.3.41.0
322 = 10.3.42.0
323-326 = 10.3.43.0 – 10.3.46.0
3. IPX commands for Royal Palm School :
config t
ipx routing
int e0 (router interface to the Royal Palm LAN’s on which IPX will be routed)
ipx network 321 (for ip network 10.3.41.0)
encapsulation sap (assuming 802.2, the Novell 4.x default is employed)
^z