I currently have a MikroTik RB 1100, and couple of 52ac metal Access Points. All the APs has been wired connected to the RB1100. I manage these APs from the RB1100 using the CAPsMAN. And I configured them based on following guide: https://wiki.mikrotik.com/wiki/Manual:Simple_CAPsMAN_setup
Now, all CAPs/APs controlled by one CAPsMAN profile, due to some reason, I need to change the frequency channel to a different one on some of the APs. I am wondering can I create 2 CAPsMAN profile on the RB1100, and configure the CAPs/APs to choose which CAPsMAN profile to follow?
You can. After you created several CAPsMAN profiles, bind particular profile to particular CAP in /capsman profile … use radio-mac= property. It seems that when CAP wants to bind, profiles get searched from top to bottom and first match wins. Meaning that the general profile definition (without radio-mac set) should be the last in the list.
Thanks for your reply, I just tried this configuration. I moved the general Provisioning profile(which radio-mac=00:00:00:00:00:00) to the bottom, and add one on top of it with Radio A’s MAC address. But the radio A seems still took the general profile.
Is there any special interface configuration requirement for this to work? I currently have all APs configured only ether1 into the bridge, and configured this bridge as the CAP discovery interfaces.
In my case it’s MAC address of CAPs interface talking to CAPsMAN that needs to be configured in special profile … in particular it’s CAP’s bridge MAC address, not the wireless interface’s one …
It’s not necessary to configure anything else to make a particular CAP take custom profile settings.
In my scenario, the CAP got config from CAPsMAN if I put 00:00:00:00:00:00 as the Radio MAC in CAPsMAn provisioning. However, if I change the 00 MAC address to the bridge MAC address of the CAP radio. The CAP radio will get some random config I don’t know where from.
I am only using that Fortest configuration. Here is the output after I change the 00:00… MAC address to the CAP radio’s bridge MAC, and delete the other CAPsMAN configuration:
I don’t have any experience with Metal … so I’m only guessing … this device is peculiar because it has single dual-band radio. How does one select the band to operate (if setting up directly, not through capsman)? Simply by setting desired frequency band?
There are some slight differences in how certain things are configured. For example 40MHz channel is selected by setting channel-width=20/40mhz-XX for standalone device and by setting control-channel-width=20mhz extension-channel=XX for a CAP (extension-channel on standalone has different meaning). So it might happen that there’s some peculiarity when configuring Metal 52 as CAP?
Yes, it has a list contains all available band for you to choose from.
Might be, but everything works fine with 00:00:00:00:00:00 MAC address. If I leave all config as the same only change the 00 MAC to CAP radio’s bridge MAC, things stop working. This make me think could be something related to the connection?