On the MTU device interfaces that connect to other PE devices, configure an interior
gateway protocol (IGP), such as OSPF or IS-IS.
[edit protocols isis]
user@PE2# set level 1 disable
user@PE2# set interface ge-2/0/10.0
user@PE2# set interface lo0.0
4. Configure VPLS.
The neighbor 10.255.14.217 statement points to Device PE1’s loopback interface
address.
The VPLS ID must match the virtual circuit ID that is configured on the MTU (Device
PE1).
[edit routing-instances customer]
user@PE2# set instance-type vpls
user@PE2# set interface ge-2/0/6.601
user@PE2# set protocols vpls vpls-id 601
user@PE2# set protocols vpls neighbor 10.255.14.217 encapsulation-type
ethernet-vlan
5. Configure the router ID.
[edit routing-options]
user@PE2# set router-id 10.255.14.216
Results From configuration mode, confirm your configuration by entering the show interfaces,
show protocols, show routing-instances, and show routing-options commands. If the
output does not display the intended configuration, repeat the instructions in this example
to correct the configuration.
Device PE1 user@PE1# show interfaces
ge-2/0/5 {
vlan-tagging;
encapsulation vlan-ccc;
unit 601 {
encapsulation vlan-ccc;
vlan-id 601;
output-vlan-map swap;
family ccc;
}
}
ge-2/0/10 {
unit 0 {
family inet {
address 192.0.2.2/24;
}
family iso;
family mpls;
}
}
ge-2/0/11 {
1317Copyright © 2017, Juniper Networks, Inc.
Chapter 35: Configuring Virtual Private LAN Service