[Contents] [Prev] [Next] [Index] [Report an Error]

VPLS

To create a routing instance for virtual private LAN services (VPLS), you must include at least the following statements in the configuration:

[edit]
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 ...
}
}
}
}

For more information about configuring VPLS, see the JUNOS VPNs Configuration Guide. For a detailed VPLS example configuration, see the JUNOS Feature Guide.


[Contents] [Prev] [Next] [Index] [Report an Error]