root# show chassis { cluster { reth-count 1; redundancy-group 0 { node 0 priority 200; node 1 priority 100; } redundancy-group 1 { node 0 priority 200; node 1 priority 100; preempt; } } } security { policies { global { policy GLP { match { source-address any; destination-address any; application any; } then { permit; } } } default-policy { permit-all; } } zones { security-zone Backup 1 { host-inbound-traffic { system-services { any-service; } protocols { all; } } interfaces { reth0.1001; } } security-zone Backup 2 { host-inbound-traffic { system-services { any-service; } } protocols { all; } interfaces { reth0.2001; } } } } interfaces { ge-0/0/1 { gigether-options { redundant-parent reth0; } } ge-0/0/2 { gigether-options { redundant-parent reth0; } } reth0 { vlan-tagging; redundant-ether-options { redundancy-group 1; lacp { passive; periodic fast; } } unit 1001 { description PXE-CTRL; vlan-id 1001; family inet { address 10.128.10.254/24; } } unit 2001 { description BACKUP 2; vlan-id 2001; family inet { address 10.128.20.254/24; } } } } routing-instances { BACKUP { interface reth0.1001; interface reth0.2001; instance-type virtual-router; } } {primary:node0}[edit]