I am recreating task 4.4 MPLS L3VPN with EIGRP as the PE-CE protocol on both sides, for some reason the vpnv4 routes do not want to be redistrbuted to eigrp. I am getting this problem on both sides , but to keep this short am concentrating on R1-R2 side. R1 = CE , R2 = PE
on R2,
i have vnpv4 working fine... am getting the vpnv4 routes from the other side....
R2#sh bgp vpnv4 unicast all
Network Next Hop Metric LocPrf Weight Path
Route Distinguisher: 100:1 (default for vrf VPN_A)
*> 1.1.1.1/32 10.1.2.1 156160 32768 ?
*> 10.1.2.0/24 0.0.0.0 0 32768 ?
*>i10.19.20.0/24 19.19.19.19 0 100 0 ?
*>i20.20.20.20/32 19.19.19.19 146944 100 0 ?
I see these routes in the vrf VPN_A RIB as BGP routes.....
R2#sh ip route vrf VPN_A
1.0.0.0/32 is subnetted, 1 subnets
D 1.1.1.1 [90/156160] via 10.1.2.1, 00:02:20, FastEthernet1/0
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
C 10.1.2.0/24 is directly connected, FastEthernet1/0
L 10.1.2.2/32 is directly connected, FastEthernet1/0
B 10.19.20.0/24 [200/0] via 19.19.19.19, 00:02:02
20.0.0.0/32 is subnetted, 1 subnets
B 20.20.20.20 [200/146944] via 19.19.19.19, 00:02:02
!
!
My configuration on R2.... according to the configuration, I am redistributing BGP into EIGRP