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:
Code: Select all
# 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:
Code: Select all
# 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=***