Help needed with wifi of Mikrotik hap AX2

Hi all!

Regarding setup of wifi on 3 Mikrotik hap AX2.

On all different vendors, for example, on a house with 3 floors, I will set non overlap channels:

-Floor 1 - 5ghz channel 36 - 2.4ghz channel 1
-Floor 2 - 5ghz channel 40 - 2.4ghz channel 6
-Floor 2 - 5ghz channel 44 - 2.4ghz channel 11

But on mikrotik wifi don’t apeear this kind of settings.

Can anyone help me? Cause I want to put this channel on each one…
hap ax2.png

It made me smile…

Instead of channels, MikroTik uses frequencies. To get an indication of how you can us it:

/interface wifi channel
add band=2ghz-ax disabled=no frequency=2412 name=CHAN-1 width=20mhz
add band=2ghz-ax disabled=no frequency=2437 name=CHAN-6 width=20mhz
add band=2ghz-ax disabled=no frequency=2462 name=CHAN-11 width=20mhz

add band=5ghz-ax disabled=no frequency=5500 name=CHAN-100 width=20/40/80mhz

Make sure to check which radio is wifi 2.4GHz and which 5GHz.

I often check the information on wikipedia:
https://en.wikipedia.org/wiki/List_of_WLAN_channels#2.4_GHz_(802.11b/g/n/ax/be)
https://en.wikipedia.org/wiki/List_of_WLAN_channels#5_GHz_(802.11a/h/n/ac/ax/be)

Many many thanks!!!