vlan over multriple mikrotik devices

Hello,

Hereis my setup,

Any help is highly appreciated...

[router] HAPAC2 ::

br_vlan10_100
VLAN10/100
ether4 => SW1
VLAN10/100
ether5 => SW2

br_ap (192.168.200.3/24)
ether2 => AP1
ether4 => AP2

ip addresses:
vlan10 (192.168.10.3/24)
vlan100 (192.168.100.3/24)

DHCP servers configured for vlan10, vlan100, br_ap


[AP1] HAPAC ::

bridge:
ether2 (link port to HAPAC2)
wlan1
wlan2


br_ipcameras: (172.16.10.2/30)
ether3
ether4

DHCP server configured for br_ipcameras

============================================
end config for router+ AP1

============================================
SW1 =>
gi1 => uplink/trunk port to HAPAC2
gi3 (vlan10)
gi4 (vlan100)
gi7 (vlan500)

end config for SW1


What I'm a bit lost and have no idea howto do it:

On HAPAC, I'd like to create a vlan500 for br_ipcameras and to be able to access vlan500 also over port gi7(from SW1)

Please read this great tutorial:
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

Hi @erlinden ,

Now, supposing that i choose router-switch setup, where HAPAC2 is acting as router and HAPAC2 as switch/AP


[admin@HAP-AC_AP] > interface br pr     
Flags: X - disabled, R - running 
 0 R name="br_ipcam" mtu=auto actual-mtu=1500 l2mtu=1598 arp=enabled arp-timeout=auto 
     mac-address=B8:69:F4:F4:CC:C0 protocol-mode=rstp fast-forward=yes igmp-snooping=no auto-mac=yes 
     ageing-time=5m priority=0x8000 max-message-age=20s forward-delay=15s transmit-hold-count=6 
     vlan-filtering=no dhcp-snooping=no 

 1 R name="bridge" mtu=auto actual-mtu=1500 l2mtu=1598 arp=enabled arp-timeout=auto 
     mac-address=B8:69:F4:F4:CC:BF protocol-mode=rstp fast-forward=yes igmp-snooping=no auto-mac=no 
     admin-mac=B8:69:F4:F4:CC:BF ageing-time=5m priority=0x8000 max-message-age=20s 
     forward-delay=15s transmit-hold-count=6 vlan-filtering=yes ether-type=0x8100 pvid=1 
     frame-types=admit-all ingress-filtering=no dhcp-snooping=no



[admin@HAP-AC_AP] > interface br port pr
Flags: X - disabled, I - inactive, D - dynamic, H - hw-offload 
 #     INTERFACE           BRIDGE           HW  PVID PRIORITY  PATH-COST
 0     ether2              bridge           yes    1     0x80         10
 1 I H ether3              br_ipcam         yes  500     0x80         10
 2   H ether4              br_ipcam         yes  500     0x80         10
 3 I   sfp1                bridge           yes    1     0x80         10
 4     wlan2               bridge                  1     0x80         10
 5 I   wlan1               bridge                  1     0x80         10

but from this point I'm really lost....