Powershell script to retrieve information from multiple APs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎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:
- Connect to all the APs (from a list of IP addresses)
- Run the command "Show interface" for each AP
- Export the results to a txt/html file
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎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.
