interfaces { ge-0/0/12 { description "Trunk to SRX210 ge-0/0/1"; unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ default development servers ]; } } } } ge-0/0/13 { description "Trunk to ESX vSwitch2"; unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ default development servers ]; } } } } me0 { unit 0 { family inet { address 192.168.1.252/24; } } } vlan { unit 16 { description "Servers VLAN Interface"; family inet { address 10.0.16.2/20; } } unit 32 { description "Dev VLAN Interface"; family inet { address 10.0.32.2/20; } } unit 100 { description "Default VLAN Interface"; family inet { address 10.0.0.2/20; } } } } protocols { igmp-snooping { vlan all; } rstp; lldp { interface all; } lldp-med { interface all; } } routing-instances { VR_Default { instance-type virtual-router; interface vlan.100; routing-options { static { route 0.0.0.0/0 next-hop 10.0.0.1; } } } VR_Development { instance-type virtual-router; interface vlan.32; routing-options { static { route 0.0.0.0/0 next-hop 10.0.32.1; } } } VR_Servers { instance-type virtual-router; interface vlan.16; routing-options { static { route 0.0.0.0/0 next-hop 10.0.16.1; } } } } ethernet-switching-options { storm-control { interface all; } } vlans { default { vlan-id 100; l3-interface vlan.100; } development { vlan-id 32; l3-interface vlan.32; } servers { vlan-id 16; l3-interface vlan.16; } }