Singh, I believe your issue is that router 2 doesn't have a route back to your Cust1 subnet on R1 (1.1.1.1). You could probably get away with issuing a "redistribute static" under your EIGRP process on R1 to accomplish that. This will propagate the static route you had pointed to the 1.1.1.1 subnet via you loopback interface to R2 and also to R4. This will also allow you to remove the default route from R4 pointing towards R1 since it will receive the route to the 1.1.1.1 subnet via its EIGRP process.
I labbed the whole thing out and it worked fine once I propagated the Cust1 VRF route into the Global Routing Table. Hope this helps... -Erik -----Original Message----- From: Taqdir Singh [mailto:[email protected]] Sent: Monday, December 07, 2009 8:10 PM To: [email protected] Cc: [email protected] Subject: Re: [OSL | CCIE_RS] MPLS Internet access with global routing table not working Please see diagram attached On Mon, Dec 7, 2009 at 2:40 PM, Erik Fairbanks <[email protected]> wrote: Do you have a diagram to go with this? On Mon, Dec 7, 2009 at 4:49 PM, Taqdir Singh <[email protected]> wrote: Could you please review my configuration and diagram..... and let me know why internet access is not working for VRF cust1 ? I have added the GNS3 topology and configs. like when I try to ping vrf cust1 4.4.4.4 source 192.168.10.1 >>>> not pinging Assume internet IP is 4.4.4.4. -- Taqdir Singh Network Engineer Phone: (+91) 801-041-5988 | (+91) 991-170-9496 "An expert is a man who has made all the mistakes which can be made" _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com <http://www.ipexpert.com/> -- Taqdir Singh (+91) 801-041-5988 "An expert is a man who has made all the mistakes which can be made" _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
