I tried a simple ACL on one interface (default auth and forwarding enabled on wlan2):
Code: Select all
/interface wireless access-list add interface=wlan2 signal-range=-120.-89 authentication=no forwarding=no
I tried to reverse the above (default auth and forwarding disabled on wlan2):
Code: Select all
/interface wireless access-list add interface=wlan2 signal-range=-120.-89 authentication=no forwarding=no
/interface wireless access-list add interface=wlan2 authentication=yes forwarding=yes
In both instances, the ACL would show mac-address=00:00:00:00:00:00, which I think should be matching any MAC, but does not. If I use a specific MAC address, say for that station above with the -90db signal, the ACL works -- the station drops off and does not re-associate.
How can I get this working?