root# show | no-more ## Last changed: 2020-10-19 10:01:30 UTC version 18.4R3.3; system { root-authentication { encrypted-password "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; ## SECRET-DATA } autoinstallation { traceoptions { level verbose; flag { all; } } interfaces { ge-0/0/0 { bootp; } ge-0/0/15 { bootp; } } } services { ssh; netconf { ssh; } dhcp-local-server { group jdhcp-group { interface fxp0.0; interface irb.0; } } web-management { https { system-generated-certificate; } } } name-server { 8.8.8.8; 8.8.4.4; } syslog { archive size 100k files 3; user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } phone-home { server https://redirect.juniper.net; } } security { log { mode stream; report; } policies { default-policy { permit-all; } } zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { irb.0; ge-0/0/0.0; ge-0/0/7.0; } } } } interfaces { ge-0/0/0 { unit 0 { family inet { filter { input port-mirroring; output port-mirroring; } address 192.168.1.111/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 { address 7.7.7.1/24 { arp 7.7.7.7 mac 00:11:22:33:44:55; } } } } ge-0/0/8 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/9 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/10 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/11 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/12 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/13 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/14 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/15 { unit 0 { family inet; } } cl-1/0/0 { dialer-options { pool 1 priority 100; } } dl0 { unit 0 { family inet { negotiate-address; } family inet6 { negotiate-address; } dialer-options { pool 1; dial-string 1234; always-on; } } } fxp0 { unit 0 { family inet { address 10.1.1.1/24; } } } irb { unit 0 { family inet { address 192.168.2.1/24; } } } } forwarding-options { port-mirroring { input { rate 1; run-length 0; } family inet { output { interface ge-0/0/7.0; no-filter-check; } } } } firewall { filter port-mirroring { term 1 { from { source-address { 0.0.0.0/0; } } then { count mirrored_packets; port-mirror; accept; } } } } access { address-assignment { pool junosDHCPPool1 { 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; } } } pool junosDHCPPool2 { family inet { network 192.168.2.0/24; range junosRange { low 192.168.2.2; high 192.168.2.254; } dhcp-attributes { router { 192.168.2.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; } } routing-options { static { route 0.0.0.0/0 next-hop 192.168.1.1; } } [edit] root#