Community discussions

MikroTik App
 
duskomandic
just joined
Topic Author
Posts: 4
Joined: Tue Dec 19, 2017 11:08 am

wAP AC poor performance

Tue Dec 19, 2017 11:24 am

can anybody suggest any kind of strategy on how to fight this and get some better results. newly set AP, no encription, BTest server is runing on AP itself, BTest for Windows runinng on client. I am only one on 5GHz part of aether in my area, chanel is clear on there is only one client at the time connected to wAP
wAP merenje protoka.JPG
0 X  name="wlan1" mtu=1500 l2mtu=1600 mac-address=64:D1:54:xx:xx:x6 arp=enable
      interface-type=Atheros AR9300 mode=ap-bridge ssid="MikroTik" 
      frequency=2412 band=2ghz-b/g channel-width=20mhz scan-list=default 
      wireless-protocol=802.11 vlan-mode=no-tag vlan-id=1 wds-mode=disabled 
      wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled 
      default-authentication=yes default-forwarding=yes default-ap-tx-limit=0 
      default-client-tx-limit=0 hide-ssid=no security-profile=default 
      compression=no 

 1  R name="wlan2" mtu=1500 l2mtu=1600 mac-address=64:D1:54:xx:xx:x5 arp=enable
      interface-type=Atheros AR9888 mode=ap-bridge ssid="MikroTik" 
      frequency=auto band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee 
      scan-list=default wireless-protocol=802.11 vlan-mode=no-tag vlan-id=1 
      wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no 
      bridge-mode=enabled default-authentication=yes default-forwarding=yes 
      default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no 
      security-profile=default compression=no 
You do not have the required permissions to view the files attached to this post.
 
td32
Member Candidate
Member Candidate
Posts: 112
Joined: Fri Nov 18, 2016 5:55 am

Re: wAP AC poor performance

Tue Dec 19, 2017 11:48 am

never run btest on the same device you want to measure performance, you will get much lower results because btest consumes most of the cpu resources
 
duskomandic
just joined
Topic Author
Posts: 4
Joined: Tue Dec 19, 2017 11:08 am

Re: wAP AC poor performance

Tue Dec 19, 2017 11:49 am

nvm
 
duskomandic
just joined
Topic Author
Posts: 4
Joined: Tue Dec 19, 2017 11:08 am

Re: wAP AC poor performance

Tue Dec 19, 2017 6:16 pm

Little pre-history. This AP is part of 3 member group covering small office. I did managed to set all tree in correct configuration managed by CAPsMAN on rb750Gr3. Everything worked except I was getting transfer speed bellow expectations (copying speed maxing in the range of 10MB/s). To troubleshoot, I removed one unit from group to test it working as independent AP. That screenshot in first post was taken during that phase. I tried lot of things and finally did full reset, installed new drivers on my laptop and finally got some results (my assumption is that either I made some mistake in bridge configuration or some internal error made things go sideway). Copying was able to reach speeds of 30-35 MB/s - something I expected based on reviews I picked on the net. Wrapped everything and again joined AP to CAPsMAN just to be unpleasantly surprised that copying speeds returned to 10MB/s range while CPU was constantly ~50% on both wAP and rb750Gr3. Returned to googling and picked up idea to fiddle with local forwarding. I've enabled both Local Forwarding and Client to Client Forwarding in Datapath configuration to get CPU usage to drop to ~1% and copying speed to reach ~30MB/s again. As far as i am concerned, problem solved.

Can somebody explain what would be benefit of using CAPsMAN as traffic controller instead of using local bridges?

Sent from my TA-1012 using Tapatalk

 
User avatar
Petri
Frequent Visitor
Frequent Visitor
Posts: 97
Joined: Mon Dec 05, 2016 1:55 pm
Location: Helsinki, Finland
Contact:

Re: wAP AC poor performance

Tue Dec 19, 2017 11:31 pm

One example could be that you have a couple of SSIDs and you want to keep them on different VLANs. Local forwarding would require the access points to be connected to trunk/tagged switch ports. In many installations the access switches don't know about VLANs at all, so you'd have to reconfigure the entire network.

Another case would be when you want to limit the bandwidth per SSID for example. In local forwarding there is no way to know the aggregated data flow in an SSID. The CAPsMAN would be the central choke point.

I've occasionally set up remote access points. Central forwarding provides an easy solution to get the client packets to the "home" network.

Local forwarding is a good solution in many cases, but doesn't fit all.