02-05-2020 09:14 AM
Hello everyone,
I am doing a wifi survey and I would need to retrieve some information from all the APs installed in our school (around 136). I wonder if it's possible to run a script in Powershell which should be able to:
My purpose is getting all the different MAC addresses used by each AP and putting them on a txt file.
Could you please advise on this?
Thank you in advance!
02-07-2020 08:14 AM
Hi Brian,
I am not very familiar with python, but I will have a look at that! It seems interesting!
Thank you!
02-05-2020 07:55 PM
If you happen to be familiar with python and netmiko, someone created an "aeromiko" to interface with Aerohive hardware - https://pypi.org/project/aeromiko/
I've not messed with it much, but suffice to say, it can probably be edited to retrieve the data you desire.