Configuring a VPLS Routing Instance
Use the vpls routing instance type for point-to-multipoint LAN implementations between a set of sites in a VPN.
To create a routing instance for VPLS, include at least the following statements in the configuration:
routing-instances {
routing-instance-name {
instance-type vpls;
interface interface-name;
route-distinguisher (as-number:number | ip-address:number);
vrf-import [ policy-names ];
vrf-export [ policy-names ];
protocols {
vpls {
... vpls configuration ...
}
}
}
}
You can include these statements at the following hierarchy levels:
[edit][edit logical-systems logical-system-name]
For more information about configuring VPLS, see theJunos OS VPNs Library for Routing Devices.