I have this CAP (it is a wap ax running 7.18.2) saying it broadcasts 5ghz ssid - but it does clearly not.
interface/wifi/print
Flags: M - MASTER; D - DYNAMIC; B - BOUND; R - RUNNING
Columns: NAME, MASTER-INTERFACE
# NAME MASTER-INTERFACE
;;; managed by CAPsMAN DC:xx%bridgeLocal, traffic processing on CAP
;;; mode: AP, SSID: ap, channel: 2427/ax
;;; defconf
0 M BR wifi1
;;; managed by CAPsMAN DC:xx%bridgeLocal, traffic processing on CAP
;;; mode: AP, SSID: ap, channel: 5500/ax/Ceeeeeee/D
;;; defconf
1 M BR wifi2
;;; managed by CAPsMAN DC:xx%bridgeLocal, traffic processing on CAP
;;; mode: AP, SSID: ap-gast
;;; defconf
2 DBR wifi4 wifi1
I can’t find the reason why it stopped working. I was experimenting with the “qos-classifier” option when suddenly the interface did not come up anymore. Now the CAP only broadcasts 2.4ghz. I already used /interface/capsman/remote-cap/provision and /interface/wifi/radio/provision - but it did not change anything.
I am not willing to netinstall or reset right now. Anyone an idea?
# 2025-04-28 11:09:01 by RouterOS 7.18.2
# software id = xxxxx
#
# model = wAPG-5HaxD2HaxD
# serial number = xxxxx
/interface bridge
add admin-mac=xxxxxx auto-mac=no comment=defconf name=bridgeLocal
/interface wifi datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
/interface wifi
# managed by CAPsMAN DC:xx%bridgeLocal, traffic processing on CAP
# mode: AP, SSID: ap, channel: 2427/ax
set [ find default-name=wifi1 ] configuration.manager=capsman datapath=capdp disabled=no
# managed by CAPsMAN DC:xx%bridgeLocal, traffic processing on CAP
# mode: AP, SSID: ap, channel: 5500/ax/Ceeeeeee/D
set [ find default-name=wifi2 ] configuration.manager=capsman datapath=capdp disabled=no
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
/interface wifi cap
set discovery-interfaces=bridgeLocal enabled=yes slaves-datapath=capdp
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/system clock
set time-zone-name=Europe/Vienna
/system note
set show-at-login=no
On my notebook (AX200) I disabled 2.4ghz (via IWD config) because AX200 fails to connect to 20mhz 2.4ghz wireless - and it is disrupting wireless when the notebook trys to roam but fails connecting to 2.4ghz. So I do not use 2.4ghz on this device. But no 5ghz was seen. Then I also checked via Android analiti app - no 5ghz BSSID broadcasting. And Android itself said it uses 2.4ghz - despite standing 3m away from CAP. So 3 sources said: nothing there.
I gave up and enabled “backup wifi” on the capsman itself (it is an Chateau LTE12) - also provisioned by Capsman. And while we are writing here - suddenly I realized that wap ax 5ghz recovered magically and is broadcasting again. But I did not do a single change to config meanwhile.
This is something I never seen before. I only read such kind of issues here in the forum and I never believed that this could actually be true. But now I’ve seen myself I am a believer.
Could it be a radar detection incident? That should be reported in the logging.
I noticed you didn’t set channel width on 5GHz, running 160MHz might give some interference. And a personal note…running anything different from encryption=ccmp gave me lots of problems. But the radio should still be available.
Let’s see if I am able to reproduce or experience the issue somehow again. But right now I am happy that it is working again and I do not have to netinstall the CAP.