hAP ac^3
7.18.2 (stable)
I have successfully configured 5Ghz radio, but get "no supported channel" for 2.4Ghz
Code: Select all
[admin@MTmain] > caps-man export hide-sensitive
# 2025-04-30 11:25:35 by RouterOS 7.18.2
# software id = VYM6-PKBY
#
# model = RBD53iG-5HacD2HnD
# serial number = ****
/caps-man channel
add band=5ghz-a/n/ac control-channel-width=20mhz name=channel5g
add band=2ghz-b/g/n name=channel2g
/caps-man security
add authentication-types=wpa-psk,wpa2-psk encryption=aes-ccm name=\
"security profile"
/caps-man configuration
add channel=channel5g country=lithuania datapath.bridge=bridge1 installation=\
any name=cfg-5g security="security profile" ssid=B5AH15
add channel=channel2g country=lithuania datapath.bridge=bridge1 installation=\
any name=cfg-2g security="security profile" ssid=B5AH12
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg-5g name-format=\
identity
add action=create-dynamic-enabled master-configuration=cfg-2g name-format=\
identity
What am I doing wrong?