Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.0This works in version 5.0.x i have not tested this in any other version ;)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
FG-100C
FG-100A
FW-50B
FG-60C
FG-100C FG-100A FW-50B FG-60C
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Matthijs for posting the command. It's very useful.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
diagnose wireless-controller wlac -c sta ==> Will show only connected clients
