Hello, i'm a beginner still with the ways of RouterOS configuration and came upon a hurdle i haven't been able to overcome with just the documentation and old posts. I have a simple hEX S + cAP ac setup that has been working fine managed by CAPsMAN on the hEX S using thewireless package, but now with the wifi-qcom-ac package, i can only get the 5GHz bands working, the 2.4GHz bands are missing completely. I need to have both bands for device compatibility.
Steps i have taken:
- Upgraded RouterOS on both devices to the latest available version
- Removed the
wirelesspackage on both devices - Installed the
wifi-qcom-acpackage on the cAP ac only (i understood it's not required on the hEX S when it's only in the CAPsMAN manager role) - Reset the cAP ac to defaults to start off from a clean slate with caps-mode on with
/system reset-configuration caps-mode=yes - Configured the new CAPsMAN on the hEX S to settings that more or less match the old CAPsMAN config, to the best of my ability and provisioned them to the cAP ac
- Observed that the 5GHz network came online and works, but there is no sign of the 2.4GHz network anywhere
Could you guys help me out with figuring out what's the missing piece? Below is my old and new configuration. Feel free to point out unnecessary or wrong settings.
Old config:
/caps-man channel
add band=2ghz-g/n name=2G
add band=5ghz-n/ac name=5G
/caps-man datapath
add bridge=br0 local-forwarding=yes name=Default
/caps-man security
add authentication-types=wpa2-psk name=Default
/caps-man configuration
add channel=2G country=finland datapath=Default installation=indoor mode=ap name=Murmur2G security=Default ssid=Murmur
add channel=5G country=finland datapath=Default installation=indoor mode=ap name=Murmur5G security=Default ssid=Murmur
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=an,ac,a master-configuration=Murmur5G name-format=prefix-identity name-prefix=5g
add action=create-dynamic-enabled hw-supported-modes=gn,g master-configuration=Murmur2G name-format=prefix-identity name-prefix=2g
New config:
/interface wifi channel
add band=5ghz-ac deprioritize-unii-3-4=yes disabled=no name=5GHz skip-dfs-channels=all
add band=2ghz-n deprioritize-unii-3-4=yes disabled=no name=2Ghz skip-dfs-channels=all
/interface wifi datapath
add bridge=br0 disabled=no name=DefaultDatapath
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=DefaultSecurity
/interface wifi steering
add disabled=no name=DefaltSteering rrm=yes wnm=yes
/interface wifi configuration
add channel=5GHz country=Finland datapath=DefaultDatapath disabled=no installation=indoor mode=ap name=Default5Ghz security=DefaultSecurity ssid=Murmur steering=DefaltSteering
add channel=2Ghz country=Finland datapath=DefaultDatapath disabled=no installation=indoor mode=ap name=Default2Ghz security=DefaultSecurity ssid=Murmur steering=DefaltSteering
/interface wifi capsman
set ca-certificate=auto enabled=yes require-peer-certificate=no upgrade-policy=require-same-version
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no identity-regexp=accesspoint master-configuration=Default5Ghz supported-bands=5ghz-ac
add action=create-dynamic-enabled disabled=no identity-regexp=accesspoint master-configuration=Default2Ghz supported-bands=2ghz-n