cancel
Showing results for 
Search instead for 
Did you mean: 

CLI to show AP's connected devices' information

CLI to show AP's connected devices' information

oxoyoz
New Contributor III
Does anyone know the CLI that shows AP's actively connected client devices' (through wifi radios and also ethernet) information, including hostname, mac address, IP address ...etc ?
I know the WebUI only shows connected Wireless Clients, but not those connected through ethernet. 
Thanks!
1 ACCEPTED SOLUTION

Hello Oxoyoz,
       The output you are looking for is not available on the Wing Controller/AP. If the controller (and/or virtual controller) is utilizing onboard DHCP server feature, from the enable prompt, the following command will provide mac address, IP address, and expiration time of the wired/wireless clients. 

show ip dhcp binding

You can obtain the mac addresses of all wired/wireless clients deployed and add the mac address with a friendly name, to identify by vendor or user, via the rf-domain using the following command:

mac-name xx-xx-xx-xx-xx-xx yyyyyyyy (x represents the client mac and y represents the friendly name to be used for this mac address.

View solution in original post

6 REPLIES 6

Hello Oxoyoz,
       Appreciate the response with status and glad the steps provided worked for your deployment.

Have a great weekend.

TobiasW
New Contributor III
Hi oxoyoz, you can use the following commands
sho wireless ap on "RF-DOMAIN" -> will display all adopted APs on specific RF-Domain
sho wireless client on "AP-HOSTNAME" -> will display all Clients connected to a specific AP
sho wireless client on "RF-DOMAIN" -> will display all Clients on specific RF-Domain
sho wireless client detail "CLIENT-MAC" -> will display more details about the Client

I hope that's what you're looking for.
Stay safe,
Tobias
GTM-P2G8KFN