Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

Eigrp PE-CE problem

$
0
0

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

!
!
router bgp 100
 no bgp default ipv4-unicast
 bgp log-neighbor-changes
 neighbor 19.19.19.19 remote-as 100
 neighbor 19.19.19.19 update-source Loopback0
 !
 address-family ipv4
  no synchronization
  no auto-summary
 exit-address-family
 !
 address-family vpnv4
  neighbor 19.19.19.19 activate
  neighbor 19.19.19.19 send-community extended
  neighbor 19.19.19.19 next-hop-self
 exit-address-family
 !
 address-family ipv4 vrf VPN_A
  no synchronization
  redistribute eigrp 1
 exit-address-family
router eigrp 100
 !
 address-family ipv4 vrf VPN_A autonomous-system 1
  no auto-summary
  redistribute bgp 100
  network 0.0.0.0
  eigrp router-id 2.2.2.2
 exit-address-family
!
!
but the eigrp toplogy  does not concur....no VPNV4  sourced routes,  only the routes from the local CE router...
!
!
!
R2#sh ip eigrp vrf VPN_A topology 
EIGRP-IPv4 Topology Table for AS(1)/ID(2.2.2.2) VRF(VPN_A)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
       r - reply Status, s - sia Status 
P 10.1.2.0/24, 1 successors, FD is 28160
        via Connected, FastEthernet1/0
P 1.1.1.1/32, 1 successors, FD is 156160
        via 10.1.2.1 (156160/128256), FastEthernet1/0
!
!
I have rebooted etc etc , so must be something ive done wrong configuration wise

Viewing all articles
Browse latest Browse all 10744

Trending Articles