From: Elias Chari (elias.chari@gmail.com)
Date: Thu Jun 22 2006 - 07:52:36 ART
Hi,
I don't believe you are config is correct, if you are using this to avoid
routing loops when redistributing at multiple points between RIP and OSPF.
It should look like:
route-map OSPF_TO_RIP deny 10
match tag 120
route-map OSPF_TO_RIP permit 20
set tag 110
route-map RIP_TO_OSPF deny 10
match tag 110
route-map RIP_TO_OSPF permit 20
set tag 120
The explanation is that you tag routes as they redistributed but you deny
feedback with the route map deny statement, hence avoiding routing loops.
Rgds
Elias
On 6/22/06, forwardtruth@yahoo.com <forwardtruth@yahoo.com> wrote:
>
> I tried to find out what action should it be taken, when the match command
> is met the condition, but I could not find that (lab 7 Task 4.9):
>
> redistribute ospd 1 metric 1 route-map OSPF_TO_RIP
>
> route-map OSPF_TO_RIP deny 10
> match tag 120
>
> route-map OSPF_TO_RIP permit 20
> match tag 110
>
> Any explaination ?
> Thanks
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:33 ART