system { services { ssh; web-management { http { interface reth1.0; } https { system-generated-certificate; interface reth1.0; } } } } chassis { cluster { reth-count 10; redundancy-group 1 { node 0 priority 100; node 1 priority 50; } } } interfaces { ge-0/0/0 { gigether-options { redundant-parent reth1; } } ge-5/0/0 { gigether-options { redundant-parent reth1; } } fab0 { fabric-options { member-interfaces { ge-0/0/2; } } } fab1 { fabric-options { member-interfaces { ge-5/0/2; } } } reth1 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { address 10.4.7.5/24; } } } } security { zones { security-zone trust { interfaces { reth1.0 { host-inbound-traffic { system-services { all; } protocols { all; } } } } } } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone trust to-zone trust { policy default-allow { match { source-address any; destination-address any; application any; } then { permit; } } } } }