7. Novel Networks(IPX)Top 10 Graphics:
Novell IPX is similar to TCP/IP and will operate within the same network implementation and the same route - provided you have a multiprotocol route. Some of its' characteristics are:
The NetWare protocol stack supports all common media access protocols. The data link and physical layers are accessed through the Open Data Link (ODI) interface. Cisco routers offer the following features in Novell environments:
NetWare - Popular distributed NOS developed by Novell. Provides transparent remote file access and numerous other distributed network services. IPX (Internetwork Packet Exchange) - NetWare network layer (Layer 3) protocol used for transferring data from servers to workstations. IPX is similar to IP and XNS.
SPX (Sequenced Packet Exchange) - Reliable, Transport Layer (Layer 4) connection-oriented protocol that supplements the datagram service provided by Network layer (Layer 3) protocols. Novell derived this commonly used NetWare transport protocol from the SPP of the XNS protocol suite.
SAP (Service Advertisement Protocol) - IPX protocol that provides a means of informing network clients, via routers and servers, of available network resources and services. GNS (Get Nearest Server) - Request packet sent by a client on an IPX network to locate the nearest active server of a particular type. An IPX network client issues a GNS request to solicit either a direct response from a connected server or a response from a router that tells it where on the internetwork the service can be located. GNS is part of the IPX SAP. NCP (NetWare Core Protocol) - Provides client-to-server connections and applications. (network access transparent to users) NetBIOS (Network Basic Input/Output System) - API used by applications on an IBM LAN to request services from lower-level network processes. These services might include session establishment and termination, and information transfer. NLSP (NetWare Link Services Protocol) - Link-state routing protocol based on IS-IS. The Cisco implementation of NLSP also includes MIB variables and tools to redistribute routing and SAP information between NLSP and other IPX routing protocols. How to determine the IPX address:
NOTE: Assign the same IPX network number(s) to the router that are in use by the IPX devices connected to that router, whether the interface is a LAN or WAN connection. CDP (Cisco Discovery Protocol) - Media and protocol independent device discovery protocol that runs on all Cisco manufactured equipment including routers, access servers, bridges, and switches. Using CDP, a device can advertise its existence to other devices and receive information about other devices on the same LAN or on the remote side of a WAN. Runs on all media that support SNAP, including LANs, Frame Relay, and ATM media. NetWare allows multiple different Layer 2 frame structures (encapsulations) for Novell IPX packets. Cisco routers support all of these the framing variations. [ Novell Name ][ Framing Structure ] ---------------- ------------------- 1. Ethernet_802.3 [802.3][IPX] (raw Ethernet) - default for NetWare 3.11 or earlier) 2. Ethernet_802.2 [802.3][802.2 LLC][IPX] (OSI routing) - default for NetWare 3.12 or later) 3. Ethernet_II [Ethernet][IPX] (Used with TCP/IP) 4. Ethernet_SNAP [802.3][802.2 LLC][SNAP][IPX] (Used with TCP/IP and AppleTalk) Encapsulation - The wrapping of data in a particular protocol header. For example, Ethernet data is wrapped in a specific Ethernet header before network transit. Also, when bridging dissimilar networks, the entire frame from one network is simply placed in the header used by the data link layer protocol of the other network. Tunneling - Architecture that is designed to provide the services necessary to implement any standard point-to-point encapsulation scheme. Note: Multiple encapsulations can be specified on an interface, but only if multiple network numbers have also been assigned. Although several encapsulation types can share the same interface, clients and servers with different encapsulation types cannot communicate directly with each other. Cisco Encapsulations: [ Novell IPX Name ][ Cisco IOS Name ] Ethernet Ethernet_802.3 novell-ether Ethernet_802.2 sap Ethernet_II arpa Ethernet_SNAP snap Token Ring Token-Ring sap Token-Ring_SNAP snap FDDI FDDI_SNAP snap FDDI_802.2 sap FDDI_Raw novell-fddi
The default encapsulation types on Cisco router interfaces and their keywords are:
Note: The default Ethernet encapsulation type on Cisco routers does not match the default Ethernet encapsulation type on Novell servers after NetWare 3.11. Novell uses Novell RIP for routing. Novell RIP checks its two distance vector metrics by first comparing the ticks for path alternatives. If two or more paths have the same tick value, Novell RIP compares the hop count. If two or more paths have the same hop count, the router will load share based on the IPX maximum-paths command.
SAP (Service Advertizements Protocol) - All servers and routers keep a complete list of the services available throughout the network in server information tables. SAP uses an aging mechanism to identify and remove table entries that become invalid.
Each SAP service is an object type identified by a hexadecimal number:
GNS Get Nearest Server protocol (SAP query):
Novell IPX configuration Tasks:
Router(config)# ipx routing [node address]
Router(config)# ipx maximum-paths paths
Router(config-if)# interface type number.subinterface-number Router(config-if)# ipx network network [encapsulation encap-type]
Router(config-if)# ipx network network [encapsulation encap-type] [secondary]
Subinterface - One of a number of virtual interfaces on a single physical interface:
Novell IPX Configuration example:Router(config)# ipx routing
Router(config)# ipx maximum-paths 2
Router(config-if)# interface ethernet 0.1
Router(config-if)# ipx encapsulation novell-ether
Router(config-if)# ipx network 9e
Router(config-if)# interface ethernet 0.2
Router(config-if)# ipx network 6c encapsulation sap
Router(config-if)# interface ethernet 1 Router(config-if)# ipx network 4a encapsulation sap
Router(config-if)# interface serial 0 Router(config-if)# ipx network 1 Verfying IPX operation:Monitoring Commands:
Troubleshooting Commands:
SAP responses may be one of these types:
|