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:
1.
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.
2.
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:
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.255
host1:pe1(config-if)#
exit
host1:pe1(config)#
ip route 10.4.4.4 255.255.255.255 ip ce1-cust
The following commands make the loopback in the parent VR reachable from the
VRF by means of a global import map:
host1(config)#
virtual-router pe1
host1:pe1(config)#
prefix-list VRloop permit 10.2.2.2/32
host1:pe1(config)#
route-map globimaploop
host1:pe1(config-route-map)#
match ip address prefix-list VRloop
host1:pe1(config-route-map)#
exit
host1:pe1(config)#
ip vrf pe11
host1:pe1(config-vrf)#
rd 100:1
host1:pe1(config-vrf)#
route-target both 100:1
host1:pe1(config-vrf)#
global import map globimaploop
The following commands create a BGP session between the CE router and the parent
VR.
460
■
Providing Internet Access to and from VPNs
JUNOSe 11.0.x BGP and MPLS Configuration Guide
Summary of Contents for JUNOSE
Page 6: ...vi...
Page 8: ...viii JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 24: ...xxiv Table of Contents JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 37: ...Part 1 Border Gateway Protocol Configuring BGP Routing on page 3 Border Gateway Protocol 1...
Page 38: ...2 Border Gateway Protocol JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 234: ...198 Monitoring BGP JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 236: ...200 Multiprotocol Layer Switching JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 298: ...262 Point to Multipoint LSPs Configuration JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 536: ...500 Monitoring BGP MPLS VPNs JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 538: ...502 Layer 2 Services Over MPLS JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 604: ...568 Virtual Private LAN Service JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 618: ...582 VPLS References JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 674: ...638 Virtual Private Wire Service JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 718: ...682 Monitoring MPLS Forwarding Table for VPWS JUNOSe 11 0 x BGP and MPLS Configuration Guide...
Page 719: ...Part 6 Index Index on page 685 Index 683...
Page 720: ...684 Index JUNOSe 11 0 x BGP and MPLS Configuration Guide...