配置 VPLS 路由实例
使用 vpls 路由实例类型在 VPN 中的一组站点之间实现点到多点 LAN。
要为 VPLS 创建路由实例,在配置中至少包含以下语句:
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 ...
}
}
}
}
您可以在以下层次结构级别包括这些语句:
[edit][edit logical-systems logical-system-name]
有关配置 VPLS 的更多信息,请参阅路由设备的 Junos OS VPN 库。