Hello, I am trying to understand route redistribution from ospf to rip
using tags. This example is taken from CCO:

With the following configuration, OSPF external routes with tags 1, 2, 3,
and 5 are redistributed into RIP with metrics of 1, 1, 5, and 5,
respectively. The OSPF routes with a tag of 4 are not redistributed.

router rip  redistribute ospf 109 route-map 1 ! route-map 1 permit  match
tag 1 2  set metric 1 ! route-map 1 permit  match tag 3  set metric 5 !
route-map 1 deny  match tag 4 ! route map 1 permit  match tag 5  set
metric 5 I see that the tag values are arbitrary. Question is: How does
RIP match tags 1, 2, 3, 4 and 5? Is there a cmd. missing in this example?
I am thinking in term of access-lists where you match ip address 1 and
that ip address reference acl 1. In this example, what references tags 1,
2, 3, 4 and 5 so that the metric gets set to a value?? And more
specifically, how does routes that match tag 4 get denied? Please
advise.Thank
you.Sincerely,CN

------------------------------------------------------------------------

Add photos to your e-mail with MSN 8. Get 2 months FREE*.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63734&t=63734
--------------------------------------------------
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