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

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, you must 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:

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]