Page 1 of 1
7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 1:12 pm
by Foroxon
Can't make a post on 7.13 Beta topic, so I hope somebody finds my feedback here.
I have RB5009 as CAPsMAN and ax2 and ax3 as CAPs.
Upgraded my ax2 to 7.13beta2 and got a "no available channels" error for 5Ghz interface.
RB5090 and ax3 on RouterOS 7.12 and all working fine there.
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 1:27 pm
by holvoetn
I have the exact same setup at home which I use for testing as well before moving to production devices on my clients network.
For now still on 7.13b1, everything working smooth using VLANs and everything.
Is something mentioned in log file of AX2 ? I ask because I saw someone mentioning a problem with default config after upgrade to 7.13b2.
Can you post config of AX2 as it is now ?
Also wifi part of RB5009 acting as capsman controller, please.
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 1:52 pm
by Foroxon
Sure
# hap ax2 config:
#
# 2023-11-15 13:32:42 by RouterOS 7.13beta2
#
# model = C52iG-5HaxD2HaxD
# serial number = ******************
/interface bridge
add admin-mac=xx:xx:xx:xx:xx:xx auto-mac=no comment=defconf name=bridgeLocal port-cost-mode=short
/interface wifi datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
/interface wifi
# managed by CAPsMAN
# mode: AP, SSID: **********, channel: 5500/ax/Ceee
# no available channels
set [ find default-name=wifi1 ] configuration.country=Canada .manager=capsman .mode=ap .ssid=Home datapath=capdp disabled=no
# managed by CAPsMAN
# mode: AP, SSID: **********, channel: 2437/n/Ce
set [ find default-name=wifi2 ] configuration.country=Canada .manager=capsman .mode=ap .ssid=Home datapath=capdp disabled=no
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1 internal-path-cost=10 path-cost=10
add bridge=bridgeLocal comment=defconf interface=ether2 internal-path-cost=10 path-cost=10
add bridge=bridgeLocal comment=defconf interface=ether3 internal-path-cost=10 path-cost=10
add bridge=bridgeLocal comment=defconf interface=ether4 internal-path-cost=10 path-cost=10
add bridge=bridgeLocal comment=defconf interface=ether5 internal-path-cost=10 path-cost=10
/interface detect-internet
set detect-interface-list=all
/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/Kiev
/system identity
set name="hAP ax2"
/system note
set show-at-login=no
/system package update
set channel=testing
# RB5009 wifi config:
#
# 2023-11-15 13:35:35 by RouterOS 7.12
#
# model = RB5009UPr+S+
# serial number = ********************
/interface bridge
add admin-mac=xx:xx:xx:xx:xx:xx auto-mac=no comment=defconf name=bridge vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan20 vlan-id=20
/interface wifiwave2 channel
add band=2ghz-n disabled=no frequency=2412,2437,2462 name=2G
add disabled=no name=5G
/interface wifiwave2 datapath
add bridge=bridge disabled=no name=Datapath-local
add bridge=bridge disabled=no name=Datapath-guest vlan-id=20
/interface wifiwave2 security
add connect-priority=0 disabled=no ft=yes name=Security
add connect-priority=0 disabled=no ft=yes name=Security-guest
/interface wifiwave2 configuration
add channel=2G country=Canada datapath=Datapath-local disabled=no mode=ap name=2Ghz security=Security security.connect-priority=0 ssid=****** steering=******
add channel=5G country=Canada datapath=Datapath-local disabled=no mode=ap name=5Ghz security=Security security.connect-priority=0 ssid=****** steering=******
add channel=2G country=Canada datapath=Datapath-guest disabled=no name="2Ghz Guest" security=Security-guest security.connect-priority=0 ssid=******
add channel=5G country=Canada datapath=Datapath-guest disabled=no name="5Ghz Guest" security=Security-guest security.connect-priority=0 ssid=******
/interface wifiwave2 steering
add disabled=no name=*********** neighbor-group=dynamic-*********-fc2a2e78 rrm=yes wnm=yes
/ip dhcp-server
add address-pool=dhcp interface=bridge lease-time=10m name=dhcp-local
add address-pool=guest interface=vlan20 name=dhcp-guest
/queue simple
add max-limit=50M/50M name="Guest Limits" target=vlan20
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf disabled=yes interface=sfp-sfpplus1
add bridge=bridge interface=ether1
/interface bridge vlan
add bridge=bridge tagged=bridge,ether2,ether8 vlan-ids=20
/interface detect-internet
set detect-interface-list=all
/interface list member
add comment=defconf interface=bridge list=LAN
add interface=sfp-sfpplus1 list=WAN
/interface wifiwave2 capsman
set ca-certificate=auto enabled=yes interfaces=bridge package-path="" require-peer-certificate=no upgrade-policy=none
/interface wifiwave2 provisioning
add action=create-dynamic-enabled disabled=no master-configuration=2Ghz name-format="" slave-configurations="2Ghz Guest" supported-bands=2ghz-n
add action=create-dynamic-enabled disabled=no master-configuration=5Ghz name-format="" slave-configurations="5Ghz Guest" supported-bands=5ghz-ax
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:05 pm
by holvoetn
Can you also provide on AX2 output for
/interface wifiwave2 radio reg-info country=Canada number=0
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:07 pm
by holvoetn
Added: you left 5GHz channel selection to auto.
What if you do specify a frequency (pick one preferably not in DFS range) ?
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:09 pm
by Foroxon
Can you also provide on AX2 output for
/interface wifiwave2 radio reg-info country=Canada number=0
Here it is:
/interface wifiwave2 radio reg-info country=Canada number=0
ranges: 2402-2472/30
5170-5250/24/indoor
5250-5330/24/dfs
5490-5590/24/dfs
5650-5730/24/dfs
5735-5835/30
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:16 pm
by holvoetn
Q: why do you use Canadian country settings when you are based in Kiev ?
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:23 pm
by Foroxon
I have a better WiFi signal with Canadian country settings )
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:25 pm
by Foroxon
Added: you left 5GHz channel selection to auto.
What if you do specify a frequency (pick one preferably not in DFS range) ?
Ok. Looks like it's working now with hardcoded 5Ghz frequency (5745), but why it doesn't work with auto freq config?
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:37 pm
by holvoetn
DFS detection, perhaps ?
Normally it should move to another frequency on its own.
(but maybe it got confused because it thinks it is in Canada
![Laughing :lol:](./images/smilies/icon_lol.gif)
)
Can you downgrade to 7.13b1 to test again with auto ?
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:40 pm
by Foroxon
Tested yesterday on 7.13b1, same behaviors as on 7.13b2
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:41 pm
by holvoetn
And if you set country correctly as it should be ?
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 2:53 pm
by Foroxon
Looks like it fixed the issue. But now I have a weaker signal (
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 3:02 pm
by holvoetn
Yes, that's a consequence from Mikrotik observing quite strictly country settings (as everyone should but some manufacturers are quite a bit less obeying).
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 4:50 pm
by erlinden
Looks like it fixed the issue. But now I have a weaker signal (
Is that a problem? Your accesspoint is probably still sending with higher signal than the mobile device.
Stronger is not always better...
Re: 7.13 Beta 5Ghz issue (hap ax2)
Posted: Wed Nov 15, 2023 7:05 pm
by anav
Q: why do you use Canadian country settings when you are based in Kiev ?
Everything is better in Canada!!