Re: Route redistribution

From: Dale Shaw <dale.shaw_at_gmail.com>
Date: Mon, 8 Jun 2009 12:12:15 +1000

Hi Marcin,

On Mon, Jun 8, 2009 at 11:34 AM, Marcin Zgola <MZgola_at_netrixllc.com> wrote:
> I am confused with "match tag" I know you can tag the routes and stuff
> but what is 890 or 390. Where these values came from? How can I look
> these up?

EIGRP is being redistributed into OSPF on two devices. Device "A" is
setting tag 390, and device "B" is setting tag 890. These values are
completely arbitrary. All routes that are redistributed will be tagged
with those values and propagated through the routing domain.

To ensure that original EIGRP routes redistributed into OSPF are not
redistributed again into EIGRP, a route-map is used on each device to
filter routes learned from the other device.

e.g. device "A" does NOT redistribute routes marked with device B's
tag of 890, and device "B' does not redistribute routes marked with
device A's tag of 390.

This is a loop prevention mechanism.

Anyway, I think the key point for you is that these values are
arbitrary and not based on any pre-defined standard. Not all protocols
have a tag field and therefore not all protocols support tagging. Both
EIGRP and OSPF support 32-bit tag values (0-4294967295).

cheers,
Dale

Blogs and organic groups at http://www.ccie.net
Received on Mon Jun 08 2009 - 12:12:15 ART

This archive was generated by hypermail 2.2.0 : Wed Jul 01 2009 - 20:02:37 ART