From: Sandy Turnage (sturnage@xxxxxxxxxxx)
Date: Sun Jan 14 2001 - 22:43:03 GMT-3
Is their a way to keep connected interfaces from being advertised by
NLSP?
I have a router R1 with NLSP enabled on a serial interface which is
connected to R2. I have a loopback configured with ipx network AAAAAA
configured on R1. I want to block this from being advertised to R2. I
have tried distribute-list in, distribute-list out and ipx
output-network-filter but it refuses to be filtered. I don't think it's
my access-list because I am using the same one to filter on my IPX EIGRP
link. I can also filter out IPX routes learned via EIGRP but it
reaaalllyyy wants to let R2 know about ipx network AAAAAA.
EIGRP (Tun 0) (s0) NLSP
R4-----------------R1-----------------R2
GRE tunnel | HDLC
|
Loopback 0
ipx network AAAAAA
R1
--- version 11.3 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R1 ! ! ip subnet-zero ip tcp synwait-time 5 no ip domain-lookup ipx routing 0001.0001.0001 ipx internal-network 1111 ! ! ! interface Loopback0 ip address 10.0.111.1 255.255.255.0 ipx network AAAAAA ! interface Tunnel0 ip address 10.0.14.1 255.255.255.0 ipx network 606060 tunnel source Loopback0 tunnel destination 10.0.144.1 ! interface Ethernet0 ip address 192.168.1.1 255.255.255.0 no ip directed-broadcast ! interface Serial0 ip address 10.0.12.1 255.255.255.0 no ip directed-broadcast no ip mroute-cache ipx network 505050 ipx output-network-filter 800 ipx nlsp enable ipx nlsp rip off ipx nlsp sap off no fair-queue clockrate 2000000 ! interface Serial1 ip address 10.0.13.1 255.255.255.0 no ip directed-broadcast clockrate 2000000 ! router eigrp 100 network 10.0.0.0 network 192.168.1.0 ! ip classless ! access-list 800 deny AAAAAA access-list 800 permit FFFFFFFF access-list 801 deny 202020 access-list 801 permit FFFFFFFF access-list 802 deny 202020 access-list 802 deny AAAAAA access-list 802 permit FFFFFFFF ! ! ipx router eigrp 100 redistribute nlsp distribute-list 800 out network 606060 ! ! ipx router nlsp area-address 505050 FFFFFFFF redistribute eigrp 100 distribute-list 800 out distribute-list 802 in ! ! ipx router rip no network 606060 no network 505050 ! ! ipx sap 4 filterme AAAAAA.1234.4567.1234 451 1 ipx sap 4 Server1 AAAAAA.0000.0000.5555 451 1 ! alias exec si show ip route alias exec six show ipx route ! line con 0 exec-timeout 0 0 logging synchronous transport input none line aux 0 line vty 0 4 login ! endTIA, ST
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:29 GMT-3