MikroTik CAPsMAN AX Multiple SSIDs with VLANs

Hey Guys, I’ve created a youtube video based on my CAPsMAN ax experiences with multiple VLANS and SSID's

Hope this helps.

https://youtu.be/qiCyMNn7x4s

Any chance you have a text-based instruction?
I don’t like going through videos in general for tech stuff. Not searchable.
I setup the same @ home, I could review it.

I understand, but specifically for this video i captured a live system and didn’t do it from scratch

48 Minutes?

NO.

Let me help out the people in the back.

Caps-Man with the chip set drivers is an order of magnitude better than the old hand written drivers, In keeping devices connected. However the introduction of Mediatek brought new issues. Which never gets past the fact that they still get curbstomped by many other manufactures… and the cheap price and caps-man controller doesn’t mean much when the performance lags.

Regarding APs selecting same freq on boot of main router i use this script on startup to quick fix them when router reboots, at least In clean environments then i dont even use re-select interval as it can cause random dropouts during day.

:delay 30
:local radios [/interface wifi radio find]:foreach cap in=$radios do={:delay 10/interface wifi radio provision $cap}

Why is it so difficult to do this on the CAP?
Why create VLANs on the CAP manually?
It's all created automatically on the controller.

I gave up and manually set the radio channels.

If you are using trunks ports, vlan filtering on the bridge is required. Beats me why the wifi interfaces were added (perhaps you were referring to that?).

Start using MVRP and your life ist getting much more easy!

What is that?