Providing Internet Access to and from VPNs
Normally, hosts in a VPN cannot communicate with hosts in the Internet because the routing table in a VRF contains only routes to sites in the VPN and not routes to sites in the Internet. The exchange of traffic between a VPN and the Internet requires both of the following:
- Traffic flow from the VPN to the Internet
- Traffic flow from the Internet to the VPN
The most common, and simplest, method for providing Internet access is to configure two separate logical circuits. One logical circuit runs between the CE router and the VRF and is used for VPN traffic. The other logical circuit runs between the CE router and the parent VR of the VRF and is used for Internet traffic. These logical circuits are typically FR circuits, ATM circuits, or VLANs.
The following sections describe alternative methods of providing Internet access for situations in which having two separate logical circuits is not acceptable or desirable.
Enabling Traffic Flow from the VPN to the Internet
Traffic from a CE router arrives on a PE interface that exists in the context of a VRF. The PE router then looks up the destination address of the IP packet in the context of the VRF routing table rather than the VR routing table.
Problems
The VRF routing table lookup introduces the following complication.
- The size of the Internet routing table. Placing a full default-free Internet routing table in the VRF routing table is not feasible because it does not scale. The PE router would have to support more than 100,000,000 routes, because the full default-free Internet routing table is currently about 120,000 routes and the router must support up to 1,000 VRFs.
Solutions
The following methods enable advertising of Internet routes to VPN sites and thus enable traffic flow from the VPNs to the Internet:
- Configure default routes instead of a full default-free Internet routing table in the VRF. The default routes must point to a shared IP interface that you create on top of the layer 2 interface that points to the Internet gateway.
- Configure a single full default-free Internet routing table in the context of the parent VR and share this one table among all VRFs with the fallback global feature. Fallback global enables an additional lookup in the IP routing table of the parent VR in the event that the IP route lookup in the child VRF fails.
- When reachability to a small number of networks in the Internet is required, then configure a global import map to import only the specific route to these networks into the VRF.
You can create multiple IP interfaces on top of a single layer 2 interface. One of those interfaces is the primary IP interface for receiving and sending IP packets. The other interfaces are shared IP interfaces that are used only to send traffic.
Configuring a Default Route to a Shared Interface
For the first solution you create a default route in the VRF that points to a shared IP interface. You must manually create the shared IP interface on top of the layer 2 interface that points to the Internet gateway. See Figure 101.
The main disadvantage of this approach is that if multiple Internet gateways are available, BGP cannot select the egress gateway that is optimal for each destination prefix. Because BGP has only a default route in the VRF, it has to point that single default route to a single uplink interface. All the Internet-bound traffic must flow out of that interface.
You cannot configure traffic for one prefix to flow out of one uplink interface and traffic to another prefix to flow out of another uplink interface. That behavior requires a full default-free Internet routing table in the VRF, which is a complication that you want to avoid.
Figure 101: Static Default Route for Internet Access

The following commands illustrate how to create a shared IP interface in the VRF and point a default route to it:
See Shared IP Interfaces in the JunosE IP, IPv6, and IGP Configuration Guide, for information about shared IP interfaces and default routes.
Configuring a Fallback Global Option
For the second solution you use the fallback global option on the PE–CE IP interface (Figure 102). If you have configured this option, the PE router simultaneous performs two different lookups when a packet arrives from the CE router. One lookup is in the IP routing table of the VRF; the other lookup is in the IP routing table of the parent VR.
Figure 102: Fallback Global Option

If BGP finds a route in the VRF context, it uses that route. If BGP does not find a route in the VRF context but does find a route in the VR context, it falls back on the global route in the parent VR. BGP drops the packet if it does not find a route in either context.
To enable fallback global on a PE-CE IP interface:
See Defining Secondary Routing Table Lookup for more information.
Configuring a Global Import Map for Specific Routes
For the third solution you create a global import map to import only the specific routes needed to reach the desired small number of networks in the Internet. See Figure 103.
Figure 103: Global Import Map Applied to Routes Imported from VRF BGP RIB

The global import map enables global BGP routes to be automatically imported into the BGP RIB table in a VRF. The route map determines which routes are imported and which are not. When they are installed in the VRF routing table, the imported routes point to IP interfaces in the parent virtual router.
To configure a route map and global import map for importing specific routes.
Creating a BGP Session Between the CE Router and the Parent VR
The fallback global option enables traffic that arrives at a VRF from the CE router to be sent out on the uplink determined to be optimal by using the full Internet routing table present in the parent VR.
If a CE router is multihomed to multiple PE routers, it must receive a full Internet routing table from each of the PE routers so that the CE router can determine which of the PE routers is optimal for a given Internet prefix.
You can easily create a BGP session from the VRF to the CE router to advertise routes in the VRF to the CE router. However, doing this is insufficient because the VRF does not contain the full Internet routing table, which is present only in the parent VR.
This situation requires a BGP session from the parent VR to the CE router (Figure 104). This BGP session in turn requires a route in the VRF to the loopback interface in the parent VR that is used for BGP peering with the CE router. To achieve this configuration, you must do both of the following:
- In the parent VR, create a shared IP interface for the PE-CE interface and point a static route to the loopback of the CE router to the shared interface.
- Use a global import map in the VRF to import into the
VRF the route to the loopback interface in the parent VR.
Figure 104: BGP Session Between CE Router and Parent VR

The following commands configure a shared IP interface in the parent VR and point a static route for the loopback in the CE router to it:
The following commands make the loopback in the parent VR reachable from the VRF by means of a global import map:
The following commands create a BGP session between the CE router and the parent VR.
On host 1, VR PE 1:
On host 2, VR CE 1:
You must also configure either fallback global or a default route to a manually created shared interface in the VRF. See Configuring a Fallback Global Option or Configuring a Default Route to a Shared Interface for details.
You can use the BGP session between the CE router and the parent VR to enable the CE router to advertise prefixes within the VPN site that can be reachable from the global Internet. An alternative configuration is to use a global export map as described in Setting Import and Export Maps for a VRF .
Enabling Traffic Flow from the Internet to the VPN
When traffic flows from the Internet to a VPN, the traffic arrives at the PE router on an interface in the global context. BGP performs a lookup in the global IP routing table, which normally does not contain VPN routes. You can use one of the following methods to advertise public VPN routes to the Internet (get the routes into the global routing table) and thus enable traffic flow from the Internet to those VPNS.
- Manually create shared interfaces in the parent VR and manually add static routes to those shared interfaces. See Enabling VRF–to–VR Peering for more information.
- Export VPN routes to the global BGP RIB. See Setting Import and Export Maps for a VRF .
Static Routes to a Shared IP Interface
You can introduce routes to VPN sites into the global routing table by placing static routes to the VPN sites into the global table. The static routes must point to shared IP interfaces that are shares of the PE-CE interface for each particular VPN site. The static routes must then be injected into BGP (possibly as part of an aggregate) so that they can be reached from the Internet. Figure 105 illustrates this approach:
Figure 105: Static Route to Shared IP Interface

The following commands configure the shared interface and a static route:
Global Export Map
The global export map enables VPN routes to be automatically exported from the BGP RIB table in a VRF to the global BGP RIB table (the BGP RIB table of the parent VR) based on policy. A route map determines which routes are exported and which are not.
When they are installed in the global IP routing table, these exported routes point to the IP interface in the VRF as shown in Figure 106. See Global Export Maps for more information.
Figure 106: Global Export Map Applied to Routes Exported from VRF BGP RIB

The following commands configure the route map and global export map:
Hide Navigation Pane
Show Navigation Pane
SHA1