[c-nsp] EIGRP redistribution between 2 VRFs

Michael Lyngbøl michael at lyngbol.dk
Fri Feb 15 03:28:54 EST 2008


On 14.02.2008 16:06:03 -0500, Luan Nguyen wrote:
> 
> Say i have VRF RED one one of the interface, and VRF BLUE on another
> interface.  And i need to run EIGRP on both of them.  They have their own
> ASN and don't want to change them.  How do i send routes learned from RED
> into BLUE and vice versa?  From the command line, EIGRP doesn't allow
> redistribution of EIGRP from VRF.
> 
> Sample config is something like this:

...

> Is there a way to advertise routes between them?

Import the proper route-targets in VRF RED and VRF BLUE.

ip vrf RED
 rd 123:111
 route-target import 123:111
 route-target import 123:222
 route-target export 123:111

ip vrf BLUE
 rd 123:222
 route-target import 123:222
 route-target import 123:111
 route-target export 123:222

You can also just import+export from/to one of the VRFs. Might need to
attach import/export maps to filter which routes you'd like to
import/export.

To my knowledge there's no way to run EIGRP (or any other routing
protocol) between two different VRFs (unless you stich them via a CPE)

/Michael

-- 
Michael Lyngbøl -- michael at lyngbol dot dk
Network Architect, AS3292 TDC, IP·backbone


More information about the cisco-nsp mailing list