version 11.4R2.14; system { host-name my-i-core; ports { console insecure; auxiliary disable; } services { ssh { root-login deny; protocol-version v2; connection-limit 5; rate-limit 5; } web-management { https { system-generated-certificate; } } } } interfaces { interface-range interfaces-lan { member-range ge-0/0/0 to ge-0/0/23; unit 0 { family ethernet-switching; } } interface-range interfaces-down { member-range xe-0/1/0 to xe-0/1/1; member-range ge-0/1/0 to ge-0/1/3; disable; } ge-0/0/0 { description "To SRX-220H ge-0/0/1"; unit 0 { family ethernet-switching; } } lo0 { unit 0 { family inet { address 127.0.0.1/32; address 192.168.2.253/32; [** Can't hit from workstations **] address 1.2.3.4/32; [ ** Just tossed in to try, fails also **] } } } } protocols { igmp-snooping { vlan all; } rstp; lldp { interface all; } lldp-med { interface all; } } ethernet-switching-options { storm-control { interface all; } } poe { interface all { disable; } }