My friend helps me to configure two of my cAP ac devices. One in my flat and second is in cellar.
First of all I've updated Firmware to: 6.48.3 on both of these devices.
We've setup following SSIDs networks:
1 x 5g local wifi network
1 x 2g local
1 x 2g Guest
I can say that this 5g is working really horrible slowly.
Both of my laptops are showing me, that signal strength is best ( 866.7 Mbps ). But When I tried to test the real download at my home 1Gps network, I can see speeds approx: 150 - 300mbs, I've expected speed somewhere over the 300Mbps. My Wish is to see 400 - 700....
On My previous AP ( ASUS ) my 5g WiFi gave me 400 - 800Mbps...
Now both cAP ac devices are onfigured via CAPsMAN from of my home CRS router-board (CRS125-24G-1S-2HnD),
here is my config:
Code: Select all
/caps-man channel
add band=2ghz-b/g/n name=channel-2g
add band=5ghz-onlyac extension-channel=Ceee name=channel-5g
/interface bridge
add name=bridge-dsi
add name=bridge-guest
add name=bridge-local
/interface wireless
# managed by CAPsMAN
# channel: 2412/20-Ce/gn(16dBm), SSID: ITH.sk | 2g, local forwarding
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX country=slovakia disabled=no distance=indoors frequency=auto installation=indoor mode=ap-bridge name=wlan-2g ssid="ITH.sk | 2g" wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] name=ether01-dsi
set [ find default-name=ether2 ] name=ether02-stb
set [ find default-name=ether3 ] disabled=yes name=ether03
set [ find default-name=ether4 ] disabled=yes name=ether04
set [ find default-name=ether5 ] disabled=yes name=ether05
set [ find default-name=ether6 ] disabled=yes name=ether06
set [ find default-name=ether7 ] disabled=yes name=ether07
set [ find default-name=ether8 ] disabled=yes name=ether08
set [ find default-name=ether9 ] name=ether09
set [ find default-name=ether15 ] name=ether15-balkon
set [ find default-name=ether16 ] name=ether16-pivnica
set [ find default-name=ether17 ] name=ether17-server
set [ find default-name=ether19 ] name=ether19-tv-internet
set [ find default-name=ether23 ] name=ether23-desktop
set [ find default-name=ether24 ] name=ether24-bytap
set [ find default-name=sfp1 ] disabled=yes
/interface pppoe-client
add add-default-route=yes disabled=no interface=bridge-dsi keepalive-timeout=60 name=pppoe-dsi-data password=fufsprlc use-peer-dns=yes user=gerek.j
/caps-man datapath
add bridge=bridge-local client-to-client-forwarding=yes local-forwarding=yes name=datapath-local
add bridge=bridge-guest client-to-client-forwarding=no local-forwarding=no name=datapath-guest
/caps-man security
add authentication-types=wpa2-psk comment=xxxxxxxxxx encryption=aes-ccm group-encryption=aes-ccm group-key-update=5m name=security-local passphrase=xxxxxxxxxx
add authentication-types=wpa2-psk comment=xxxxxxxxxx encryption=aes-ccm group-encryption=aes-ccm group-key-update=5m name=security-guest passphrase=xxxxxxxxxx
/caps-man configuration
add channel=channel-2g country=slovakia datapath=datapath-local distance=indoors installation=indoor mode=ap name=cfg-local-2g security=security-local ssid="ITH.sk | 2g"
add channel=channel-5g country=slovakia datapath=datapath-local distance=indoors installation=indoor mode=ap name=cfg-local-5g security=security-local ssid="ITH.sk | 5g"
add channel=channel-2g country=slovakia datapath=datapath-guest distance=indoors installation=indoor mode=ap name=cfg-guest-2g security=security-guest ssid="ITH.sk | Guest"
/caps-man interface
add comment="BYT AP" configuration=cfg-local-2g disabled=no l2mtu=1600 mac-address=2C:C8:1B:9F:4A:70 master-interface=none name=cap-local-bytap-2g radio-mac=2C:C8:1B:9F:4A:70 radio-name=2CC81B9F4A70
add configuration=cfg-local-5g disabled=no l2mtu=1600 mac-address=2C:C8:1B:9F:4A:71 master-interface=none name=cap-local-bytap-5g radio-mac=2C:C8:1B:9F:4A:71 radio-name=2CC81B9F4A71
add comment="BYT CRS" configuration=cfg-local-2g disabled=no l2mtu=1600 mac-address=B8:69:F4:7A:5E:65 master-interface=none name=cap-local-bytcrs-2g radio-mac=B8:69:F4:7A:5E:65 radio-name=B869F47A5E65
add comment="PIVNICA cAP" configuration=cfg-local-2g disabled=no l2mtu=1600 mac-address=08:55:31:8C:05:E1 master-interface=none name=cap-local-pivnica-2g radio-mac=08:55:31:8C:05:E1 radio-name=0855318C05E1
add configuration=cfg-local-5g disabled=no l2mtu=1600 mac-address=08:55:31:8C:05:E2 master-interface=none name=cap-local-pivnica-5g radio-mac=08:55:31:8C:05:E2 radio-name=0855318C05E2
add configuration=cfg-guest-2g disabled=no l2mtu=1600 mac-address=2E:C8:1B:9F:4A:70 master-interface=cap-local-bytap-2g name=cap-guest-bytap-2g radio-mac=00:00:00:00:00:00 radio-name=""
add configuration=cfg-guest-2g disabled=no l2mtu=1600 mac-address=BA:69:F4:7A:5E:65 master-interface=cap-local-bytcrs-2g name=cap-guest-bytcrs-2g radio-mac=00:00:00:00:00:00 radio-name=""
add configuration=cfg-guest-2g disabled=no l2mtu=1600 mac-address=0A:55:31:8C:05:E1 master-interface=cap-local-pivnica-2g name=cap-guest-pivnica-2g radio-mac=00:00:00:00:00:00 radio-name=""
Can you check if I've overlooked something to speed up my 5g WiFi?
Looking forward for some solution.