## Last changed: 2023-05-02 21:07:06 EST version 23.1R1.8; system { host-name bottsrx; root-authentication { encrypted-password "$6$UMkbTDDi$mTCCAJTjqvWNdVC7cUY2ktvCh2Le5IeCBTrsbM2NdiaY5lnpKK/haNFyb3r8YTzkeqqlhWmUV86RQs9shZAPS/"; } login { user brodie { uid 2003; class super-user; authentication { encrypted-password "$6$CCLl6ibj$DPJprClYjbWb4zaTapQZxEsH3InGlsNJFXy4er/vpMQ7ErVQRz5vCvKB7tfYWfug86xArrrtVhNAtDOVO6wSn/"; } } } services { ssh; netconf { ssh; } dhcp-local-server { group jdhcp-group { interface irb.0; } } web-management { https { system-generated-certificate; } } } time-zone Australia/Sydney; name-server { 8.8.8.8; 8.8.4.4; } syslog { archive size 100k files 3; user * { any emergency; } file interactive-commands { interactive-commands any; } file messages { any notice; authorization info; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } security { pki { ca-profile ISRG_Root_X1 { ca-identity ISRG_Root_X1; pre-load; } ca-profile Lets_Encrypt { ca-identity Lets_Encrypt; enrollment { url https://acme-v02.api.letsencrypt.org/directory; } } } 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; } } } nat { source { rule-set trust-to-untrust { from zone trust; to zone untrust; rule source-nat-rule { match { source-address 0.0.0.0/0; } then { source-nat { interface; } } } } } } policies { from-zone trust to-zone trust { policy trust-to-trust { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; log { session-init; session-close; } } } } pre-id-default-policy { then { log { session-close; } } } } zones { functional-zone management { interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { https; ssh; } } } } } security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { irb.0; } } security-zone untrust { screen untrust-screen; interfaces { ge-0/0/7.0 { host-inbound-traffic { system-services { dhcp; tftp; } } } dl0.0 { host-inbound-traffic { system-services { tftp; } } } } } } } interfaces { ge-0/0/0 { unit 0 { family inet { address 192.168.2.1/24; } } } ge-0/0/1 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/2 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/3 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/4 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/5 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/6 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/7 { unit 0 { family inet { dhcp { update-server; } } } } cl-1/0/0 { dialer-options { pool 1 priority 100; } } pt-1/0/0 { vdsl-options { vdsl-profile 17a; sra enable; sos; } } dl0 { unit 0 { family inet { negotiate-address; } family inet6 { negotiate-address; } dialer-options { pool 1; dial-string 1234; always-on; } } } irb { unit 0 { family inet { address 192.168.1.1/24; } } } } access { address-assignment { pool junosDHCPPool { family inet { network 192.168.1.0/24; range junosRange { low 192.168.1.2; high 192.168.1.254; } dhcp-attributes { router { 192.168.1.1; } propagate-settings ge-0/0/0.0; } } } } } vlans { vlan-trust { vlan-id 3; l3-interface irb.0; } } protocols { l2-learning { global-mode switching; } rstp { interface all; } } poe { interface all; }