02-26-2006 12:05 PM
In our MPLS environment, we are running internet I a separate network, now I want to merge the networks together, by use the global routing table, for our internet access and peering
Our MPLS environment is covering 10 locations where I connect customers, and only 3 locations where I connect to the internet,
My gold is to route between the VRF and to global routing table, only on the 3 locations where I have internet connectivity, so I dont have the full intenet routing table on all edge routes.
Any one, having any good documents covering my issue ?
/Peter
02-26-2006 10:28 PM
Hello,
what you can do is to use a default route to your internet gateways. It can look like this:
ip vrf Customer
rd 65000:1
interface Loopback0
ip address 192.168.3.4 255.255.255.255
interface Serial0/0
ip vrf forwarding Customer
ip address 10.1.9.1 255.255.255.252
ip route vrf Customer 0.0.0.0 0.0.0.0 192.168.1.1 global
ip route vrf Customer 0.0.0.0 0.0.0.0 192.168.2.2 global 200
ip route 10.1.0.0 255.255.0.0 Serial0
Be careful however not to create interconnections between VPNs, which should be having no connectivity.
Hope this helps! Please rate all posts.
Regards, Martin
02-26-2006 11:35 PM
Hallo,
My internet gateways are connected to the same edge routers as customers are connected, so if you example would work, it should bee possible to route to a loopback, instead of the seriel interface ..
My gold is to route customer networks, in one or two routes,
Know of any good documents, that describes my scenario
Regards.
Peter
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide