## Last commit: 2015-11-10 20:56:17 GMT by root version 12.1X44-D30.4; system { host-name KGCSFW; time-zone GMT; root-authentication { encrypted-password "$1$1VWX/gze$SCOMGwHlKwMnjF278N6jd0"; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; } name-resolution { no-resolve-on-input; } services { ssh; telnet; web-management { http { interface ge-0/0/1.0; } https { system-generated-certificate; interface ge-0/0/1.0; } session { idle-timeout 60; } } dhcp { pool 192.168.1.0/24 { address-range low 192.168.1.2 high 192.168.1.254; router { 192.168.1.1; } } propagate-settings ge-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; } } ntp { server us.ntp.pool.org; } } interfaces { ge-0/0/2 { unit 0 { family ethernet-switching { vlan { members vlan1; } } } } ge-0/0/3 { unit 0 { family ethernet-switching { vlan { members vlan1; } } } } vlan { unit 1 { family inet { address 192.168.1.1/24; } } } } protocols { stp; } security { policies { from-zone console to-zone plc { policy console-to-plc { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone plc to-zone console { policy plc-to-console { match { source-address any; destination-address any; application any; } then { permit; } } } } zones { security-zone console { host-inbound-traffic { system-services { all; } } interfaces { ge-0/0/3.0; } } security-zone plc { host-inbound-traffic { system-services { all; } } interfaces { ge-0/0/2.0; } } } } vlans { vlan1 { vlan-id 3; l3-interface vlan.1; } }