Hi;
I have a border leaf in my lab which is connected to external EIGRP domain (without any VRF) so it has a few EIGRP routes on its global routing table. I Also has created two VRFs on it which reside inside VXLAN network.
Now I want to redistribute between external EIGRP and VXLAN network, no any EIGRP routes got redistributed into VXLAN network.
The configuration of BGP on my leaf border is as follows:
router bgp 2
address-family ipv4 unicast
address-family l2vpn evpn
neighbor 2.2.2.2
remote-as 2
update-source loopback0
address-family ipv4 unicast
send-community
send-community extended
next-hop-self
address-family l2vpn evpn
send-community
send-community extended
vrf A
address-family ipv4 unicast
advertise l2vpn evpn
redistribute eigrp 1 route-map TMAP-100
vrf B
address-family ipv4 unicast
advertise l2vpn evpn
!
ip access-list TACL
10 permit ip any any
!
route-map TMAP-100 permit 10
match ip address TACL
Did I miss something basic?
n1(config)# sh ip route eigrp
100.1.1.1/32, ubest/mbest: 1/0
*via 192.168.20.2, Eth1/1, [90/130816], 21:32:51, eigrp-1, internal
100.1.1.2/32, ubest/mbest: 1/0
*via 192.168.20.2, Eth1/1, [90/130816], 21:32:51, eigrp-1, internal
100.1.1.3/32, ubest/mbest: 1/0
*via 192.168.20.2, Eth1/1, [90/130816], 21:32:51, eigrp-1, internal
!
!
n1(config)# sh ip route vrf A
99.1.1.0/29, ubest/mbest: 1/0, attached
*via 99.1.1.1, Vlan2, [0/0], 2d00h, direct
99.1.1.1/32, ubest/mbest: 1/0, attached
*via 99.1.1.1, Vlan2, [0/0], 2d00h, local
99.1.1.2/32, ubest/mbest: 1/0, attached
*via 99.1.1.2, Vlan2, [190/0], 1d23h, hmm
99.1.1.4/32, ubest/mbest: 1/0
*via 3.3.3.3%default, [200/0], 23:21:58, bgp-2, internal, tag 2 (evpn) segid: 4 tunnelid: 0x3030303 encap: VXLAN
99.1.1.17/32, ubest/mbest: 1/0
*via 3.3.3.3%default, [200/0], 23:27:07, bgp-2, internal, tag 2 (evpn) segid: 5 tunnelid: 0x3030303 encap: VXLAN