Community discussions

MikroTik App
 
Shy
Member Candidate
Member Candidate
Topic Author
Posts: 243
Joined: Sat Jun 13, 2020 8:17 am

hAP ac^2 Wi-fi signal -- clients prefers 2.4GHz than 5GHz

Mon Aug 24, 2020 6:05 pm

how do I lower the power of 2.4GHz ?
I could see that most of the clients refers to 2.4Ghz and connects there by default instead of 5GHz
Last edited by Shy on Mon Aug 24, 2020 10:12 pm, edited 1 time in total.
 
WeWiNet
Long time Member
Long time Member
Posts: 597
Joined: Thu Sep 27, 2018 4:11 pm

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 6:51 pm

CLI interface and set antenna gain higher --> make real 2.4 radio power lower...

But better is create access list for 2.4G and 5Ghz, and allow 2.4G connection only for bad RSSI (like < -70) , while allowing
5Ghz connection for good RSSI >-70).

You will need to play around which values you can use for this.
 
Shy
Member Candidate
Member Candidate
Topic Author
Posts: 243
Joined: Sat Jun 13, 2020 8:17 am

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 6:58 pm

What are the cli commands?

Sent from my SM-A705FN using Tapatalk

 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 7:38 pm

Go to wireless, switch to advanced mode, set regulatory domain, your county and then try to set antenna gain from 3 dB higher.
 
WeWiNet
Long time Member
Long time Member
Posts: 597
Joined: Thu Sep 27, 2018 4:11 pm

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 7:40 pm

/interface wireless
set [ find default-name=wlan1 ] antennagain=0
Put it to 10dBm and play a bit around with it. But your total range (distance to connect to hapac2 in 2.4G) will decrease.
 
WeWiNet
Long time Member
Long time Member
Posts: 597
Joined: Thu Sep 27, 2018 4:11 pm

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 7:42 pm

Go to wireless, switch to advanced mode, set regulatory domain, your county and then try to set antenna gain from 3 dB higher.
There is no more antenna-gain in Winbox since recent FW updates. You must use CLI...
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 8:02 pm

Definitely not true. I use that in 6.45.9 with winbox.
 
WeWiNet
Long time Member
Long time Member
Posts: 597
Joined: Thu Sep 27, 2018 4:11 pm

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 8:05 pm

Jarda, ok in the "long term" release this is still there, but in 6.47+ and V7 its no more in the GUI only CLI.
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 8:11 pm

None should use any other than long term version unless he knows what he does.
 
neutronlaser
Member
Member
Posts: 445
Joined: Thu Jan 18, 2018 5:18 pm

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 8:26 pm

jarda correct and GURU
 
Shy
Member Candidate
Member Candidate
Topic Author
Posts: 243
Joined: Sat Jun 13, 2020 8:17 am

Re: hAP ac^2 as all in one router

Mon Aug 24, 2020 9:11 pm

Final notes 6.47.1 isnt good ?
Whats the difference between long term to stable release?
 
neutronlaser
Member
Member
Posts: 445
Joined: Thu Jan 18, 2018 5:18 pm

Re: hAP ac^2 Wi-fi signal -- clients prefers 2.4GHz than 5GHz

Tue Aug 25, 2020 1:30 am

Long term they don't add any new features that might break things

Stable has new things but probably no problems

Beta everything but probably broken

Stable best for everything unless you're doing crazy stuff or have 10000000000000000000000000000000000000 customers and don't want to break things.
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19318
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: hAP ac^2 as all in one router

Tue Aug 25, 2020 3:37 am

CLI interface and set antenna gain higher --> make real 2.4 radio power lower...

But better is create access list for 2.4G and 5Ghz, and allow 2.4G connection only for bad RSSI (like < -70) , while allowing
5Ghz connection for good RSSI >-70).

You will need to play around which values you can use for this.
How do you do this exactly and is it effective?
 
WeWiNet
Long time Member
Long time Member
Posts: 597
Joined: Thu Sep 27, 2018 4:11 pm

Re: hAP ac^2 as all in one router

Tue Aug 25, 2020 12:02 pm

How do you do this exactly and is it effective?
Example:
/interface wireless access-list
add allow-signal-out-of-range=30s comment="laptop on 5G Wifi" interface=Wifi_if_5G mac-address=XXX signal-range=-80..120 vlan-mode=no-tag
add allow-signal-out-of-range=30s comment="laptop on 2G4 Wifi" interface=Wifi_if_2G4 mac-address=XXX signal-range=-120..-70 vlan-mode=no-tag
It works very well.
Keep the "out of range" time at 30seconds (10s is the default).
You ideally need to measure the RSSI values.
In above case 5G connection is only done when "good signal". Good is defined by the lowest number, here -80. This is still fairly good in 5G.
But if you prefer you could put this at -70. this would then only use 5G when its pretty good connection.
2G4 is only allowed when the device is far aways (from -120 to -70). This makes sure you normally should have then always some connection.

The values and then resulting "band steering aggressiveness" depends on those values and:
Do you have crowded / many 2G4 clients (I do), do you want as much clients on 5G as possible (I do).
If you have only few you can be less stringent.

You will need to do a couple of measurements of various clients and locations to see if you get good connection and what the RSSI values are for that.

And YES, this is NOT real band steering!!! But it is the best you can do with ROS today, and yes we all wait for ROS to offer embedded native band steering... !!!
Till then this is the best you can do...
 
erlinden
Forum Guru
Forum Guru
Posts: 1956
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: hAP ac^2 Wi-fi signal -- clients prefers 2.4GHz than 5GHz

Tue Aug 25, 2020 12:26 pm

Antenna gain should only be used for setting...antenna gain. Hence why it can't be set for most devices anymore.
Use the transmission power to set transmission power (and make sure it is set 7dBi lower than 5GHZ radio).
 
WeWiNet
Long time Member
Long time Member
Posts: 597
Joined: Thu Sep 27, 2018 4:11 pm

Re: hAP ac^2 Wi-fi signal -- clients prefers 2.4GHz than 5GHz

Tue Aug 25, 2020 12:50 pm

Antenna gain should only be used for setting...antenna gain. Hence why it can't be set for most devices anymore.
Use the transmission power to set transmission power (and make sure it is set 7dBi lower than 5GHZ radio).
You should really change output power only in three cases:
  • Your coverage goes way outside your home and you want to avoid people seeing your network
  • You have many AP or cap in a place (Hotel, conf center) and you want to avoid interference
  • You sit close to the AP and you don;t want to get all that RF power in your face 24/7 (like when you do lab testing the whole day)
In above cases you can use as a normal user antenna-gain via CLI.
  • Increasing antenna-gain up, means you scale the power down across all data rates/modulations correctly and equally.
  • This is way simpler than fiddling around with data rate power per modulation etc.
  • And in my experience in 11ac devices (hap ac2, cap ac) it's not possible to simply reduce the output power.
    Tx power does not even show up correctly in the TX power tab.
  • Changing individual data rates power is for super expert who tunes P to P links etc. But not for the
    typical access point user.
But for the OP question you should NOT change antenna-gain or power, just use access-list
 
WeWiNet
Long time Member
Long time Member
Posts: 597
Joined: Thu Sep 27, 2018 4:11 pm

Re: hAP ac^2 Wi-fi signal -- clients prefers 2.4GHz than 5GHz

Tue Aug 25, 2020 12:59 pm

I forgot to mention in the Access-list example two required assumptions. (I think this is anyhow clear from the beginning):
  • Use same SSID on 2G4 and 5G to make handover faster/seamless and both interfaces being in the same bridge
  • Your client device must use always same MAC address when connecting to Wifi
New Android and Windows10 use by default now the option to "randomize" the MAC address for each Wifi connection.
You can switch this off in the settings on client side, so that you will always use same MAC address.
This should anyhow be used for security reasons (you will know which device connects to the network).
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11582
Joined: Thu Mar 03, 2016 10:23 pm

Re: hAP ac^2 Wi-fi signal -- clients prefers 2.4GHz than 5GHz

Tue Aug 25, 2020 3:51 pm

New Android and Windows10 use by default now the option to "randomize" the MAC address for each Wifi connection.

Did anybody bother to check the following: leave MAC address setting to dynamic (or random or whatever it's called), connect to wireless network and then roam from one AP to another AP within same ESSID. Do devices keep MAC address when they switch to another AP?
I'd say they actually change MAC address when making "initial" connection to ESSID, but keep it when roaming to another BSSID within same ESSID. Surely they are free to select different MAC when they connect to (previously visited) ESSID after previous connection broke (for any reason).

Who is online

Users browsing this forum: uamma and 20 guests