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

VRF Routes to Global routing table

p.danielsen
Level 1
Level 1

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 don’t have the full intenet routing table on all edge routes.

Any one, having any good documents covering my issue ?

/Peter

2 Replies 2

mheusinger
Level 10
Level 10

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

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