RE: Mutual Redistribution

From: Rob Webber (rwebber@xxxxxxxxxxxx)
Date: Thu Jun 07 2001 - 13:13:54 GMT-3


   
I agree that you should do filtering on redistribution, period (I prefer the
route-map approach). In the spirit of the KISS principle I always just
spelled out the routes I wanted to block, usually with a prefix list. It is
not as elegant as the proposed solution and requires more commands, but it
sure is a lot easier to troubleshoot - especially at 4:00 when the sweat is
starting to appear on your forehead...

Rob.
CCIE 6922

router ospf 1
 redistribute rip subnets metric 100 route-map r2o

route-map r2o permit 10
 match ip address prefix-list r2o

ip prefix-list r2o seq 10 permit 192.168.1.0/24
ip prefix-list r2o seq 20 permit 10.90.15.0/22

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Guy Farber
Sent: Thursday, June 07, 2001 4:09 AM
To: ccielab@groupstudy.com
Subject: Mutual Redistribution

Hi,

I'm trying to find a quick and painless way to do filtering on mutual
redistribution points in the lab. Is this filter considered proper?

router ospf 1
redistribute rip subnets metric 100 route-map r2o

router rip
version 2
redistribute ospf 1 metric 2 route-map o2r

route-map r2o deny
match tag 110
route-map r2o permit 20
set tag 120

route-map o2r deny
match tag 120
route-map o2r permit 20
set tag 110

TIA

Guy
**Please read:http://www.groupstudy.com/list/posting.html
**Please read:http://www.groupstudy.com/list/posting.html



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