From: Roberto Adjakou (radjakou@cfao.sn)
Date: Wed Nov 26 2003 - 10:47:58 GMT-3
OK!! The correct answer is:
Route-map igp1toigp2 deny 10
Match tag 222
Route-map igp1toigp2 permit 20
Set tag 111
Route-map igp2toigp1 deny 10
match tag 111
Route-map igp2toigp1 permit 20
Set tag 222
Cordialement/Best regards;
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Roberto Adjakou
E-mail : RAdjakou@cfao.sn
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
-----Message d'origine-----
De : Michael Snyder [mailto:msnyder@revolutioncomputer.com]
Envoyi : lundi 24 novembre 2003 20:37
@ : ccielab@groupstudy.com
Cc : Roberto Adjakou
Objet : RE: RE : Tags and Redistributing
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:18 GMT-3