Hello,
I’ve have a small test setup consiting of an AC LIte as CAPSMAN Server and a HAP AX2 as a CAP Client. Both have ROS 7.15.3 installed.
I get no connection on the AX2 although I see UDP traffic from the AX into the CAPSMAN through torch. I guess it has to do with the CAPMAN server
This is the CAPSMAN configuration
2024-08-23 21:44:51 by RouterOS 7.15.3
software id = L4DJ-R5PC
model = RB952Ui-5ac2nD
/caps-man channel
add band=2ghz-b/g/n name=channel-2ghz
/interface bridge
add admin-mac=48:8F:5A:28:A5:8B auto-mac=no comment=defconf name=bridge
port-cost-mode=short
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX
distance=indoors frequency=auto installation=indoor mode=ap-bridge ssid=
MikroTik-28A590 wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=
20/40/80mhz-XXXX distance=indoors frequency=auto installation=indoor
mode=ap-bridge ssid=MikroTik-28A58F wireless-protocol=802.11
/caps-man datapath
add bridge=bridge name=datapath-local
/caps-man security
add authentication-types=wpa-psk,wpa2-psk encryption=aes-ccm name=security1
/caps-man configuration
add channel=channel-2ghz country=spain datapath=datapath-local name=
cfg-local-2ghz security=security1 ssid=WIFI-TEST
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/caps-man manager
set ca-certificate=auto enabled=yes
/caps-man provisioning
add action=create-enabled master-configuration=cfg-local-2ghz
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2
internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether3
internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether4
internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether5
internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=wlan1
internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=wlan2
internal-path-cost=10 path-cost=10
add bridge=bridge ingress-filtering=no interface=ether1 internal-path-cost=10
path-cost=10
/ip firewall connection tracking
set udp-timeout=10s
/ip neighbor discovery-settings
set discover-interface-list=LAN
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface ovpn-server server
set auth=sha1,md5
/ip dhcp-client
add comment=defconf interface=bridge
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/routing bfd configuration
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5
/system clock
set time-zone-name=Europe/Madrid
/system identity
set name=“CapsMan TEst”
/system note
set show-at-login=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
and this is the AX2 configuration
2024-08-23 21:46:55 by RouterOS 7.15.3
software id = J6GT-ETZP
model = C52iG-5HaxD2HaxD
/interface bridge
add admin-mac=48:A9:8A:DA:B2:D9 auto-mac=no comment=defconf name=bridgeLocal
/interface wifi datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
/interface wifino connection to CAPsMAN
add channel.band=5ghz-ax configuration.manager=capsman .mode=ap datapath=
capdp disabled=no radio-mac=48:A9:8A:DA:B2:DE security.connect-priority=0no connection to CAPsMAN
add channel.reselect-interval=1m configuration.manager=capsman .mode=ap
datapath=capdp disabled=no radio-mac=48:A9:8A:DA:B2:DF
security.connect-priority=0
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
add bridge=bridgeLocal comment=defconf interface=ether3
add bridge=bridgeLocal comment=defconf interface=ether4
add bridge=bridgeLocal comment=defconf interface=ether5
/interface wifi cap
set caps-man-addresses=CAMPSMAN_IP discovery-interfaces=all enabled=yes
slaves-datapath=capdp
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/system clock
set time-zone-name=Europe/Madrid
/system note
set show-at-login=no
Any help would be appreciated.