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:
- host1(config)#virtual-router pe1
- host1:pe1(config)#interface ip ce1-cust
- host1:pe1(config-if)#ip share-interface atm2/0.1
- host1:pe1(config-if)# ip address 10.1.1.3
255.255.255.0
- host1:pe1(config-if)#exit
- host1:pe1(config)#ip route 10.4.4.4 255.255.255.255
ip ce1-cust