07-27-2016 11:01 AM - edited 07-05-2021 05:31 AM
This is probably a dumb question, but I can't seem to find an answer anywhere. We've got a 3850 wireless controller in a lab running 16.2.1 with a couple access points. We're having a problem where clients seem to disconnect "for no reason" about every 15 minutes or so. If this were a "standard" WLC the first thing I would do is a "debug client <mac>" and see what's going on. However, I don't see that command anywhere. I looked through the debug commands and nothing is jumping out at me as being an equivalent of a "debug client" on a 3850. What's the right way to see all the low-level troubleshooting info for a wireless client on this platform?
Thanks!
Brian
Solved! Go to Solution.
07-27-2016 12:13 PM
Hi Brian,
This is actually a very good question :). There does not seem to be a debug command for this. You will need to use traces. To be specific 'set platform software trace' to set traces for the required modules and 'show platform software trace' to show the trace output.
I will need to get my 3850 switch free before I can fire it up with this code to get you the exact commands.
You can also use the following commands to check client details:
show platform software fed switch 1 wireless client summary
show platform software fed switch 1 wireless client client-index <index> summary
Best Regards,
WiFi Trainers (www.wifitrainers.com)
Your one stop solution for all your wireless training needs!
******** Please rate if useful *********
07-27-2016 12:13 PM
Hi Brian,
This is actually a very good question :). There does not seem to be a debug command for this. You will need to use traces. To be specific 'set platform software trace' to set traces for the required modules and 'show platform software trace' to show the trace output.
I will need to get my 3850 switch free before I can fire it up with this code to get you the exact commands.
You can also use the following commands to check client details:
show platform software fed switch 1 wireless client summary
show platform software fed switch 1 wireless client client-index <index> summary
Best Regards,
WiFi Trainers (www.wifitrainers.com)
Your one stop solution for all your wireless training needs!
******** Please rate if useful *********
07-27-2016 12:28 PM
... ahh, I didn't even think of all the "platform" commands. I'll take a look at these. Thank you very much for your help!
07-27-2016 12:55 PM
Thanks Brian. Happy to help.
Will also update the thread with a troubleshooting doc once completed.
Best Regards,
WiFi Trainers (www.wifitrainers.com)
07-27-2016 12:37 PM
Traces are preferred for troubleshooting wireless issues
go to Ciscolive.com
login in
and search for breakout session
brkewn-3021-troubleshooting-converged-access-wireless-deployments.pdf
SWITCH>set trace capwap ap event level ?
debug Debug-level messages (7)
default Unset Trace Level Value
err Error conditions (3)
info Informational (6)
warning Warning conditions (4)
SWITCH>set trace capwap ap event level debug
******turns on the trace debug*****
set trace capwap ap event filter mac xxxx.xxxx.xxxx
**** This filters out the mac address you are looking for
set trace capwap ap event filter none
******turns filter off******
07-27-2016 12:53 PM
Hello,
These commands will not work on the 16.x release anymore. Traces need to be enabled with: 'set platform software trace'.
Best Regards,
WiFi Trainers (www.wifitrainers.com)
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