Juniper JUNOSE SOFTWARE FOR E SERIES 11.0.X - BGP AND MPLS CONFIGURATION GUIDE 2009-12-30 Configuration Manual page 635

Software for e series routing platforms bgp and mpls configuration guide
Table of Contents

Advertisement

Related Topics
Configuration Tasks for VPLS with LDP Signaling
To configure VPLS with LDP signaling on the PE router:
1.
2.
3.
4.
! Assign the router ID for PE 2 using the IP address of the loopback interface.
host2(config)#ip router-id 10.2.2.2
!
! Enable MPLS on the default virtual router.
host2(config)#mpls
!
! Configure ATM core-facing interface 3/1.100 between PE 2 and the P router,
! and assign it an IP address.
host2(config)#interface atm 3/1.100 point-to-point
host2(config-subif)#atm pvc 100 1 100 aal5snap 0 0 0
host2(config-subif)#ip address 192.168.2.2 255.255.255.0
!
! Enable MPLS, LDP, and topology-driven LSPs on the on the core-facing interface.
host2(config-subif)#mpls
host2(config-subif)#mpls ldp
host2(config-subif)#exit
!
! Configure BGP signaling.
host2(config)#router bgp 100
host2(config-router)#neighbor 10.1.1.1 remote-as 100
host2(config-router)#neighbor 10.1.1.1 update-source loopback 0
host2(config-router)#neighbor 10.1.1.1 next-hop-self
host2(config-router)#address-family l2vpn signaling
host2(config-router-af)#neighbor 10.1.1.1 activate
host2(config-router-af)#neighbor 10.1.1.1 next-hop-self
host2(config-router-af)#exit-address-family
host2(config-router)#address-family vpls vplsA
host2(config-router-af)#exit-address-family
host2(config-router)#address-family vpls vplsB
host2(config-router-af)#exit-address-family
host2(config-router)#exit
Configuration Tasks for VPLS with BGP Signaling on page 584
Configure a single instance of VPLS, known as a VPLS instance, on the PE router
for each VPLS domain in which the router participates.
(Optional) Configure optional attributes for the VPLS instance.
For instructions, see "Configuring Optional Attributes for VPLS Instances" on
page 587.
Configure network interfaces to connect the PE router to each CE device.
For instructions, see "Configuring VPLS Network Interfaces" on page 588.
(Optional) Configure nondefault subscriber policies for the VPLS network interface.
For instructions, see "Configuring Subscriber Policies for VPLS Network Interfaces"
on page 589.
Configuration Tasks for VPLS with LDP Signaling
Chapter 10: Configuring VPLS
599

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose

Table of Contents