在 VPLS 实例中配置集成路由和桥接(仅限 MX 系列路由器)
基于 VPLS 的集成路由和桥接 (IRB) 不能与语 vlan-id all 句结合使用。必须在实例内部配置一个或多个第 2 层 逻辑接口,IRB 才能正常运行。
要在 VPLS 实例中配置 IRB,请在 [edit routing-instances routing-instance-name instance-type vpls] 层级包含以下routing-interface irb-interface-name语句:
[edit]
routing-instances {
marketing {
instance-type vpls;
route-distinguisher 11.11.11.11:10;
vrf-target target:100:100;
interface ae0.100;
interface ae0.200;
routing-interface irb.1234;
}
}