root@SRX3400-DC> show configuration version 12.1X44-D40.2; system { host-name SRX3400-DC; services { ssh { protocol-version v2; connection-limit 10; rate-limit 10; } } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } chassis { aggregated-devices { ethernet { device-count 6; } } } interfaces { xe-1/0/0 { description EX3300_xe-0/1/1; gigether-options { auto-negotiation; 802.3ad ae0; } } xe-2/0/0 { description EX3300_xe-1/1/1; gigether-options { auto-negotiation; 802.3ad ae0; } } ae0 { description EX3300; vlan-tagging; mtu 9192; encapsulation flexible-ethernet-services; aggregated-ether-options { minimum-links 1; } unit 10 { vlan-id 10; family inet { address 10.100.10.20/28 } } } } routing-options { static { route 0.0.0.0/0 next-hop 10.100.10.17; } } security { log { mode event; } flow { traceoptions { file DebugTraffic2; flag basic-datapath; packet-filter MatchTraffic { source-prefix 10.0.0.0/8; } } } policies { from-zone MGMT to-zone MGMT { policy PERMIT-MGMT { match { source-address MGMT-address; destination-address any; application any; } then { permit; log { session-init; } } } policy all { match { source-address any; destination-address any; application any; } then { permit; log { session-init; } } } } default-policy { permit-all; } } zones { security-zone MGMT { address-book { address mgmt-10.100.10.0/24 10.100.10.0/24; address-set MGMT-address { address mgmt-10.100.10.0/24; } } host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { ae0.10; } } } }