Duplicate Radio Mac-Adresses

Hi,

We ran into a weird situation.
We are installing a wireless network of 9 Accespoints managed by capsman. AP110 to AP118
The AP’s are RB912uag-2hpnd boards with R11e- 5AcHD external radio cards.

Now it seems the R11e radios have no / duplicate mac addresses.
AP114 and AP115 both have the mac address 00:03:07:12:34:56 on their WLAN2 interface.
In the CAPSMAN they alternate their connection due to the mac conflict.

I cannot change the mac, since its managed by capsman.
When i disable capsman, change the mac and enable capsman, the mac is changed back to 00:03:07:12:34:56

Is this a manufacturing error / Firmware error on the R11e??
Tried ROS 6.48.3 and 6.47.10, no difference.

BR,
Ammer

do not play with MAC,
paste this, after backup and export on terminal of the CAPsMAN server, not to the AP:

/caps-man interface
:foreach i in=[find] do={
    :local radiomac [get $i radio-mac]
    :local actualmac [get $i mac-address]
     :if ($actualmac != $radiomac) do={
         set $i mac-address=$radiomac
     }
}