EIGRP redistribution between 2 VRFs

From: Luan Nguyen (luan.m.nguyen@gmail.com)
Date: Thu Feb 14 2008 - 17:58:43 ARST


Hi guys,
Say i have VRF JP one one of the interface, and VRF IPEXPERT 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 JP
into IPEXPERT and vice versa? From the command line, EIGRP doesn't allow
redistribution of EIGRP from VRF.

Sample config is something like this:
router eigrp 1
 passive-interface default
 no passive-interface Tunnel0
 no auto-summary
 !
 address-family ipv4 vrf IPEXPERT
  network 10.0.0.0 0.0.1.255
  no auto-summary
  autonomous-system 1
 exit-address-family
!
router eigrp 2
 passive-interface default
 no passive-interface tunnel1
 no auto-summary
 !
 address-family ipv4 vrf JP
  network 10.1.1.1 0.0.0.0
  no auto-summary
  autonomous-system 1
 exit-address-family

DMVPNSite1R1(config-router-af)#redistribute eigrp 1 ?
  metric Metric for redistributed routes
  route-map Route map reference
  <cr>

No VRF option there, unlike say OSPF

DMVPNSite1R1(config-router-af)#redistribute ospf 1 ?
  match Redistribution of OSPF routes
  metric Metric for redistributed routes
  route-map Route map reference
  vrf VPN Routing/Forwarding Instance
  <cr>

Is there a way to advertise routes between them?

TIA

-lmn



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2008 - 16:54:48 ARST