
config switch 'switch0'
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'
        option port_map '0 1 2 3 4'
        option port_list '0 1 2 3 4'
        option cpu_port '0t'

config switch_port 'port0'
        option port '0'
        option pvid '4094'
        option device 'switch0'
        option type 'general'
        option tag 't'
        option logical '1'

config switch_port 'port1'
        option port '1'
        option pvid '1'
        option device 'switch0'
        option type 'general'
        option tag 't'
        option logical '2'

config switch_port 'port2'
        option port '2'
        option pvid '1'
        option device 'switch0'
        option type 'general'
        option tag 't'
        option logical '3'

config switch_port 'port3'
        option port '3'
        option pvid '1'
        option device 'switch0'
        option type 'general'
        option tag 't'
        option logical '4'

config switch_port 'port4'
        option port '4'
        option pvid '1'
        option device 'switch0'
        option type 'general'
        option tag 't'
        option logical '5'

config switch_vlan 'vlan1'
        option name 'vlan1'
        option vlan '1'
        option desc 'LAN1'
        option users 'lan'
        option ports '1 2 3'
        option device 'switch0'

config switch_vlan 'vlan4094'
        option name 'vlan4094'
        option vlan '4094'
        option desc 'WAN'
        option users 'wan'
        option ports '0'
        option device 'switch0'
