beautypg.com

Monitoring an ipx network, Configuration examples, Monitoring an ipx network configuration examples – Cabletron Systems SMARTSWITCH ROUTER 9032578-05 User Manual

Page 283

background image

SmartSwitch Router User Reference Manual

257

Chapter 18: IPX Routing Configuration Guide

Monitoring an IPX Network

The SSR 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

Show a SAP entry in the IPX SAP table.

ipx find sap

Show IPX interface information.

ipx show interfaces

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
!