07-24-2012 05:47 AM - edited 07-03-2021 10:26 PM
Hi,
We have WiSM controller LAP Management. I want to clear clients those who are associated but not authenticated to Wi-Fi.
I tried this using GUI but it takes time since i have to remove each client one by one.
Is there any method by which I can remove multiple clients at one time?
07-24-2012 06:24 AM
That is the only way.... Is there a reason you want to do this? This is normal to have that info.
Sent from Cisco Technical Support iPhone App
07-24-2012 07:03 AM
you can do it from the CLI as well, but it is still technically one at a time.
config client deauthenticate < client mac address >
HTH,
Steve
-----------------------------------------
Please remember to rate useful posts, and mark questions as answered
07-24-2012 07:08 AM
i good reboot will take care of that
07-24-2012 07:10 AM
Yup that would do it, but those clients would appear shortley after again
07-24-2012 10:55 AM
You could always automate this with a script (perl, VBS, etc) that would telnet/ssh to the WLC, list the clients associated to a file, then read the file and disconnect the clients that are only associated using the command Steve provided.
Although as mentioned before, this will only temporarily remove a client that continues to associate.
Bill Jenkins
Sent from Cisco Technical Support iPad App
07-24-2012 01:04 PM
#Client exclusion should auto exclude these clients, if those clients trying with incorrect security.
Security>> Wireless protection policy> client exclusion policy> enable all options.
On WLAN's advanced tab enable client exclusion.
#disable ssid broadcast on that wlan.
#Use allow only macfilter if possible.
07-24-2012 11:19 PM
Hi,
I am experiencing same issue with my Web-Auth where too many people have their devices automatically associates while they are in range even though they don't want actually to use the WLAN. I have too many associated but not authenticated clients.
I just live with it. It is a waste of time to remove them for me because in a matter of seconds they will automatically connect again.
07-25-2012 12:06 PM
If you don't want the association turn of broadcast on the ssid
Sent from Cisco Technical Support iPhone App
07-25-2012 12:18 PM
associated but not authenticated to Wi-Fi is an issue on open auth network along with draining dhcp pool.
It could be mitigated through:
disable broadcast ssid -publish the same.
Have security like wep/wpa -publish this around the open wifi access area.
Increase dhcp pool size and or reduce the lease time.
reduce idle and session timeout.
WLC doesn't have proactive way to remove or deauth those clients since there could be real clients that is on idle will get disconnected as well.
it is nice to kick the wireless clients on webauth wlan if the client didn't webauth within specific time.
what do you guys think.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide