Hi
I setup a NV2 link with SXT Lite5. the distance between 2 radio is about 100 meter and they have an almost clear Fresnel zone. but I have an unstable connectivity and low CCQ.
Here is my config and status. could you help me about that?
AP
# mar/07/2017 11:25:36 by RouterOS 6.34.1
# software id = 0XCB-9AXM
#
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ampdu-priorities=0,1,2,3,4,5,6,7 \
antenna-gain=4 band=5ghz-onlyn channel-width=20/40mhz-Ce disabled=no \
frequency=5785 frequency-mode=regulatory-domain guard-interval=long mode=\
bridge nv2-cell-radius=10 nv2-preshared-key=********** nv2-security=\
enabled ssid=Link1 tdma-period-size=1 tx-power=1 tx-power-mode=\
all-rates-fixed wds-default-bridge=bridge1 wireless-protocol=nv2
/interface wireless nstreme
set wlan1 disable-csma=yes framer-policy=dynamic-size
/ip neighbor discovery
set wlan1 discover=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
# DHCP server can not run on slave interface!
add address-pool=default-dhcp disabled=no interface=ether1 name=defconf
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip address
add address=192.168.0.3/24 comment=defconf interface=ether1 network=\
192.168.0.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid interface=bridge1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.0.3 name=router
/ip firewall filter
add chain=input comment="defconf: accept ICMP" protocol=icmp
add chain=input comment="defconf: accept establieshed,related" \
connection-state=established,related
# in/out-interface matcher not possible when interface (wlan1) is slave - use master instead (bridge1)
add action=drop chain=input comment="defconf: drop all from WAN" \
in-interface=wlan1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add chain=forward comment="defconf: accept established,related" \
connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
# in/out-interface matcher not possible when interface (wlan1) is slave - use master instead (bridge1)
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface=wlan1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" disabled=yes \
out-interface=wlan1
/system clock
set time-zone-name=Asia/Tehran
/system identity
set name=NAT-AP
/system leds
set 0 interface=wlan1
/system ntp client
set enabled=yes primary-ntp=192.168.0.5
/system routerboard settings
set protected-routerboot=disabled
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether1
Station
# mar/07/2017 11:27:22 by RouterOS 6.34.1
# software id = 83U4-QNJD
#
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ampdu-priorities=0,1,2,3,4,5,6,7 \
antenna-gain=4 band=5ghz-onlyn channel-width=20/40mhz-Ce disabled=no \
frequency=5785 frequency-mode=regulatory-domain guard-interval=long mode=\
station-bridge nv2-preshared-key=********** nv2-security=enabled ssid=\
Link1 tx-power=1 tx-power-mode=all-rates-fixed wireless-protocol=nv2
/ip neighbor discovery
set wlan1 discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk group-ciphers=\
tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=********** \
wpa2-pre-shared-key=**********
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp interface=ether1 name=defconf
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/interface wireless align
set audio-monitor=E4:8D:8C:70:29:C1 receive-all=yes ssid-all=yes
/ip address
add address=192.168.0.4/24 interface=ether1 network=192.168.0.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid interface=bridge1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.0.11 name=router
/ip firewall filter
add chain=input comment="defconf: accept ICMP" protocol=icmp
add chain=input comment="defconf: accept establieshed,related" \
connection-state=established,related
# in/out-interface matcher not possible when interface (wlan1) is slave - use master instead (bridge1)
add action=drop chain=input comment="defconf: drop all from WAN" \
in-interface=wlan1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add chain=forward comment="defconf: accept established,related" \
connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
# in/out-interface matcher not possible when interface (wlan1) is slave - use master instead (bridge1)
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface=wlan1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" disabled=yes \
out-interface=wlan1
/system clock
set time-zone-name=Asia/Tehran
/system identity
set name=NAT-Bazariabi
/system leds
set 0 interface=wlan1
/system ntp client
set enabled=yes primary-ntp=192.168.0.5
/system routerboard settings
set protected-routerboot=disabled
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether1
AP Signal

Station Status



