show configuration ## Last commit: 2012-03-22 11:03:34 UTC by root version 11.2R3.3; groups { node0; node1; } apply-groups "${node}"; system { host-name SRX3600_Primary; root-authentication { encrypted-password "$1$2kTHj6bj$mynGBiFCAfgY7emXZq5ns/"; ## SECRET-DATA } services { web-management { http { interface [ fxp0.0 ge-13/0/6.0 ]; } } } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } chassis { alarm { management-ethernet { link-down ignore; } } network-services ip; cluster { control-link-recovery; reth-count 8; redundancy-group 1 { node 0 priority 254; node 1 priority 50; preempt; interface-monitor { ge-0/0/2 weight 255; ge-0/0/4 weight 255; ge-13/0/2 weight 255; ge-13/0/4 weight 255; } } redundancy-group 0 { node 0 priority 254; node 1 priority 50; } } } interfaces { ge-0/0/2 { gigether-options { redundant-parent reth1; } } ge-0/0/4 { gigether-options { redundant-parent reth2; } } ge-13/0/2 { gigether-options { redundant-parent reth1; } } ge-13/0/4 { gigether-options { redundant-parent reth2; } } fab0 { fabric-options { member-interfaces { ge-0/0/0; } } } fab1 { fabric-options { member-interfaces { ge-13/0/0; } } } fxp0 { unit 0 { family inet { address 192.168.100.1/24; } } } reth1 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { mtu 1500; address 10.10.10.254/24; } } } reth2 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { mtu 1500; address 202.188.20.254/30; } } } } security { alg { rtsp; } policies { from-zone trust to-zone Untrust { policy Test1 { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone Untrust to-zone trust { policy test2 { match { source-address any; destination-address any; application any; } then { permit; } } } } zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { reth1.0 { host-inbound-traffic { system-services { all; } protocols { all; } } } } } security-zone Untrust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { reth2.0 { host-inbound-traffic { system-services { all; } protocols { all; } } } } } } } {primary:node0} root@SRX3600_Primary>