Fatkid 421 IPX with NLSP concerns

From: Brian (signal@xxxxxxxxxx)
Date: Thu Jun 14 2001 - 01:52:43 GMT-3


   
I have a few problems with the solution for Fatkid 421
IPX with NLSP.

First, step 5 says:

"The NetWare 4.11 servers on VLAN1 area only using NLSP routing.
The NetWare 3.12 servers on VLAN1 are using NLSP and RIP. Make sure
that all servers can send and receive routing updates, and that no more
routing information is advertised by the ruoters than necessary."

they have:

interface Ethernet0.1
 ipx encapsulation SAP
 ipx network AAAA03
 ipx nlsp area2 enable
!
interface Ethernet0.2
 ipx network AAAA04
!
ipx router nlsp area2
 area-address AAAA00 FFFFFFF0
 redistribute eigrp 1
!
ipx router rip
 no network AAAA02
 no network AAAA01
 no network AAAA03
 no network BBCC00

but I think it should be:

interface Ethernet0.1
 ipx encapsulation SAP
 ipx network AAAA03
 ipx nlsp area2 enable
!
interface Ethernet0.2
 ipx network AAAA04
 nlsp area2 enable
!
ipx router nlsp area2
 area-address AAAA00 FFFFFFF0
 redistribute eigrp 1
!
ipx router rip
 no network AAAA02
 no network AAAA01
 no network AAAA03
 no network BBCC00

Ok, and also step 14 says:

"Place a filter on R2 that will keep the 1234110 and 1234220 networks
from being seen on R3 and R5"

The only "filter" they have defined on R2 is:

access-list 801 deny FFFFFFFF

and its not applied anywhere.

I made a distribute-list and applied it to the EIGRP (Frame Cloud) and
RIP (BRI Interfaces) processes:

access-list 800 deny 1234110
access-list 800 deny 1234220
access-list 800 permit FFFFFFFF
!
ipx router eigrp 3
 redistribute nlsp area2
 distribute-list 800 out Serial0
 network BB0001
!
ipx router rip
 distribute-list 800 out BRI0
 no network BB0001

There is also nothing in the solution for delaying the GNS replies, no SAP
filters as called for in step 13, and no ipx access-group thats called for
in step 15..............I guess maybe this is a lab that never got the
solution finished?

Brian

-----------------------------------------------
    I'm buying / selling used CISCO gear!!
            email me for a quote

Brian Feeny,CCDP,CCNP+VAS Scarlett Parria
signal@netjam.net scarlett@netjam.net
318-213-4709 318-213-4701

Netjam, LLC http://www.netjam.net
333 Texas St. VISA/MC/AMEX/COD
Suite 1401 30 day warranty
Shreveport, LA 71101 Cisco Channel Partner
toll free: 866-2NETJAM
phone: 318-212-0245
fax: 318-212-0246
**Please read:http://www.groupstudy.com/list/posting.html



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