Greetings. There’s a task which I can’t solve (I’m quite new to MikroTiks). Initial data:
1. RouterOS 6.43
2. Mikrotik router (if it’s important test router is RB951Ui-2Hnd but task would be implemented on RB3011UiAS and others);
3. AP (not MikroTik - test AP is D-Link DAP-2360 but task would be implemented on HP VM200 and others);
4. 3 bridges - br1 (main LAN - eth2, eth3), br2 (Wi-Fi for employee’s phones, tablets, etc. - no ethernet ports assigned), br3 (guest Wi-Fi without access to br1 and br2 - no ethernet ports assigned). All bridges have different DHCP servers and pool IPs (e.g. br1 - 192.168.100.x; br2 - 192.168.15.x; br3 - 192.168.16.x);
5. At AP there’re 3 VLANs (for each SSID) - 1 (default - should be assigned to br1), 4 (for guest Wi-Fi - should be assigned to br3), 5 (for employee’s Wi-Fi - should be assigned to br2);
6. AP is connected to eth3
How I’d configure MikroTik to solve this task? I’ve tried many ways but because of lack of knowledge in MikroTiks I can’t solve this task with my own ![]()
P.S. If APs were MikroTiks there won’t be any difficulties - with CAPsMAN (all equipment was MikroTik) I solved this task few times and everything works great.