Re: IPX dialer w/ IPX RIP

From: Gerard Robinson (gerardrobinson@xxxxxxxxxxxxxx)
Date: Sat May 06 2000 - 16:19:15 GMT-3


   

    The extended access-list you need is:

    IPX extended access list 910
    deny 0 any all any 457 log # Serialization packets
    deny rip any all any rip log # IPX RIP
    deny sap any all any sap log # IPX SAP
    permit any any all any all log

    You can disable RIP on the interface by typing

    ipx router rip
    no network "dialer-interface ipx network number"

    To further prevent the dialer interface learning any RIP routes when the
dialer interface is connected you can set an ipx router-filter so it ignores
RIP broadcasts from the other end. i.e.

        access-list 800 deny -1

        then on the interface:

        ipx router-filter 800

        this will stop any RIP packets from being entered into the IPX route
table. You can also prevent SAPs with an access-list 1000 and ipx
router-sap-filter on the interface.

----- Original Message -----
From: Matt Lachberg 3 <Cisco@datastreet.com>
To: <ccielab@groupstudy.com>
Sent: Saturday, May 06, 2000 7:58 AM
Subject: IPX dialer w/ IPX RIP

> 1.
> Is it true that in order to keep the line quite with IPX RIP on the dialer
> interface, you need snapshot enabled.
>
> 2.
> If you use floating static's on the dialer, how do you disable IPX RIP on
> the dialer interface.
>
> no ipx rip
> or do you have to use an extended access-list w/ the dialer-list command?
>
>
> Thanks!!!!!!!
>
>
> Matthew Lachberg, CCNP, CCDP, MSCE
>
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:27 GMT-3