10-13-2020 09:18 PM
Hi Guys,
Does anybody knows a way to retrieve via API the serial number and MAC address from the Access Points in an Extreme Campus Controller?
The XCC is integrated with XMC
The purpose is to integrate the info in an XMC workflow.
Thanks
Mig
Solved! Go to Solution.
10-13-2020 09:28 PM
Hello Mig,
if you already start a workflow. Then you can go to the XCC via CLI and use the following CLI command to get the APs and their MACs:
show report ap_availability
It’s easy to parse the output and extract MAC and SERIAL.
Regards
Stephan
10-13-2020 09:35 PM
Stephan,
This will do the trick.
Thanks
Mig
10-13-2020 09:28 PM
Hello Mig,
if you already start a workflow. Then you can go to the XCC via CLI and use the following CLI command to get the APs and their MACs:
show report ap_availability
It’s easy to parse the output and extract MAC and SERIAL.
Regards
Stephan