cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
591
Views
0
Helpful
2
Replies

MPLS EIGRP

sourabh1000_2
Level 1
Level 1

dear all,

pls suggest for following points

sorry for attching jpg file because it difficult to draw topology in notepad

issue

i am getting all the vpnv4 routes on all PEs, i am able to ping vrf IP of another PE but i am not able to ping client end MPLS ip from another PE but its pinging from local PE, although routes are not learning at CE

pls find attached config notepads

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Sourabh,

You are not redistributing BGP into eigrp on the PE routers. That is why your CEs are not receiving the remote routes. you need to add something like this on all PEs:

router eigrp 2101

address-family ipv4 vrf MGL

redistribute bgp 10 metric 10000 1000 255 1 1500

Regards

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

2 Replies 2

Harold Ritter
Spotlight
Spotlight

Sourabh,

You are not redistributing BGP into eigrp on the PE routers. That is why your CEs are not receiving the remote routes. you need to add something like this on all PEs:

router eigrp 2101

address-family ipv4 vrf MGL

redistribute bgp 10 metric 10000 1000 255 1 1500

Regards

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

oh yes...thanks a lot for good observation..