Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Robert_Cerny
New Contributor II

List FortiAP clients from cli

Hi, does anyone know how to get the list of connected users to fortiAP from command line? Thanks
FG-100C FG-100A FW-50B FG-60C
FG-100C FG-100A FW-50B FG-60C
4 REPLIES 4
Matthijs
New Contributor II

Try this: diag wireless-controller wlac -d sta It does not ONLY show the connected clients. You can filter the output by not displaying the devices without IP.
  diag wireless-controller wlac -d sta | grep -v 0.0.0.0
 
This works in version 5.0.x i have not tested this in any other version ;)
Robert_Cerny
New Contributor II

Thanks!
FG-100C FG-100A FW-50B FG-60C
FG-100C FG-100A FW-50B FG-60C
HaTiMuX
New Contributor III

Thanks Matthijs for posting the command. It's very useful.

 

Sumanth_FTNT

diagnose wireless-controller wlac -c sta ==> Will show only connected clients

Labels
Top Kudoed Authors