All,
I am trying to get NLSP summarization working with some difficulty.
On CCO it states that redistribution  is on by default between NLSP areas
residing on the same router and therefore have to create summary access
lists to maipulate the route redistribution between nlsp areas.

I have the folllwing setup which I cannot get to summarize the routes for
love nor money - Help

fas0/0 ipxnet 12345610    Ser0/1        Ser0/0
fas0/1 ipxnet 12345620
-----------------------r1-----------------r2-------
   


The idea is to get r2 to receive a summary route of 12345600 ffffff00 from
r1 for the
lan ipx networks instead of the more specifics.
here are the relevant configs. ( PS the fastethernet ports are not connected
hence the no keepalive statement)


========
router 1
========
!
ipx routing 0001.0001.0001
ipx internal-network A11
!
interface FastEthernet0/0
 ip address 45.1.1.1 255.255.255.0
 no ip directed-broadcast
 no keepalive
 duplex auto
 speed auto
 ipx network 12345610
 no ipx route-cache
 ipx nlsp r1 enable
!
interface FastEthernet0/1
 no ip address
 no ip directed-broadcast
 no keepalive
 duplex auto
 speed auto
 ipx network 12345620
 no ipx route-cache
 ipx nlsp r1 enable
!
interface Serial0/1
 bandwidth 512
 ip address 10.128.2.1 255.255.255.0
 no ip directed-broadcast
 ipx ipxwan 0 unnumbered r1
 ipx nlsp wan enable
 fair-queue 64 256 0
!
access-list 1201 deny 12345610 FFFFFFFF
access-list 1201 deny 12345620 FFFFFFFF
access-list 1201 permit -1
!
ipx router nlsp wan
 area-address 12121200 FFFFFF00
 route-aggregation
 redistribute nlsp r1 access-list 1201
!
!
ipx router nlsp r1
 area-address 12345600 FFFFFF00
 route-aggregation

========
router 2
========

interface Serial0/0
 bandwidth 512
 ip address 10.128.2.2 255.255.255.0
 no ip directed-broadcast
 no ip mroute-cache
 ipx ipxwan 0 unnumbered r2
 ipx nlsp wan enable
 no fair-queue
 clockrate 128000
!
ipx router nlsp wan
 area-address 12121200 FFFFFF00
 route-aggregation


regards Richard


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=35849&t=35849
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to