
oboehmer at cisco
Nov 19, 2009, 11:08 AM
Post #2 of 2
(420 views)
Permalink
|
|
Re: redistributing eigrp routes into bgp with tag intact
[In reply to]
|
|
> Is there any way I can get a route tagged in eigrp redistributed into bgp > with the tag intact? don't think this is possible, so you would need to do it manually when you are using discrete values for EIGRP tag: route-map foo permit 10 match tag <x> set community <x> ! route-map foo permit 20 match tag <y> set community <y> ! <etc> Not really scalable to do this for all 4294967296 possible tag values ;-) oli _______________________________________________ cisco-nsp mailing list cisco-nsp [at] puck https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
|