Hi, I’m having problems using capsman (wifiwave2). I have an hAP AX3 and a cAP AX configured:
hAP:
[admin@MikroTik] /interface/wifiwave2/capsman> export
# 2023-10-01 19:58:45 by RouterOS 7.11.2
# software id = **ELIDED**
#
# model = C53UiG+5HPaxD2HPaxD
# serial number = redacted
/interface wifiwave2 capsman
set ca-certificate=auto enabled=yes interfaces=ether1,ether2,ether3,ether4 package-path=\
"" require-peer-certificate=no upgrade-policy=none
cAP AX:
[admin@MikroTik] /interface/wifiwave2> export
# 2023-10-01 19:48:42 by RouterOS 7.11.2
# software id = **ELIDED**
#
# model = cAPGi-5HaxD2HaxD
# serial number = redacted
/interface wifiwave2
# no connection to CAPsMAN
add configuration.manager=capsman datapath=capdp
# no connection to CAPsMAN
add configuration.manager=capsman datapath=capdp
/interface wifiwave2 cap
set caps-man-addresses=192.168.88.1 discovery-interfaces=bridgeLocal enabled=yes \
slaves-datapath=capdp
/interface wifiwave2 datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
[admin@MikroTik] /interface/wifiwave2> /interface/bridge export
/interface bridge
add admin-mac=redacted auto-mac=no comment=defconf name=bridgeLocal
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
However, as you can see, the cAP AX doesn’t get it’s interfaces configured, and I’m a bit stumped as to why. the cAP AX is powered via the PoE out on ether1 of the hAP AX3, and gets an ip address correctly, so there is connectivity:
[admin@MikroTik] /interface> print
Flags: X - DISABLED, R - RUNNING; S - SLAVE
Columns: NAME, TYPE, ACTUAL-MTU, L2MTU, MAX-L2MTU, MAC-ADDRESS
# NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU MAC-ADDRESS
0 RS ether1 ether 1500 1568 9214 redacted
1 S ether2 ether 1500 1568 9214 redacted
;;; defconf
2 R bridgeLocal bridge 1500 1568 redacted
;;; no connection to CAPsMAN
3 X wifi1 wifi redacted
;;; no connection to CAPsMAN
4 X wifi2 wifi redacted
Any thoughts are appreciated.