Hi Marc, I don't have the labbooks in front of me but what are you seeing with the label bindings/forwarding table? Can you give the relevant configs for the loopbacks and MPLS interfaces on R6 and R7?
For example do the loopbacks on R6 and R7 have a prefix length of 32 or something different (that is do you need to change the ospf network type from a stub?) Cheers, Adam On Fri, Aug 19, 2011 at 1:01 PM, marc abel <[email protected]> wrote: > Having a problem with my MPLS. I am getting the routes in both ends > but I can't ping from R8 to R9. > > > R6 (PE Router) > ______________________________ > > > ip vrf VRF-X > rd 67:6 > route-target export 67:67 > route-target import 67:67 > ! > interface Serial0/2/0 > ip vrf forwarding VRF-X > ip address 135.211.96.6 255.255.255.224 > ! > router bgp 67 > no synchronization > bgp log-neighbor-changes > network 135.211.6.6 mask 255.255.255.255 route-map COMM > aggregate-address 135.211.6.0 255.255.255.128 summary-only attribute-map > COMM > neighbor 135.211.7.7 remote-as 67 > neighbor 135.211.7.7 update-source Loopback0 > neighbor 135.211.7.7 send-community > no auto-summary > ! > address-family vpnv4 > neighbor 135.211.7.7 activate > neighbor 135.211.7.7 send-community both > exit-address-family > ! > address-family ipv4 vrf VRF-X > redistribute connected route-map COMM > redistribute eigrp 69 route-map COMM > no synchronization > exit-address-family > ip bgp-community new-format > ! > ! > router eigrp 467 > network 135.211.6.6 0.0.0.0 > network 135.211.64.0 0.0.0.255 > network 135.211.76.0 0.0.0.255 > metric weights 0 0 0 1 0 0 > no auto-summary > ! > address-family ipv4 vrf VRF-X > redistribute bgp 67 metric 1 1 1 1 1500 > network 135.211.69.0 0.0.0.255 > network 135.211.96.0 0.0.0.255 > no auto-summary > autonomous-system 69 > exit-address-family > redistribute eigrp 69 route-map COMM > ! > route-map COMM permit 10 > set community 67:6 > > > R7 (PE Router) > ______________________________ > > ip vrf VRF-Y > rd 67:7 > route-target export 67:67 > route-target import 67:67 > ! > interface Serial0/0/0 > bandwidth 1500 > ip vrf forwarding VRF-Y > ip address 135.211.78.7 255.255.255.224 > ! > router bgp 67 > no synchronization > bgp log-neighbor-changes > network 135.211.7.7 mask 255.255.255.255 route-map COMM > network 135.211.8.8 mask 255.255.255.255 > aggregate-address 135.211.7.0 255.255.255.128 summary-only attribute-map > COMM > neighbor 135.211.6.6 remote-as 67 > neighbor 135.211.6.6 update-source Loopback0 > neighbor 135.211.6.6 send-community > no auto-summary > ! > address-family vpnv4 > neighbor 135.211.6.6 activate > neighbor 135.211.6.6 send-community both > exit-address-family > ! > address-family ipv4 vrf VRF-Y > no synchronization > network 135.211.8.0 mask 255.255.255.0 route-map COMM > network 135.211.78.0 mask 255.255.255.224 route-map COMM > network 135.211.87.0 mask 255.255.255.224 route-map COMM > exit-address-family > ip bgp-community new-format > ! > ! > router eigrp 467 > redistribute rip metric 1 1 1 1 1500 route-map R2E > network 135.211.7.7 0.0.0.0 > network 135.211.74.0 0.0.0.255 > network 135.211.76.0 0.0.0.255 > metric weights 0 0 0 1 0 0 > no auto-summary > ! > address-family ipv4 vrf VRF-Y > variance 2 > redistribute bgp 67 metric 1 1 1 1 1500 > network 135.211.78.0 0.0.0.255 > network 135.211.87.0 0.0.0.255 > no auto-summary > autonomous-system 78 > ! > route-map COMM permit 10 > set community 67:7 > > > R8 (CE router) > _______________________ > > router eigrp 78 > variance 2 > network 0.0.0.0 > no auto-summary > > R9 (CE Router) > > ____________________ > > router eigrp 69 > redistribute ospf 1 metric 1 1 1 1 1500 > network 135.211.69.0 0.0.0.255 > network 135.211.96.0 0.0.0.255 > no auto-summary > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
