Community discussions

MikroTik App
 
severinss
just joined
Topic Author
Posts: 3
Joined: Sat Nov 09, 2024 10:12 am

Mikrotik Netmetal 5SHP dual tuning

Thu Apr 24, 2025 4:05 pm

Hi, I'm using two Mikrotik Netmetal 5SHP dual in a sort of p2p connection, where the AP has a Mikrotik mANT15s antenna connected to it, and should serve a larger area with Wifi for a remote controlled machine, where the Wifi is being used for transmitting controls from the remote operator station, and real time video is being fed back to the operator. The machine has the same radio mounted to it, but with two Poynting Omni 705 antennas connected. Does anyone have any suggestions on how to tune this for better performance? The link works sort of great with plenty of throughput, however the CCQ are pretty bad, and I cannot simply figure out how to set the MCS correctly etc. I'm sure there are more parameters to tune than I'm aware of. The machine are working freely within the 90 degree horizontal azimuth of the sector antenna, and at distance from 50 to 500 meters and more. Adding both configs..

Goal: get least amount of packet loss with greatest coverage, signal strength and signal quality. Used for real time (<100ms glass to glass) video streaming for high performance operation. About 10mbps throughput required for video, so lets say 20mbit needed in Wifi link. Simple L2 setup, [Operator computer <-ETH-> Mikrotik Netmetal Access point <---WIFI---> Mikrotik Netmetal client <-ETH-> Remote machine computer]

Thanks

AP:
# apr/24/2025 12:33:08 by RouterOS 6.49.18
# software id = 7J71-KB63
#
# model = RB921UAGS-5SHPacD
# serial number = ***
/interface bridge
add admin-mac=*** auto-mac=no comment=defconf name=bridge protocol-mode=none
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=*** supplicant-identity="" \
    wpa2-pre-shared-key=***
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode band=5ghz-onlyn \
    basic-rates-a/g=24Mbps channel-width=20/40mhz-eC country=no_country_set disabled=no \
    frequency=5805 frequency-mode=superchannel ht-basic-mcs=mcs-6,mcs-7,mcs-13,mcs-14 \
    ht-supported-mcs=mcs-6,mcs-7,mcs-13,mcs-14 hw-retries=15 installation=outdoor mode=\
    ap-bridge nv2-cell-radius=10 nv2-qos=frame-priority radio-name=SteerOpRadio rate-set=\
    configured rx-chains=0,1 security-profile=SteerRemote ssid=SteerRemote \
    supported-rates-a/g=24Mbps,36Mbps,48Mbps,54Mbps tx-chains=0,1 tx-power=10 tx-power-mode=\
    all-rates-fixed wireless-protocol=nv2 wps-mode=disabled
/queue simple
add name=streaming packet-marks=video priority=1/1 target=10.15.120.11/32
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=sfp1
add bridge=bridge comment=defconf interface=wlan1
/ip dhcp-client
add comment=defconf disabled=no interface=bridge
/ip dns
set servers=8.8.8.8
/ip firewall filter
add action=fasttrack-connection chain=forward
/ip firewall mangle
add action=mark-packet chain=forward new-packet-mark=video passthrough=yes port=9080 protocol=\
    udp
/system clock
set time-zone-name=Europe/Oslo
/system identity
set name=***

Client:
# apr/24/2025 12:34:16 by RouterOS 6.49.18
# software id = 230D-PTN6
#
# model = RB921UAGS-5SHPacD
# serial number = ***
/interface bridge
add admin-mac=*** auto-mac=no comment=defconf name=bridge protocol-mode=none
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=*** supplicant-identity="" wpa2-pre-shared-key=***
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=client-mode band=5ghz-onlyn basic-rates-a/g=24Mbps channel-width=20/40mhz-eC country=\
    no_country_set disabled=no frame-lifetime=1 frequency=auto frequency-mode=manual-txpower ht-basic-mcs=mcs-6,mcs-7,mcs-13,mcs-14 \
    ht-supported-mcs=mcs-6,mcs-7,mcs-13,mcs-14 hw-protection-mode=cts-to-self hw-retries=4 installation=outdoor mode=station-bridge \
    preamble-mode=short radio-name=SteerMachineRadio rate-set=configured rx-chains=0,1 security-profile=SteerRemote ssid=SteerRemote \
    supported-rates-a/g=24Mbps,36Mbps,48Mbps,54Mbps tx-chains=0,1 tx-power=20 tx-power-mode=all-rates-fixed wmm-support=enabled
/queue simple
add name=streaming packet-marks=video priority=1/1 target=10.15.120.11/32
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=sfp1
add bridge=bridge comment=defconf interface=wlan1
/ip dhcp-client
add comment=defconf disabled=no interface=bridge
/ip dns
set servers=8.8.8.8
/ip firewall filter
add action=fasttrack-connection chain=forward
/ip firewall mangle
add action=mark-packet chain=forward new-packet-mark=video passthrough=yes port=9080 protocol=udp
/system clock
set time-zone-name=Europe/Oslo
/system identity
set name=***
 
User avatar
Ca6ko
Long time Member
Long time Member
Posts: 554
Joined: Wed May 04, 2022 10:59 pm
Location: Kharkiv, Ukraine

Re: Mikrotik Netmetal 5SHP dual tuning

Thu Apr 24, 2025 6:06 pm

You have a few basic errors.
First, you are not using a (point-to-point) P2P system, but a point-to-machine P2M system. Their settings are slightly different. The main feature is that the signal level at (from) the mobile point is not stable, but fluctuates within large limits, the spread of at least 20 dB. Therefore, you can not disable modulation with low speeds and higher sensitivity.
Instead of changing the MSC you need to increase the buffer on the ports instead of the default 50 packets to 500 -1000.
Secondly, you tried to make a homemade MIMO antenna from 2 Poynting Omni 705, without qualification and special equipment to achieve an acceptable result will not be possible. You need to buy one MIMO antenna such as Poynting Omni 296.
Thirdly, enable 802.11 wireless transmission protocol, you do not need to use NV2.
Fourth, select the mode only AC
Fifth, disable protection from the hidden node you have only one hw-protection-mode=none.
Use the guard interval long.
 
severinss
just joined
Topic Author
Posts: 3
Joined: Sat Nov 09, 2024 10:12 am

Re: Mikrotik Netmetal 5SHP dual tuning

Fri Apr 25, 2025 9:26 am

Thanks for replying
1. Thanks for clearing up, since I'm a bit new to this and are only learning by doing.. or at least trying. What about going with a default setup for data rates and HT MCS? Where can I increase the buffer to 500-1000 packets?
2. I see. The reason I went for the dual omni 705 setup was to have some diversity in placement, since the machine we're speaking about is a CAT 325 excavator. The boom of the machine will sometimes get in the way of the antennas baseline - causing a glimpse of no Line of Sight from the single potential omni 296 antenna to the mANT sector antenna of the stationary AP. What will be ideal then? Is it possible to achieve some multi WAN bonding with e.g. a Mikrotik RB5009? I have this routerboard installed on the machine as a L2 switch for multiple devices, however I can assign another WAN port if this is feasible.
3. Alright
4. Alright
5. Alright
Any short explanation for the last three?

Updated configs
AP:
# apr/25/2025 09:39:42 by RouterOS 6.49.18
# software id = **
#
# model = RB921UAGS-5SHPacD
# serial number = **
/interface bridge
add admin-mac=** auto-mac=no comment=defconf name=bridge \
    protocol-mode=none
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=**\
    supplicant-identity="" wpa2-pre-shared-key=**
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyac basic-rates-a/g=24Mbps country=\
    no_country_set disabled=no frequency=5560 frequency-mode=superchannel \
    guard-interval=long ht-basic-mcs=mcs-6,mcs-7,mcs-10,mcs-13,mcs-14 \
    ht-supported-mcs=mcs-6,mcs-7,mcs-10,mcs-11,mcs-12,mcs-13,mcs-14 hw-retries=4 \
    installation=outdoor mode=ap-bridge nv2-qos=frame-priority radio-name=\
    SteerOpRadio rx-chains=0,1 security-profile=SteerRemote ssid=SteerRemote \
    supported-rates-a/g=24Mbps,36Mbps,48Mbps,54Mbps tx-chains=0,1 tx-power=40 \
    tx-power-mode=all-rates-fixed wireless-protocol=802.11 wps-mode=disabled
/queue type
add kind=pfifo name=pfifo-large pfifo-limit=2000
/queue simple
add name=queue queue=pfifo-large/pfifo-large target=10.15.120.11/32
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=sfp1
add bridge=bridge comment=defconf interface=wlan1
/ip dhcp-client
add comment=defconf disabled=no interface=bridge
/ip dns
set servers=8.8.8.8
/ip firewall filter
add action=fasttrack-connection chain=forward
/ip firewall mangle
add action=mark-packet chain=forward disabled=yes new-packet-mark=video \
    passthrough=yes port=9080 protocol=udp
/system clock
set time-zone-name=**
/system identity
set name=**
Client:
# apr/25/2025 09:43:28 by RouterOS 6.49.18
# software id = **
#
# model = RB921UAGS-5SHPacD
# serial number = **
/interface bridge
add admin-mac=** auto-mac=no comment=defconf name=bridge \
    protocol-mode=none
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=**\
    supplicant-identity="" wpa2-pre-shared-key=**
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyac basic-rates-a/g=24Mbps,54Mbps \
    country=no_country_set disabled=no frame-lifetime=1 frequency=auto \
    frequency-mode=manual-txpower guard-interval=long ht-basic-mcs=\
    mcs-6,mcs-7,mcs-10,mcs-11,mcs-13,mcs-14 ht-supported-mcs=\
    mcs-6,mcs-7,mcs-10,mcs-11,mcs-12,mcs-13,mcs-14 hw-retries=4 installation=\
    outdoor mode=station-bridge preamble-mode=short radio-name=SteerMachineRadio \
    rx-chains=0,1 security-profile=SteerRemote ssid=SteerRemote \
    supported-rates-a/g=24Mbps,36Mbps,48Mbps,54Mbps tx-chains=0,1 tx-power=40 \
    tx-power-mode=all-rates-fixed wmm-support=enabled
/queue type
add kind=pfifo name=pfifo-large pfifo-limit=2000
/queue simple
add name=pfifo queue=pfifo-large/pfifo-large target=10.15.120.12/32
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=sfp1
add bridge=bridge comment=defconf interface=wlan1
/ip dhcp-client
add comment=defconf disabled=no interface=bridge
/ip dns
set servers=8.8.8.8
/system clock
set time-zone-name=**
/system identity
set name=**
/system logging
add topics=wireless,info,error,interface,info
 
User avatar
Ca6ko
Long time Member
Long time Member
Posts: 554
Joined: Wed May 04, 2022 10:59 pm
Location: Kharkiv, Ukraine

Re: Mikrotik Netmetal 5SHP dual tuning

Sun Apr 27, 2025 6:41 pm

It is easier for me to connect via Anydesk than to teach you within the forum. Judging by your mistakes, your knowledge gaps are too big. For example, please explain why you set the output power to 40dBm. And what power can your device produce according to the specification?
On antennas in MIMO one antenna works in vertical polarization one in horizontal polarization. You connected two antennas in vertical polarization. Further the wavelength is within 5-6 cm so moving one antenna from the other by 1.5 cm radically changes the properties of the antennas. Therefore you need to replace the antenna.
For better performance you need to install 2-3 mANT15s around the working area.
 
severinss
just joined
Topic Author
Posts: 3
Joined: Sat Nov 09, 2024 10:12 am

Re: Mikrotik Netmetal 5SHP dual tuning

Sun Apr 27, 2025 6:50 pm

You're correct - I'm only into the very first basics of setting up a simple connection etc.
Send me an email on severin@steer.no if you're willing to help me a little bit.
Thanks