cancel
Showing results for 
Search instead for 
Did you mean: 

Powershell script to retrieve information from multiple APs?

Powershell script to retrieve information from multiple APs?

fstorer
New Contributor

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:

 

  1. Connect to all the APs (from a list of IP addresses)
  2. Run the command "Show interface" for each AP
  3. 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!

2 REPLIES 2

fstorer
New Contributor

Hi Brian,

I am not very familiar with python, but I will have a look at that! It seems interesting!

Thank you!

bpowers
Contributor

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.

GTM-P2G8KFN