I've install 14 Access Point ( Mikrotik cAP Lite) in a Hotel.
All the access point is connected with lan in a switch and is in the same network, and all have the same SSID and WPA2-EAS.
I've planing the setting of the access point radio not disturb the one with the other, and use this setting:
AP1, (channel 2422):
Code: Select all
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ampdu-priorities=0,1,2,3,4,5,6,7 band=\
2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no mode=bridge radio-name=\
AN_1P2_CH3 rx-chains=0,1 ssid=HOTEL tx-chains=0,1 \
tx-power=10 tx-power-mode=all-rates-fixed wireless-protocol=802.11 \
wps-mode=disabled
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=password
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface l2tp-server server
set caller-id-type=ip-address
/interface wireless access-list
add signal-range=-120..-80 vlan-mode=no-tag
/ip address
add address=10.30.30.14/24 interface=bridge1 network=10.30.30.0
/ip route
add distance=1 gateway=10.30.30.1
/system clock
set time-zone-name=Europe/Rome
/system ntp client
set enabled=yes primary-ntp=193.204.114.232
/system identity
set name=AN_1P2_CH3
Code: Select all
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ampdu-priorities=0,1,2,3,4,5,6,7 band=\
2ghz-b/g/n channel-width=20/40mhz-eC disabled=no mode=bridge radio-name=\
AN_1P1_CH11 rx-chains=0,1 ssid=HOTEL tx-chains=0,1 \
tx-power=10 tx-power-mode=all-rates-fixed wireless-protocol=802.11 \
wps-mode=disabled
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=password
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface l2tp-server server
set caller-id-type=ip-address
/interface wireless access-list
add signal-range=-120..-80 vlan-mode=no-tag
/ip address
add address=10.30.30.15/24 interface=bridge1 network=10.30.30.0
/ip route
add distance=1 gateway=10.30.30.1
/system clock
set time-zone-name=Europe/Rome
/system ntp client
set enabled=yes primary-ntp=193.204.114.232
/system identity
set name=AN_1P1_CH11
AP4: same config AP2, IP 10.30.30.18
AP5: same config AP1, IP 10.30.30.19
AP6: same config AP2, IP 10.30.30.20
etc etc.
With this setting i've same problem, The client sometimes stay connected to AP with very low signal and do not connect to the AP with greater power.
Is possible the problem might be on the 40Mhz channel? Is necessary a to have different setting?
Thanks