We have 2 mANT30 with NetMetal5 connected and can only establish a connection with NV2. The link is 33km with the signal at -68 and -74. Noise floor is -104 and signal to noise is 39 but the CCQ is 2/2%. We’ve tried 20Mhz wide channels on N and 20,40, and 80 Mhz on AC all with the same result. I have NV2 tdma set to 2 and distance at 36km.
AP
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=30 band=5ghz-onlyac channel-width=20/40/80mhz-eeCe country="united states" disabled=no distance=36 frequency=5300 frequency-mode=superchannel hide-ssid=yes l2mtu=1600 mode=ap-bridge nv2-cell-radius=36 nv2-preshared-key=password rx-chains=0,1 tx-chains=0,1 wireless-protocol=nv2
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=password
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/ip address
add address=172.16.2.4/29 interface=bridge1 network=172.16.2.0
/ip route
add distance=1 gateway=172.16.2.1
add distance=1 dst-address=172.16.2.32/27 gateway=172.16.2.2
add distance=1 dst-address=172.16.3.0/24 gateway=172.16.2.2
/system identity
set name=Mikrotik
/system leds
set 1 interface=wlan1
/system routerboard settings
set cpu-frequency=720MHz
Client
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=30 band=5ghz-onlyac channel-width=20/40/80mhz-eeCe country="united states" disabled=no frequency=auto frequency-mode=superchannel l2mtu=1600 nv2-preshared-key=password rx-chains=0,1 ssid=Mikrotik tx-chains=0,1 wireless-protocol=nv2
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys wpa2-pre-shared-key=password
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/ip address
add address=172.16.2.3/29 interface=bridge1 network=172.16.2.0
/ip route
add distance=1 gateway=172.16.2.1
/system leds
set 1 interface=wlan1
/system routerboard settings
set cpu-frequency=720MHz