Hello everyone, I just set up a wireless network based on Mikrotik with 350km long, but I’m experiencing serious performance problems. For example when I run a test band straight from point A to point B the band is expected, run the test from point B to point C all ok, but when I run the test from A to C band drops significantly around the half of what goes in each segment, following drawings and configuration of RBs.
Now appreciate the help.
…Point A…Point B… Point C
…RB 1100 AH…>>>Network cable>>> RB 433AH + R52Hn >>> Wireless Link 34km >>> RB 433AH + R52Hn
…>>>A to B 90mbps>>>…>>>B to C 107mbps>>>
…>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
…A to C 53mbps
and it gets worse every repeater
Config Point B
jan/01/1970 21:53:55 by RouterOS 6.1
software id = 8CBB-BFJK
/interface bridge
add l2mtu=1526 name=PTP protocol-mode=rstp
/interface wireless
set 0 band=5ghz-onlyn channel-width=20/40mhz-ht-above disabled=no frequency=5200 ht-ampdu-priorities=0,1,2,3,4,5,6,7 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=
station-bridge name=RX-MGFG nv2-cell-radius=34 nv2-preshared-key=xxxxxxxxxx nv2-security=enabled ssid=DBT-MGFG wireless-protocol=nv2
/ip neighbor discovery
set RX-MGFG discover=no
/port
set 0 name=serial0
/interface bridge port
add bridge=PTP interface=ether1
add bridge=PTP interface=RX-MGFG
/interface wireless align
set receive-all=yes ssid-all=yes
/ip address
add address=172.16.5.10/24 interface=ether1 network=172.16.5.0
/ip firewall connection tracking
set enabled=no
/ip route
add check-gateway=ping distance=1 gateway=172.16.5.254
add check-gateway=ping distance=2 gateway=172.16.5.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set api disabled=yes
/system identity
set name=RB_F-GUAIBA
/system ntp client
set enabled=yes mode=unicast primary-ntp=172.16.1.4
Config Point C
jan/02/1970 00:41:53 by RouterOS 6.1
software id = 6IK4-SFQJ
/interface bridge
add l2mtu=2290 name=BR_PTP
/interface wireless
set 0 band=5ghz-onlyn channel-width=20/40mhz-ht-above disabled=no frequency=5260 ht-ampdu-priorities=0,1,2,3,4,5,6,7 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=
station-bridge name=RX-SEMG nv2-cell-radius=74 nv2-preshared-key=xxxxxxxxxxxxxxx nv2-security=enabled ssid=DBT-SEMG tdma-period-size=3 wireless-protocol=nv2
set 1 band=5ghz-onlyn basic-rates-a/g=54Mbps basic-rates-b=11Mbps channel-width=20/40mhz-ht-above disabled=no frequency=5825 ht-ampdu-priorities=0,1,2,3,4,5,6,7
ht-basic-mcs=mcs-10 ht-rxchains=0,1 ht-supported-mcs=mcs-10,mcs-11,mcs-12,mcs-13,mcs-14,mcs-15,mcs-16,mcs-17,mcs-18,mcs-19,mcs-20,mcs-21,mcs-22,mcs-23 ht-txchains=0,1
l2mtu=2290 mode=ap-bridge name=TX-MGFG nv2-cell-radius=34 nv2-preshared-key=xxxxxxxxxxxxxxx nv2-security=enabled rate-set=configured ssid=DBT-MGFG supported-rates-a/g=
54Mbps supported-rates-b=11Mbps wireless-protocol=nv2
/ip neighbor discovery
set RX-SEMG discover=no
set TX-MGFG discover=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/port
set 0 name=serial0
/interface bridge port
add bridge=BR_PTP interface=ether1
add bridge=BR_PTP interface=RX-SEMG
add bridge=BR_PTP interface=TX-MGFG
/ip address
add address=172.16.5.9/24 interface=BR_PTP network=172.16.5.0
/ip route
add check-gateway=ping distance=1 gateway=172.16.5.254
add check-gateway=ping distance=2 gateway=172.16.5.1
/ip service
set api disabled=yes
/system identity
set name=RB_M-GAVIAO



