From: Lupi, Guy (Guy.Lupi@xxxxxxxxxxxxx)
Date: Tue Aug 20 2002 - 08:37:07 GMT-3
Try a route map when redistributing, something like the following which
should only redistribute routes matching prefix list ospf2rip:
router rip
version ???
redistribute ospf 100 route-map ospf2rip
!
route-map ospf2rip permit 10
match ip address prefix-list ospf2rip
!
ip prefix-list ospf2rip sequence 5 permit 168.1.10.0/24
-----Original Message-----
From: Raj [mailto:raj.bahad@totalise.co.uk]
Sent: Tuesday, August 20, 2002 7:11 AM
To: William Wong Kun Sing; 'Groupstudy'
Subject: RE: ACL to block /29 route?
How about this:
area x range 168.1.10.0 255.255.255.0
If anyone disagrees, let me know!
Raj.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
William Wong Kun Sing
Sent: 20 August 2002 11:58
To: 'Groupstudy'
Subject: ACL to block /29 route?
Hi guys
I have these 2 ospf routes in r2 being redistributed into rip in r2:
168.1.10.0/29
168.1.10.0/24
---------OSPF--------r2------------RIP----------------r3
168.1.10.0/29 166.1.10.0/24
I just want to advertise the /24 network to r3. How can I achieve that?
Thanks in advance.
Best regards,
William
This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:30 GMT-3