From: Voss, David (dvoss@heidrick.com)
Date: Fri Mar 14 2003 - 00:11:55 GMT-3
Something worth noting is the order in which you use tags. You will need to
pay close attention. Here is just one of many examples:
If you redistribute EIGRP routes into OSPF using the example below...
What will happen to routes tagged with 125?
What will happen to routes tagged with 123?
What will happen to the remaining routes?
route-map OSPF2EIGRP, deny, sequence 9
Match clauses:
tag 125
Set clauses:
Policy routing matches: 0 packets, 0 bytes
route-map OSPF2EIGRP, permit, sequence 10
Match clauses:
Set clauses:
tag 222
Policy routing matches: 0 packets, 0 bytes
route-map OSPF2EIGRP, deny, sequence 11
Match clauses:
tag 123
Routes tagged with 125 will be denied
All other eigrp routes will be tagged with 222 and then permitted
Routes tagged with 123 will show up with a tag of 222 (because sequence 10
accepted all remaining EIGRP routes)
-----Original Message-----
From: Songbin Wei [mailto:sbwei_2000@yahoo.com]
Sent: Thursday, March 13, 2003 12:07 PM
To: Ronald.v.Dommelen@Nobel.NL; ccielab@groupstudy.com
Subject: Re: OSPF <==> EIGRP redistribution using tags
Here is the best link:
http://www.cisco.com/en/US/tech/tk648/tk365/technologies_tech_note09186a0080
09487e.shtml
--- Ronald.v.Dommelen@Nobel.NL wrote:
> Hi guru's
>
> In my preparation for the LAB I'm looking for some
> documents regarding
> the explanation + samples for the use of tags.
>
>
> Does someone have or know where or how to find these
> documents ? I've
> found only 1 doc on the Cisco web site.
>
>
>
>
> Cheers and thanks,
>
> Ronald van Dommelen
>
> The Netherlands
This archive was generated by hypermail 2.1.4 : Sat Apr 05 2003 - 08:51:39 GMT-3