admin@srxA-1# show | no-more ## Last changed: 2014-07-14 00:29:24 UTC version 11.2R4.3; system { host-name srxA-1; root-authentication { encrypted-password "$1$dKaCMkeg$QmL7cGNdoi0tsrccELavh."; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; } login { user admin { uid 2002; class super-user; authentication { encrypted-password "$1$8S1w66bO$MKX7m4WKrBLVJAFRvPj0L/"; ## SECRET-DATA } } } services { ssh; telnet; xnm-clear-text; web-management { http { interface vlan.0; } https { system-generated-certificate; interface vlan.0; } } dhcp { router { 192.168.1.1; } pool 192.168.1.0/24 { address-range low 192.168.1.2 high 192.168.1.254; } propagate-settings fe-0/0/0.0; } } syslog { archive size 100k files 3; user * { any emergency; } file messages { any critical; authorization info; } file interactive-commands { interactive-commands error; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } interfaces { fe-0/0/0 { unit 0 { family inet { dhcp; } } } fe-0/0/3 { unit 0 { family inet { address 172.18.1.2/30; } } } fe-0/0/4 { vlan-tagging; unit 101 { description "connection to vr101"; vlan-id 101; family inet { address 172.20.101.1/24; } } unit 201 { description "connection to vr201"; vlan-id 201; family inet { address 172.20.201.1/24; } } } lo0 { unit 0 { family inet { address 192.168.1.1/32; } } } } routing-options { static { route 0.0.0.0/0 next-hop 172.18.1.1; } } protocols { stp; } security { screen { ids-option untrust-screen { icmp { ping-death; } ip { source-route-option; tear-drop; } tcp { syn-flood { alarm-threshold 1024; attack-threshold 200; source-threshold 1024; destination-threshold 2048; timeout 20; } land; } } } policies { from-zone Juniper-SV to-zone Juniper-SV { policy intrazone-Juniper-SV { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone ACME-SV to-zone ACME-SV { policy intrazone-ACME-SV { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone Juniper-SV to-zone untrust { policy internet-Juniper-SV { match { source-address vr101; destination-address any; application any; } then { permit; } } } from-zone ACME-SV to-zone untrust { policy internet-ACME-SV { match { source-address vr201; destination-address any; application any; } then { permit; } } } from-zone Juniper-SV to-zone ACME-SV { policy Juniper-to-ACME { match { source-address vr101; destination-address vr201; application any; } then { permit; } } } from-zone ACME-SV to-zone Juniper-SV { policy ACME-to-Juniper { match { source-address vr201; destination-address vr101; application any; } then { permit; } } } from-zone untrust to-zone Juniper-SV { policy Juniper-WF-to-Juniper-SV { match { source-address vr102; destination-address vr101; application any; } then { permit; log { session-init; session-close; } } } } from-zone untrust to-zone ACME-SV { policy webserver { match { source-address srxA-2; destination-address vr201; application [ junos-telnet junos-http junos-ping ]; } then { permit; } } } } zones { functional-zone management { interfaces { fe-0/0/0.0 { host-inbound-traffic { system-services { all; } } } } } security-zone untrust { address-book { address vr102 172.20.102.0/24; address vr202 172.20.202.0/24; address srxA-2 172.18.2.0/30; address internet-host 172.31.15.1/32; } host-inbound-traffic { system-services { all; } } interfaces { fe-0/0/3.0; } } security-zone Juniper-SV { address-book { address vr101 172.20.101.0/24; } host-inbound-traffic { system-services { all; } } interfaces { fe-0/0/4.101; } } security-zone ACME-SV { address-book { address vr201 172.20.201.0/24; } interfaces { fe-0/0/4.201; } } } }