Riverstone Networks WICT1-12 User Manual

Page 529

Advertising
background image

Riverstone Networks RS Switch Router User Guide Release 8.0 23-9

IPX Routing Configuration

Configuration Examples

Adds a RIP access list

Adds a SAP access list

Adds a GNS access list

! 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

!

!RIP Access List

acl 100 deny ipxrip 1 2

!

!RIP inbound filter

acl 100 apply interface ipx1 input

!

!SAP Access List

acl 200 deny ipxsap A.01:03:05:07:02:03 0004 FILESERVER2

!

!SAP outbound filter to interface ipx2

acl 200 apply interface ipx2 output

!

!IPX type 20 access list

acl 300 deny ipxtype20

!

!IPX type 20 inbound filter to interface ipx2

acl 300 apply interface ipx2 input

!

!GNS Access List

acl 300 deny ipxgns A.01:03:05:07:02:03 0004 FILESERVER2

acl 200 apply interface ipx2 output

Advertising