I just want trunk ports on the two sfp ports, vlan 200 on ports 5-8, vlan 100 on 2-4 and a DHCP server on vlan 200 to serve clients. I can't get any traffic across the vlans. I must be missing something SIMPLE. As a Cisco guy this would be 35 seconds of work.

I'm keeping eth1 as a management port until I figure this out otherwise I can't get into it after I apply everyting.
Hope somebody can help me see what I'm missing
Here's my config:/interface bridge
add name=BRIDGE vlan-filtering=yes
/interface vlan
add interface=BRIDGE name=DATA vlan-id=100
add interface=BRIDGE name=WLAN vlan-id=200
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip pool
add name=dhcp_pool0 ranges=192.160.10.10-192.160.10.240
/ip dhcp-server
add address-pool=dhcp_pool0 interface=WLAN name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge=BRIDGE interface=ether2
add bridge=BRIDGE interface=ether3
add bridge=BRIDGE interface=ether4
add bridge=BRIDGE interface=ether5
add bridge=BRIDGE interface=ether6
add bridge=BRIDGE interface=ether7
add bridge=BRIDGE interface=ether8
add bridge=BRIDGE interface=sfp-sfpplus1
add bridge=BRIDGE interface=sfp-sfpplus2
/interface bridge vlan
add bridge=BRIDGE tagged=sfp-sfpplus1,BRIDGE,sfp-sfpplus2 untagged=\
ether2,ether3,ether4 vlan-ids=100
add bridge=BRIDGE tagged=sfp-sfpplus1,sfp-sfpplus2,BRIDGE untagged=\
ether5,ether6,ether7,ether8 vlan-ids=200
/ip address
add address=192.168.0.241/24 interface=DATA network=192.168.0.0
add address=192.160.10.1/24 interface=WLAN network=192.160.10.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=192.160.10.0/24 gateway=192.160.10.1
/system note
set show-at-login=no
/system routerboard settings
set boot-os=router-os