RE: RE : Tags and Redistributing

From: Michael Snyder (msnyder@revolutioncomputer.com)
Date: Mon Nov 24 2003 - 17:37:21 GMT-3


Common mistake.

If you use a route map to deny, the match statement should be a positive
match.

Route-map igp1toigp2 deny 10
match tag 222

Which will deny anything that matches 222.

A deny with a deny won't do anything.

-----Original Message-----
From: Roberto Adjakou [mailto:radjakou@cfao.sn]
Sent: Monday, November 24, 2003 10:33 AM
To: Daniel Sheedy; ccielab@groupstudy.com
Subject: RE : Tags and Redistributing

Try this

IGP1-----IGP2

Route-map igp1toigp2 deny 10
  Deny tag 222
Route-map igp1toigp2 permit 20
  Set tag 111

Route-map igp2toigp1 deny 10
  Deny tag 111
Route-map igp2toigp1 permit 20
  Set tag 222

Router igp1
  Redistribute route-map igp2toigp1

Router igp2
  Redistribute route-map igp1toigp2

Cordialement/Best regards;

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Roberto Adjakou
E-mail : RAdjakou@cfao.sn
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

-----Message d'origine-----
De : Daniel Sheedy [mailto:dansheedy@gmx.net]
Envoyi : mardi 18 novembre 2003 13:35
@ : ccielab@groupstudy.com
Objet : Tags and Redistributing

Hi Guys,

I've been doing some research into Tags and Redistribution. I am using
them
to prevent routing loops, and have a little question in regards this.
If i
do a 'match tag X' while redistributing, do I need to also do a 'set tag
X'
or does the tag stay with the route through the redistributions?

Thanks

Daniel Sheedy



This archive was generated by hypermail 2.1.4 : Fri Dec 12 2003 - 12:29:16 GMT-3