Mikrotik ax point to point configuration

I am planning to buy two SXTsq ax devices to make a point to point link but I just figured out that wifi6 configuration interface looks completely different and I don’t know how to do that. Does anybody have working configuration to share or have some link to manual? I looked into Mikrotik wiki page but I can’t find this information.

Official documentation:
https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi
If you show how you would do it in the pre-wifi6 era, perhaps we can advice you?

I was looking for more something like this example:
https://www.cloudhosting.lv/eng/faq/MikroTik-configuration-for-point-to-point

This is my typical pre-wifi6 era point to point configuration:

Bridge side

/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyn basic-rates-a/g=“”
channel-width=20/40mhz-Ce country=no_country_set disabled=no frequency=
5805 frequency-mode=manual-txpower ht-basic-mcs=mcs-14 ht-supported-mcs=
mcs-14,mcs-15 installation=any mode=bridge nv2-security=enabled
radio-name=tower1 rate-set=configured ssid=tower1-tower2
supported-rates-a/g=“” wireless-protocol=nv2
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods=“” mode=dynamic-keys name=
802.11_Nstreme supplicant-identity=“”
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip address
add address=10.32.80.103/24 interface=bridge1 network=10.32.80.0
/ip dns
set servers=10.32.80.1
/ip route
add distance=1 gateway=10.32.80.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Riga
/system identity
set name=“tower1”


Station side

/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods=“” mode=dynamic-keys name=
802.11_Nstreme supplicant-identity=“”
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyn basic-rates-a/g=“”
channel-width=20/40mhz-Ce country=no_country_set disabled=no frequency=
5805 frequency-mode=manual-txpower ht-basic-mcs=mcs-14 ht-supported-mcs=
mcs-14,mcs-15 installation=any mode=station-bridge nv2-security=enabled
radio-name=tower2 rate-set=configured security-profile=
802.11_Nstreme ssid=tower1-tower2 supported-rates-a/g=“”
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip address
add address=10.32.80.104/24 interface=bridge1 network=10.32.80.0
/ip dns
set servers=10.32.80.1
/ip route
add distance=1 gateway=10.32.80.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Riga
/system identity
set name=“tower2”
/system package update
set channel=long-term

wireless-protocol=nv2

NV2 is not supported on ax devices

Please someone help me,

Quick summary: Four sector 19dbi 120degree antennas connected in both ch0 and ch1 of the netmetal ax using two splitter in offshore to cover 360degree. control room have one dish antenna 30dbi connected in netmetal 5AC. The distance is 6-8km. This setup is for monitor the offshore cctv footage from onshore. County is UAE.

After all the configuration done, it worked unstable for 8hrs. and after suddendly disconnected.
Now if i try to scan and connect, it shows an error “Failed to select frequency channel”.
How to solve this?, Pease some one help me. Thanks in advance.

Hello everyone,

I have two brand new SXTsq 5 ax devices (with Qualcomm radios), and I’m trying to establish a simple point-to-point (P2P) wireless link between them.

So far, I’ve managed to get a link working, but only when I manually scan for networks from the station-bridge side and connect after finding the AP. Without the manual scan, it doesn’t connect automatically.

Could someone please guide me on how to properly configure a stable P2P link so that the connection is established automatically on boot or reboot?
Any configuration tips or examples would be greatly appreciated.

Thanks in advance!