- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Adding SSID's to different networks from the Meraki Dashboard
Hello there
I am hoping you can help. I am VERY new to Meraki and am hoping to get a pointer.
We have sites all over NZ that use wireless ssid's from a meraki unit. We manage all the 'networks' from the Meraki Dashboard and have been testing some ssid's from our main site and now want to push them out to most of the other sites.
My question is, is there a way to make the ssid available at all the other locations rather than having to select each network one at a time in the dashboard and manually creating the same ssid?
thanks so much, and if this is the wrong place to post this, sorry
- Labels:
-
API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Depends how your network is setup... if you’ve used templates then you could just add it to the template. But assuming you’ve not then the easiest way is probably using the API to push the configuration to each site.
You can use Python, as an example, to script it, and use the network SSID API endpoint, https://developer.cisco.com/meraki/api-v1/#!get-network-wireless-ssids, there is also a ‘put’ version. If you haven’t any experience with scripting or APIs the you might want to find a partner in NZ who can assist you (@PhilipDAth is a good option).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bruce, thanks so much for your help, when you say 'API to push the configuration to each site' are you meaning from the Meraki Dashboard we have access to? (web console)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To use the API you write a script using a language like Python. You then run that script to make the changes. This doesn't touch or use the dashboard at all.
Not elegant, but one solution you could try is to use my offline backup script, backup the org, and then copy the bit from the restore script for just the SSID, and have that restore it into the different networks using "paste" and a bit of editing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for that, much appreciated
