I need some guidance on how to create/manage SSIDs on my new hap be3 media.
I read through the new documentation on manual.mikrotik.com, but I feel it's missing some crucial details (or maybe it's just me failing to connect the dots). I also did not find any relevent & up-to-date blogs/videos/tutorials online. For context - I work on network management (DNS, DHCP, VLAN, firewall, virtualization, storage, proxies, etc.) in an SMB, partially using Mikrotik hardware, so I configured the wired side of things (with VLANS, firewall, etc.), it's just the wireless that defeated me completely.
I want to create multiple SSIDs: some wifi 7 utilizing all three radios with MLO, some wifi 6 for older clients, some semi-legacy on 2.4 GHz for IoT, etc. So far I only managed to have one SSID running at a time.
The config setup components I understand so far as:
- radios = physical interfaces
- mld interfaces - logical devices combining individual radios (to e.g. allow MLO)
- networks - configurations of individual SSIDs
- labels - 'tags' for radios used to match netoworks to them? I'm not sure, I haven't found a way to neither assign them to radios nor specify them in networks
- provisioning - mysterious concept that I found no detailed explanation for. I noticed that when using "provision" command on a radio, it started to broadcast my (so far single) network, but on what logic or how were they matched? I have no clue...
I noticed that one can specify a single SSID directly on radio interface = not what I what since I need multiple SSIDs.
It's possible to create a mld interface and then select it on radios, so that given mld combines them to allow MLO = nice. But it's impossible to have multiple mld's active at the same time (to e.g. have one combining all three radios, one for 2.4+5GHz and one for 5+6GHz)?
I noticed that one can specify a single SSID on mld interface = not what I what since I need multiple SSIDs. Is there a way to 'attach' multiple SSIDs to given mld?
I tried to utilize profiles (by creating named configs for security, datapaths, etc.), but I noticed that when I selected them for my mld (which had SSID & Passphrase specified), at least the Ciphers and Encryption settings from my selected security profile were ignored, so I was serving open network for some time...
It seems that "network" is the way to go, but how am I supposed to match it with desired mld/radio? How does "provision" work?
My apologies for maybe too chaotic set of questions, I tried like a hundred combinations so far and neither does what I want. It would be nice to have some "clear path" for my desired setup, which to me doesn't seem that complicated, so I'm a bit astonished it's so unclear (but maybe it's just a me problem and other do not have such issues).