Virtual-switch with Bridge-domain and VRRP
CPE site with bridge jcluser@vMX-0> show configuration routing-instances sv1 { instance-type virtual-switch; bridge-domains { sv1-bd1 { domain-type bridge; vlan-id 20; interface ge-0/0/3.0; interface ge-0/0/4.0; routing-interface irb.0; } } } jcluser@vMX-0> show configuration interfaces ge-0/0/3 { encapsulation ethernet-bridge; unit 0 { family bridge { vlan-id 20; } } } ge-0/0/4 { encapsulation ethernet-bridge; unit 0 { family bridge { vlan-id 20; } } } fxp0 { unit 0 { family inet { address 100.123.1.0/16; } } } irb { unit 0 { family inet { address 10.0.1.2/24; } } } | |