09-19-2022 12:24 PM
Hi,
Solved! Go to Solution.
09-20-2022 02:25 AM
I know that it is not perfect, but after SSH to one of your APs, you can use:
show amrp client
With that you will get lists of local, and remote (on other APs) clients:
MAC, radio, user profile ID, VLAN, IP, Age, IPv6
Just by matching profile ID to profile name (show user-profile) you can process the data with your script to have "amrp clients" table with profile names, instead of UPID.
Hope it would be good enough.
09-19-2022 04:31 PM
Right, that was clear indeed!
However I was asking about ways to get the list of clients programmatically, i.e. through a script.
Do you know how to get such a list through the cli, connecting my computer directly to one of my AP230s? And is there any API that would allow me to run commands on my AP230 from - let's say - a python script (or whatever other scripting language)?
09-20-2022 02:25 AM
I know that it is not perfect, but after SSH to one of your APs, you can use:
show amrp client
With that you will get lists of local, and remote (on other APs) clients:
MAC, radio, user profile ID, VLAN, IP, Age, IPv6
Just by matching profile ID to profile name (show user-profile) you can process the data with your script to have "amrp clients" table with profile names, instead of UPID.
Hope it would be good enough.
09-20-2022 11:59 AM - edited 09-20-2022 12:07 PM
Edit: Just saw that I can set my own credentials of choice from XIQ. Will give it another try after the devices recover from a weird state where they don't show up in XIQ but seem to be up and running
Nothing, I can't ssh in the devices 😞
Following the instructions at https://extremeportal.force.com/ExtrArticleDetail?an=000057303 I see that user ; pass should be
admin ; aerohive or Aerohive1
However, I am able to reach the devices, but neither pass seems to be working.
Is that article out of date?
09-20-2022 12:23 PM
Setting the credentials I was able to ssh in the device and see the list of clients, exactly as I needed to. Thank you!!