I had 2 "wireless" (=older) devices running as accesspoints, my crs328 did the job as capsman (controller).
Now I wanted to switch to newer accesspoints and bought 2 cAPGi-5HaxD2HaxD
In one thread I read that I could use old and new capsman together, but it didn't work, so I canceled capsman on the crs328 and started the new wifi package on my VM.
That worked so far, I come (with my configuration settings for wifi) to the point where my first accesspoint "knows" that it is managed by my capsman.
My problem now is, that the accesspoint doesn't start showing the SSID, and both of the entries in chapter "WiFi" are empty so far; just showing wifi1 and wifi2, but empty.
On my first accesspoint:
[admin@MikroTik] /interface/wifi> export
# 2024-06-11 15:47:07 by RouterOS 7.15.1
# software id = 9J12-2RZ6
#
# model = cAPGi-5HaxD2HaxD
# serial number = ***
/interface wifi
# managed by CAPsMAN
set [ find default-name=wifi1 ] configuration.manager=capsman-or-local .mode=ap datapath=capdp
# managed by CAPsMAN
set [ find default-name=wifi2 ] configuration.manager=capsman datapath=capdp
/interface wifi cap
set caps-man-addresses=10.43.210.254 discovery-interfaces=LAN-Bridge enabled=yes slaves-datapath=capdp
/interface wifi datapath
add bridge=LAN-Bridge comment=defconf disabled=no name=capdp
# 2024-06-11 15:48:56 by RouterOS 7.15
# software id =
#
/interface wifi
add name=cap-wifi1 radio-mac=D4:01:C3:94:99:A2
add name=cap-wifi2 radio-mac=D4:01:C3:94:99:A1
/interface wifi channel
add band=5ghz-n disabled=no frequency=2300-7300 name=channel1 skip-dfs-channels=all width=20mhz
add band=2ghz-n disabled=no frequency=2300-7300 name=channel2 skip-dfs-channels=all width=20mhz
/interface wifi datapath
add bridge=LAN-Bridge disabled=no name=datapath1 vlan-id=1
/interface wifi security
add authentication-types=wpa2-psk disabled=no name=R403-Wifi6-security
/interface wifi configuration
add channel=channel1 country=Austria datapath=datapath1 datapath.bridge=LAN-Bridge disabled=no manager=capsman mode=ap name=R403-Wifi6 security=R403-Wifi6-security security.ft=no ssid=R403-Wifi6
add channel=channel2 country=Austria datapath=datapath1 disabled=no mode=ap name=R403-Wifi.alt security=R403-Wifi6-security ssid=R403-Wifi.alt
/interface wifi capsman
set ca-certificate=auto certificate=auto enabled=yes interfaces=LAN-Bridge package-path="" require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-enabled disabled=no master-configuration=R403-Wifi6 radio-mac=00:00:00:00:00:00
added
(1) on the capsman controller I see the accesspoint under "remote cap"
(2) instead provisioning as "create enabled" I also tested dynamically
(3) on the controller I also see 2 cap-interfaces cap-wifi1 and cap-wifi2
(4) this vm is my main router / firewall / ... I have a rule to allow any traffic within the subnet, so incoming and outgoing within the local lan is (should be, if I didn't a mistake) allowed.
I'm thankful for anykind of help!
Erik