## 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.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; } } } } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } chassis { aggregated-devices { ethernet { device-count 10; } } auto-image-upgrade; } interfaces { 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 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 192.168.1.254; } } 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; } }