cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
503
Views
0
Helpful
1
Replies

Help please with Nexus Problem Advertising Route Leaking learned routes into Default VRF EIGRP

Cormac Champion
Level 1
Level 1

Hi all,

 

I thought I solved the difficult part of Route Leaking between the Default VRF and another VRF.  However, I have one subnet in VRF ABC which has been leaked into the Default VRF but I cannot get it to be advertised into EIGRP on the Default VRF.

 

With SH IP ROUTE, I get

 

10.10.11.0/24, ubest/mbest: 1/0, attached
*via 10.10.11.4%ABC, Vlan123, [20/0], 21:51:48, bgp-100, external, tag 100

 

route-map EXPORT-BGP-TO-EIGRP permit 10
match interface Vlan123

 

router eigrp 100
autonomous-system 100
router-id 10.10.0.1
address-family ipv4 unicast
redistribute bgp 100 route-map EXPORT-BGP-TO-EIGRP

 

I have tried various combinations of route-map, matching to a prefix-list with the ip subnet 10.10.11.0/24 but still no joy.

 

 

1 Accepted Solution

Accepted Solutions

Cormac Champion
Level 1
Level 1
I got it working with

ip prefix-list ALL-NETWORKS seq 5 permit 0.0.0.0/0 le 32
route-map EXPORT-BGP-TO-EIGRP permit 10
match ip address prefix-list ALL-NETWORKS

View solution in original post

1 Reply 1

Cormac Champion
Level 1
Level 1
I got it working with

ip prefix-list ALL-NETWORKS seq 5 permit 0.0.0.0/0 le 32
route-map EXPORT-BGP-TO-EIGRP permit 10
match ip address prefix-list ALL-NETWORKS