## Last changed: 2015-06-24 12:27:09 CDT 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.10.0/24 { address-range low 10.10.10.1 high 10.10.10.250; router { 10.10.10.253; } } pool 10.10.20.0/24 { address-range low 10.10.20.1 high 10.10.20.250; router { 10.10.20.253; } } pool 10.10.30.0/24 { address-range low 10.10.30.1 high 10.10.30.250; router { 10.10.30.253; } } } } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } chassis { aggregated-devices { ethernet { device-count 10; } } } interfaces { ge-0/0/0 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ DHCP Test Test2 ]; } } } } ge-0/0/5 { unit 0 { family ethernet-switching { port-mode access; vlan { members 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 access; vlan { members Test2; } } } } vlan { unit 10 { family inet { address 10.10.10.253/24; } } unit 20 { family inet { address 10.10.20.253/24; } } unit 30 { family inet { address 10.10.30.253/24; } } } } 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.10.X"; vlan-id 10; l3-interface vlan.10; } Test { description "DHCP on 10.10.20.X"; vlan-id 20; l3-interface vlan.20; } Test2 { description "DHCP on 10.10.30.X"; vlan-id 30; l3-interface vlan.30; } }