Community discussions

MikroTik App
 
Denzel
just joined
Topic Author
Posts: 3
Joined: Fri Sep 17, 2021 10:26 pm

wireless client disconnection at specified signal levels

Fri Sep 17, 2021 10:49 pm

Hi All!

I have this board
[admin@MikroTik] /system routerboard> print
                ;;; Warning: cpu not running at default frequency
       routerboard: yes
             model: 951Ui-2HnD
          revision: r2
     serial-number: **
     firmware-type: ar9344
  factory-firmware: 6.44
  current-firmware: 6.47.10
  upgrade-firmware: 6.47.10
[admin@MikroTik] /system routerboard> 
Issue that I specified signal strength and I expect that when particular client reach specified level of signal for example -75dbm will be disconnected.
But in reality this is not happening. With signal level -75dbm rule works when client tries to connect and it just not able to connect as expected.
But after connection succeed client signal may drop below limits and no disconnection happening.

Here is example output
[admin@MikroTik] /interface wireless> access-list print        
Flags: X - disabled 
 0   mac-address=A4:B4:C4:D4:E4:14 interface=wlan1 signal-range=-120..120 
     allow-signal-out-of-range=10s authentication=yes forwarding=yes ap-tx-limit=0 
     client-tx-limit=0 private-algo=none private-key="" private-pre-shared-key="" 
     management-protection-key="" vlan-mode=default vlan-id=1 

 1   mac-address=00:00:00:00:00:00 interface=wlan1 signal-range=-120..-70 
     allow-signal-out-of-range=6s authentication=no forwarding=no ap-tx-limit=0 
     client-tx-limit=0 private-algo=none private-key="" private-pre-shared-key="" 
     management-protection-key="" vlan-mode=default vlan-id=1 
[admin@MikroTik] /interface wireless> 
[admin@MikroTik] /interface wireless> 

[admin@MikroTik] /interface wireless> registration-table print 
 # INTERFACE        RADIO-NAME       MAC-ADDRESS       AP  SIGNAL... TX-RATE UPTIME              
 0 wlan1                             38:AA:3C:05:1B:E0 no  -69dBm... 52Mb... 1h16m53s            
 1 wlan1                             D4:11:A3:45:71:E7 no  -58dBm... 72.2... 29m52s              
 2 wlan1                             94:E6:F7:73:31:56 no  -78dBm... 72.2... 7m16s               
[admin@MikroTik] /interface wireless>

I tried to create access-list rule from Winbox and with CLI - same effect.
 
Denzel
just joined
Topic Author
Posts: 3
Joined: Fri Sep 17, 2021 10:26 pm

Re: wireless client disconnection at specified signal levels

Mon Nov 15, 2021 8:38 am

Could please anybody try to reproduce access list behavior , especially if hapac2 available ??
I already tried same thing with hap ac2 (two pieces) and with Router OS 6.49 . Nothing changes. Wireless Client connects at signal level permitted by access rule and stays connected if signal even below 10-15dbm of permitted level.

I even tried just copy paste
If we modify ACL rules in previous example to:

/interface wireless access-list
add interface=wlan2 signal-range=-55
add authentication=no forwarding=no interface=wlan2 signal-range=-120..-56

Then if signal drops to -56, client will be disconnected.
still no luck
 
Rugx
Member Candidate
Member Candidate
Posts: 123
Joined: Thu Jan 02, 2020 1:44 pm

Re: wireless client disconnection at specified signal levels  [SOLVED]

Mon Nov 15, 2021 11:20 am

Try disabling default authentication within the wireless interface and enabling authentication on the access-list rule.
/interface wireless set wlan1 default-authentication=no
/interface wireless access-list add interface=wlan1 signal-range=-56..120
 
Denzel
just joined
Topic Author
Posts: 3
Joined: Fri Sep 17, 2021 10:26 pm

Re: wireless client disconnection at specified signal levels

Mon Nov 15, 2021 3:31 pm

Rugx, merci!
Now it works sharp as swiss knife. Check on two different boards including ac2.
I'm bit wonder with logic of access rules working. I expected any access rule values will totally "overwrite" behavior of permitted\forbidden bit it does I would say 'partly'.
Anyway it is not the point to blame logic as solution is on the top : )

Who is online

Users browsing this forum: Bing [Bot], connorcrb, grusu and 37 guests