03-04-2022 07:12 AM
I can see in Prime ver 3.7 that clients can be removed from access points in a manual process. Can this be an automated process? Even better if it can target a certain group of MAC addresses to remove?
Remove Network Clients From Prime Infrastructure
To remove a current client, follow these steps:
SUMMARY STEPS
Choose Monitor > Monitoring Tools > Clients and Users.
Select a client.
Choose Remove.
03-04-2022 07:32 AM
roger.webster@eips.ca What are you trying to accomplish? You can deauth client devices, but if the devices are still near an access points, the device will just reconnect? Are you trying to remove, ban, or just bounce devices?
03-04-2022 10:20 AM - edited 03-04-2022 10:22 AM
We have students who switch Chromebooks Wi-Fi to other SSIDs. They are by policy set to join s specific SSID, but not locked into it. We can't lock them in because on occasion we manually need to join a maintenance SSID for power washing or configuring. We currently reboot an access point to have them join the SSID they are set to by policy to rectify this issue.
03-04-2022 11:54 AM - edited 03-04-2022 11:55 AM
Okay... Have you looked at running a cli script to deauth a client using mac address? You can create a template and then schedule that template to run.
Configuration / Templates / Features & Technologies / CLI Templates / CLI
What equipment do you have and what code? You can also create a cli script and manually paste that on the controller cli or if you have an automation tool, you can send those commands to the controllers.
03-05-2022 12:17 PM
I would suggest that you check the timeout values in WLC rather than doing it manually.
Session Timeout - This will make sure that the Wireless client is deauthenticated after the set timer even it is actively transmitting and receiving data.
Idle Timeout - This is there to make sure that the wireless client is deauthenitcated after client is idle for certain time, where the time is defined in the WLC.
Web Authentication Timeout - If the user has not completed the web auth he will be prompted a new login page after the defined timer.
Sleeping client - Once the user complete the web auth how long controller has to remember the client. Sleeping client doesnt work for CWA.
There is a dependency on the Authentication mechanism as well. If you use Dot1X you can have the radius server assign some of this timeout values per client.
In order to prevent Students connecting to other SSID's
If devices are managed enforce policies to prevent them from joining other SSID's. Configuration may vary depending on your management platform. Another option is targeted deauth using wips mechanism (this may be illegal in certain regulatory) and this would be very difficult to maintain. You can also try creating custom mac block lists attached to each SSID (even though authentication is PSK you can do MAC auth) since Chromebooks doesnt support MAC randomization natively.
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