VPLS 인스턴스에서 통합 라우팅 및 브리징 구성(MX 시리즈 라우터만 해당)
VPLS를 통한 통합 라우팅 및 브리징(IRB)은 문과 vlan-id all 함께 사용할 수 없습니다. IRB가 제대로 작동하려면 인스턴스 내에서 하나 이상의 레이어 2 논리적 인터페이스를 구성해야 합니다.
VPLS 인스턴스 내에서 IRB를 구성하려면 [edit routing-instances routing-instance-name instance-type vpls] 계층 수준에서 문을 포함 routing-interface irb-interface-name 합니다.
[edit]
routing-instances {
marketing {
instance-type vpls;
vlan-id 123;
route-distinguisher 11.11.11.11:10;
vrf-target target:100:100;
interface ae0.100;
interface ae0.200;
routing-interface irb.1234;
}
}