CRS112XX VLAN Trunks

Not sure if this is in the right section but I have racked my brain trying to figure out this VLAN / Trunk Issues.

We are a WISP trying to provide a solution for a customer setting up their own little network with AP’s and CRS112-8G-4S-IN. We have 4 VLANS that need to be used and one tower will have 4 APs,
I have gone through some wiki’s but still can’t seem to get the devices online and the switches to be seen from the NOC.
Here is how I’m trying to set things up
VLANS:
ether 1 - VLAN 180 (Trunk)
ether 2 - VLAN 182
ether 3 - VLAN 184
ether 4 - VLAN 186
ether 5 - AP (Trunk)
ether 6 - AP (Trunk)
ether 7 - AP (Trunk)
ether 8 - AP (Trunk)
sfp 9 - (Trunk)

Here is the script from the switch

jan/05/2002 02:59:03 by RouterOS 6.43.4

software id = PXS0-WQ4S

model = CRS112-8G-4S

serial number = 84C807C7A756

/interface bridge
add admin-mac=64:D1:54:B3:D0:84 auto-mac=no name=bridge protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] speed=100Mbps
set [ find default-name=ether2 ] speed=100Mbps
set [ find default-name=ether3 ] speed=100Mbps
set [ find default-name=ether4 ] speed=100Mbps
set [ find default-name=ether5 ] speed=100Mbps
set [ find default-name=ether6 ] speed=100Mbps
set [ find default-name=ether7 ] speed=100Mbps
set [ find default-name=ether8 ] speed=100Mbps
set [ find default-name=sfp9 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp10 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp11 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp12 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
/interface vlan
add interface=ether1 name=vlan180 vlan-id=180
/interface ethernet switch
set drop-if-invalid-or-src-port-not-member-of-vlan-on-ports=
ether1,ether2,ether3,ether4,sfp9
/interface ethernet switch trunk
add member-ports=ether1,ether8,sfp9,ether7,ether6,ether5 name=
“trunk 1-5-6-7-8-SFP”
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge interface=ether1
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=sfp9
add bridge=bridge interface=sfp10
add bridge=bridge interface=sfp11
add bridge=bridge interface=sfp12
/interface ethernet switch egress-vlan-tag
add tagged-ports=“trunk 1-5-6-7-8-SFP” vlan-id=182
add tagged-ports=“trunk 1-5-6-7-8-SFP” vlan-id=184
add tagged-ports=“trunk 1-5-6-7-8-SFP” vlan-id=186
/interface ethernet switch ingress-vlan-translation
add new-customer-vid=182 ports=ether2 sa-learning=no
add new-customer-vid=184 ports=ether3 sa-learning=no
add new-customer-vid=186 ports=ether4 sa-learning=no
/interface ethernet switch vlan
add learn=no ports=“trunk 1-5-6-7-8-SFP,ether2” vlan-id=182
add learn=no ports=“trunk 1-5-6-7-8-SFP,ether3” vlan-id=184
add learn=no ports=“trunk 1-5-6-7-8-SFP,switch1-cpu,ether4” vlan-id=186
add learn=no ports=“trunk 1-5-6-7-8-SFP,switch1-cpu” vlan-id=180
/ip address
add address=10.0.0.37/24 interface=bridge network=10.0.0.0
add address=10.0.0.32/24 interface=vlan180 network=10.0.0.0
/ip dns
set servers=10.0.0.1
/ip route
add distance=1 gateway=10.0.0.1
/system identity
set name=STCTowerMT-01
/system ntp client
set enabled=yes primary-ntp=69.164.213.136 secondary-ntp=162.210.110.4
/system routerboard settings
set silent-boot=no

Maybe I’m standing too close to this at this point and thats why I need another set of eyes on this. Another issue I noticed was once I plug an AP into its port I can no longer ping the switch even though I am directly connected to it on another AP port.