version 12.3R6.6; system { services { ssh { protocol-version v2; } netconf { ssh; } web-management { http; } dhcp { traceoptions { file dhcp_logfile; level all; flag all; } pool 10.10.3.0/24 { address-range low 10.10.3.1 high 10.10.3.250; router { 10.10.3.253; } } pool 10.10.4.0/24 { address-range low 10.10.4.1 high 10.10.4.250; router { 10.10.4.253; } } pool 10.10.6.0/24 { address-range low 10.10.6.1 high 10.10.6.250; router { 10.10.6.253; } } } } } interfaces { ge-0/0/5 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ Test Test2 DHCP ]; } native-vlan-id DHCP; } } } ge-0/0/28 { ether-options { flow-control; } unit 0 { family ethernet-switching { port-mode access; vlan { members Test; } } } } ge-0/0/30 { ether-options { flow-control; } unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ DHCP Test Test2 ]; } native-vlan-id Test2; } } } vlan { unit 3 { family inet { address 10.10.3.253/24; } } unit 5 { family inet { address 10.10.4.253/24; } } unit 6 { family inet { address 10.10.6.253/24; } } } } routing-options { static { route 0.0.0.0/0 next-hop ###.###.###.###; route 10.10.3.0/24 next-hop 10.10.3.253; route 10.10.4.0/24 next-hop 10.10.4.253; } } protocols { igmp-snooping { vlan all; } rstp; lldp { interface all; } lldp-med { interface all; } } ethernet-switching-options { voip; storm-control { interface all; } } vlans { DHCP { description "DHCP on 10.10.3.X"; vlan-id 3; l3-interface vlan.3; } Test { description Test; vlan-id 5; l3-interface vlan.5; } Test2 { vlan-id 6; l3-interface vlan.6; } }