chassis { fpc 3 { pic 0 { ethernet { pic-mode enhanced-switching; } } } } interfaces { ge-0/0/0 { unit 0 { family inet { address 172.16.4.13/30; } family iso; } } ge-0/0/1 { unit 0 { family inet { address 172.16.4.6/30; } family iso; } } ge-0/0/2 { unit 0 { family inet { address 172.16.196.13/30; } family iso; } } ge-3/0/0 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ VLAN-A VLAN-B ]; } } } } lo0 { description ">> J-BOX-A <<"; unit 0 { family inet { address 172.16.0.2/32; } family iso { address 49.0001.0000.1720.1600.0002.00; } } } vlan { unit 10 { description ">> VLAN-A <<"; family inet { address 172.16.16.2/27 { vrrp-group 10 { virtual-address 172.16.16.1; priority 254; fast-interval 100; accept-data; authentication-type simple; authentication-key } } } family iso; } unit 100 { description ">> VLAN-B <<"; family inet { address 10.16.16.2/27 { vrrp-group 100 { virtual-address 10.16.16.1; priority 254; preempt; accept-data; authentication-type simple; authentication-key } } } } } } protocols { isis { level 1 disable; interface ge-0/0/0.0 { bfd-liveness-detection { minimum-interval 100; multiplier 3; } } interface ge-0/0/1.0 { bfd-liveness-detection { minimum-interval 100; multiplier 3; } } interface ge-0/0/2.0 { bfd-liveness-detection { minimum-interval 100; multiplier 3; } } interface lo0.0; interface vlan.10; } } vlans { VLAN-A { vlan-id 10; l3-interface vlan.10; } VLAN-B { vlan-id 100; l3-interface vlan.100; } }