Hi Guys
I am having a problem recently got a 433AH 3 120 16dbi sectors and 3 x Mikrotik R52N-M each running a access point.
A Ubiquity Nanobridge is providing back haul is is set as a router this is feeding into a 5 port 10/100 switch which then in turn feeds the 433ah and a valemount warboard with star os running the old 2.4Ghz ap which the client wants to decommission in favour of a 5Ghz network.
The problem is when traffic is passing over the 433 the latency and loss on the Ethernet interface is severe causing any clients we have switched over to pretty much loose their internet.
I have tried replacing pretty much all the gear up there all apart from the 120 sectors and the RF cable the cables were checked for damage no signs and no signs of water in the connections. I have also tried bypassing the switch all together and using a cross over cable from the poe injector of the nano bridge to the poe injector of the mikrotik.
When plugged into the switch ping back to the internet over the Nano bridge are generally under 40ms if I ping the ethernet interface of the 433ah I get loss and extremely high Pings.
export of board
# jan/02/1970 01:27:00 by RouterOS 5.24
# software id = 60NU-6MUL
#
/interface ethernet
set 0 speed=10Mbps
/interface wireless security-profiles
add authentication-types=wpa-psk,wpa2-psk eap-methods=passthrough \
management-protection=allowed mode=dynamic-keys name=profile1 \
supplicant-identity=""
/interface wireless
set 0 antenna-gain=15 band=5ghz-a/n country=ireland disabled=no frequency=\
5240 l2mtu=2290 mac-address=D4:CA:6D:12:38:B3 mode=ap-bridge name=wlan2 \
radio-name=D4CA6D1238B3 security-profile=profile1 ssid=echo_toom_s4 \
tx-power=16 tx-power-mode=all-rates-fixed wireless-protocol=802.11
set 1 antenna-gain=15 country=ireland disabled=no l2mtu=2290 mac-address=\
D4:CA:6D:12:38:39 mode=ap-bridge name=wlan1 radio-name=D4CA6D12381E \
security-profile=profile1 ssid=echo_toom_s3 tx-power=16 tx-power-mode=\
all-rates-fixed wireless-protocol=802.11
set 2 antenna-gain=15 band=5ghz-a/n country=ireland disabled=no frequency=\
5280 l2mtu=2290 mac-address=D4:CA:6D:12:38:1E mode=ap-bridge radio-name=\
D4CA6D123839 security-profile=profile1 ssid=echo_toom_s5 tx-power=16 \
tx-power-mode=all-rates-fixed wireless-protocol=802.11
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/queue simple
add max-limit=64k/1M name="Bob |Monsea" target-addresses=192.168.33.6/32
add max-limit=64k/1M name="tony cullen" target-addresses=192.168.44.4/32
add max-limit=64k/1M name="LYNDSEY DUNNE" target-addresses=192.168.44.6/32
add max-limit=128k/1M name="bob gilmartin" target-addresses=192.168.33.8/32
add max-limit=64k/512k name="toom health"
add max-limit=64k/1M name="matt meara"
add max-limit=128k/1M name=eec
/interface wireless access-list
add mac-address=20:02:AF:C6:96:AF
add authentication=no forwarding=no mac-address=00:27:22:48:0D:1C
add interface=wlan3 mac-address=00:27:22:4A:5B:A6
add interface=wlan1 mac-address=00:27:22:48:0D:28
add interface=wlan1 mac-address=00:27:22:48:0C:0C
add interface=wlan1 mac-address=00:27:22:48:0C:5D
add interface=wlan1 mac-address=00:27:22:48:0C:83
add interface=wlan2 mac-address=00:27:22:4A:53:C8
add interface=wlan2 mac-address=00:27:22:48:0C:AD
add interface=wlan2 mac-address=00:27:22:48:0D:1C
/ip address
add address=10.10.10.6/24 interface=ether1
add address=192.168.33.1/24 interface=wlan1
add address=192.168.44.1/24 interface=wlan2
add address=192.168.55.1/24 interface=wlan3
/ip dns
set servers=159.134.237.6
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip neighbor discovery
set ether1 disabled=yes
set wlan2 disabled=yes
set wlan1 disabled=yes
set wlan3 disabled=yes
/ip route
add distance=1 gateway=192.168.1.10
add distance=1 gateway=10.10.10.5
If anyone can shed any light on the situation I would be grateful
Regards
Colum