
Enterasys Xpedition User Reference Manual 277
Monitoring an IPX Network
Monitoring an IPX Network
The XP reports IPX interface information and RIP or SAP routing information.
To display IPX information, enter the following command in Enable mode:
Configuration Examples
This example performs the following configuration:
• Creates IPX interfaces
• Adds static RIP routes
• Adds static SAP entries
• Adds a RIP access list
• Adds a SAP access list
• Adds a GNS access list
Show a RIP entry in the IPX RIP table.
ipx find rip <DstNetwork>
Show a SAP entry in the IPX SAP table.
ipx find sap <type> <ServiceType>
<ServiceName> <ServerNetwork>
Show IPX interface information.
ipx show interfaces <interface-name>
Show IPX RIP table.
ipx show tables rip
Show IPX routing table.
ipx show tables routing
Show IPX SAP table.
ipx show tables sap
Show IPX RIP/SAP table summary.
ipx show tables summary
! Create interface ipx1 with ipx address AAAAAAAA
interface create ipx ipx1 address AAAAAAAA port et.1.1 output-mac-encapsulation ethernet_802.2_IPX
!
! Create interface ipx2 with ipx address BBBBBBBB
interface create ipx ipx2 address BBBBBBBB port et.1.2 output-mac-encapsulation ethernet_802.3
!
! Add secondary address on interface ipx2 with ipx address CCCCCCCC
interface add ipx ipx2 address CCCCCCCC output-mac-encapsulation ethernet_II
!
!Add static route to network 9
ipx add route 9 BBBBBBBB.01:02:03:04:05:06 1 1
!
!Add static sap
ipx add sap 0004 FILESERVER1 9.03:04:05:06:07:08 452 1 AAAAAAAA
!
Komentáře k této Příručce