cancel
Showing results for 
Search instead for 
Did you mean: 

Command Line Documentation For Standalone 7982

it_registration
Contributor
Looking for a reference guide to the CLI on a standalone 7982 running 9.6.  What I'm ultimately looking to do is run a script to pull client connectivity info (iPhones) from the two access points I have and present it to our users so they know who's currently in or out of the office.   Thanks
2 REPLIES 2

michael_brado
Esteemed Contributor II
Hello Todd,

   Check to see if these work.  Pick an AP IP address and SSH into it (ie with putty).
Issue the command "get wlanlist" to see the WLANs that are defined on your 7982.
If you have two active WLANs, running on both radios, you will see WLAN0 and WLAN1
and WLAN32 and WLAN33 in UP state.  (look for the WLAN X's that are up).

Issue the command "get station wlanX list" for client MAC and radio capabilities, one line each;
and/or "get client-info WLANX" for each of your WLANs in use, and you will get a summary of the
connected clients, with some useful details to help ID them (O/S type, hostname, IP address).

nguyenquyxuan
New Contributor
Thanks Michael Brado!