I currently am using Cisco 1230 access points and would like to upgrade them to RB532 running ROS.
The combinations I have tried are:-
RB112 / SR2
RB112 / CM9
RB112 / NMP-8602+
RB532A / SR2
RB532A / CM9
RB532A / NMP-8602+
With 3 different types of u.fl pigtails.
However, all of these combinations deliver poor performance as access points serving smartbridges airbridge, Tranzeo CPQ or Edimax EW-7206 client devices. I have field tested the different combinations at a variety of sites on a variety of antenna combinations but performance is always extremely well below that of the cisco 1230 access points that I swap out.
I have noticed that performance seems to depend on the number of associated stations, where 2 or 3 clients are connected the performance is relatively consistant, however thruput is lower than the cisco. On busier sites where 15 or more clients connect, performance is much worse than the cisco, with ping times constantly changing from 5-1500ms many dropped replies and very low thruput (<500kbit/agregate). Plugging antenna back into the cisco and thruput increases to 4mbit agregate and ping times return to stable 5-15ms with very little packet loss.
What have I done wrong?
I have one RB112 with SR2, one RB532 with CM9 and one RB532 with SR2 at various sites running in parallel with ciscos (on seperate channels) and can test out any changes in config that you suggest.
Here is my wireless config using SR2. wlan1 is hotspot (masquraded to public IP on bridge1), wlan2 is bridged to ether1. No encryption, radius auth on wlan2, default auth on wlan1. ROS ver. 2.9.35.
Code: Select all
/ interface wireless
set wlan1 name="wlan1" mtu=1500 mac-address=00:15:6D:53:33:22 arp=enabled \
disable-running-check=no radio-name="00156D533321" mode=ap-bridge \
ssid="www.nowires.com.au_hotspot" area="" frequency-mode=regulatory-domain \
country=australia antenna-gain=10 frequency=2412 band=2.4ghz-b/g \
scan-list=default rate-set=default \
supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps \
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps \
basic-rates-b=1Mbps basic-rates-a/g=6Mbps max-station-count=2007 \
ack-timeout=dynamic tx-power-mode=default noise-floor-threshold=default \
periodic-calibration=enabled periodic-calibration-interval=60 \
burst-time=disabled dfs-mode=none antenna-mode=ant-a wds-mode=disabled \
wds-default-bridge=bridge1 wds-default-cost=100 wds-cost-range=50-150 \
wds-ignore-ssid=no update-stats-interval=disabled \
default-authentication=yes default-forwarding=no default-ap-tx-limit=0 \
default-client-tx-limit=0 proprietary-extensions=post-2.9.25 hide-ssid=no \
security-profile=public disconnect-timeout=3s on-fail-retry-time=100ms \
preamble-mode=long compression=no allow-sharedkey=no comment="" \
disabled=no
add name="wlan2" mtu=1500 mac-address=00:15:6D:53:33:21 arp=enabled \
disable-running-check=no master-interface=wlan1 ssid="nowires" area="" \
max-station-count=2007 wds-mode=dynamic wds-default-bridge=bridge1 \
wds-default-cost=100 wds-cost-range=50-150 wds-ignore-ssid=no \
default-authentication=no default-forwarding=yes default-ap-tx-limit=0 \
default-client-tx-limit=0 proprietary-extensions=post-2.9.25 hide-ssid=no \
security-profile=radius comment="" disabled=no
/ interface wireless nstreme
set wlan1 enable-nstreme=no enable-polling=yes framer-policy=none \
framer-limit=3200
set (unknown)
/ interface wireless manual-tx-power-table
set wlan1 manual-tx-powers=1Mbps:26,2Mbps:26,5.5Mbps:26,11Mbps:26,6Mbps:26,9Mbp\
s:26,12Mbps:26,18Mbps:26,24Mbps:26,36Mbps:24,48Mbps:22,54Mbps:21
set wlan2
/ interface wireless security-profiles
set default name="default" mode=none authentication-types="" \
unicast-ciphers="" group-ciphers="" wpa-pre-shared-key="" \
wpa2-pre-shared-key="" eap-methods=passthrough tls-mode=no-certificates \
tls-certificate=none static-algo-0=none static-key-0="" static-algo-1=none \
static-key-1="" static-algo-2=none static-key-2="" static-algo-3=none \
static-key-3="" static-transmit-key=key-0 static-sta-private-algo=none \
static-sta-private-key="" radius-mac-authentication=no group-key-update=5m
add name="radius" mode=none authentication-types=wpa-psk,wpa2-psk \
unicast-ciphers=tkip group-ciphers=tkip wpa-pre-shared-key="" \
wpa2-pre-shared-key="" tls-mode=no-certificates tls-certificate=none \
static-algo-0=none static-key-0="" static-algo-1=none static-key-1="" \
static-algo-2=none static-key-2="" static-algo-3=none static-key-3="" \
static-transmit-key=key-0 static-sta-private-algo=none \
static-sta-private-key="" radius-mac-authentication=yes \
group-key-update=5m
add name="public" mode=none authentication-types=wpa-psk,wpa2-psk \
unicast-ciphers=tkip group-ciphers=tkip wpa-pre-shared-key="" \
wpa2-pre-shared-key="" tls-mode=no-certificates tls-certificate=none \
static-algo-0=none static-key-0="" static-algo-1=none static-key-1="" \
static-algo-2=none static-key-2="" static-algo-3=none static-key-3="" \
static-transmit-key=key-0 static-sta-private-algo=none \
static-sta-private-key="" radius-mac-authentication=no group-key-update=5m
Cheers...ƒil