- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get a list of all SSID in the organization
Hello,
We have ~100 sites / networks in our organization. I am lookiong for a way to more easily get a list of all the SSIDs in the organization and their basic settings - SSID name, Auth type (psk, radius, etc.), and if radius - what the radius servers are.
Aside from clicking through each network, is there a way to see this? Some report or something? (we are not using templates at this time)
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The “easiest” way is to obtain this information via API. Take a look at this script.
GitHub - zabrewer/meraki-get-ssids: Async utility to quickly pull all SSID info from all Networks in...
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As said above, the easiest way to do this is to use the API.
You will need a script that iterates through each network in your organisation and get the SSID information.
