Community discussions

MikroTik App
 
cam
just joined
Topic Author
Posts: 4
Joined: Mon Nov 25, 2013 2:14 pm

CAPSMAN Access List doesn't work

Thu Jul 02, 2015 1:59 pm

Hello all, I have a problem. I want to limit access to CAPs based on signal range (to force roaming to another CAP). For some clients I want no limits, but for the rest I want to setup the limits -80..120. So, I configured the ACL as you see below:
/caps-man access-list
add action=accept disabled=no interface=all mac-address=00:1D:C9:92:65:B0 \
signal-range=-120..120 ssid-regexp=""
add action=accept disabled=no interface=all mac-address=00:1D:C9:92:67:24 \
signal-range=-120..120 ssid-regexp=""
add action=accept disabled=no interface=all mac-address=00:1D:C9:95:0B:39 \
signal-range=-120..120 ssid-regexp=""
add action=accept disabled=no interface=all mac-address=00:1D:C9:95:09:DE \
signal-range=-120..120 ssid-regexp=""
add action=accept disabled=no interface=all mac-address=00:1D:C9:92:65:74 \
signal-range=-120..120 ssid-regexp=""
add action=accept disabled=no interface=all mac-address=00:1D:C9:92:65:99 \
signal-range=-120..120 ssid-regexp=""
add action=accept disabled=no interface=all mac-address=00:1D:C9:92:65:7B \
signal-range=-120..120 ssid-regexp=""
add action=accept client-to-client-forwarding=yes disabled=no interface=all \
mac-address=00:00:00:00:00:00 signal-range=-80..120 ssid-regexp=""
add action=reject disabled=no interface=all mac-address=00:00:00:00:00:00 \
signal-range=-120..-81 ssid-regexp=""

The problem is that it doesn't work. The clients with lower signal than -80 still are connected to CAPs. What could be the problem ?
 
Lupin
Member Candidate
Member Candidate
Posts: 267
Joined: Mon Feb 16, 2009 10:22 pm
Location: Italy

Re: CAPSMAN Access List doesn't work

Fri Jul 03, 2015 12:51 am

In the last two rows remove the
mac-address=00:00:00:00:00:00

and try it

Who is online

Users browsing this forum: yosue111 and 25 guests