- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Push update configuration on all Networks.
Hi All,
Is there a way to push configs on all networks in a single Organization? It's really hard for me to do an update on every 298 sites one by one.
Is it a third party application or I can do it within the dashboard?
If it's a third party is it paid or free third party app?
Thanks everyone
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What kind of change are you trying to make?
If you are using templates, and you make a change to the template, it automatically makes that exact change to every network bound to the template. This is the most common method used for when you have lots of identical sites.
Boundless Digital is a well known third party that makes several tools for automations and provisioning.
https://www.boundlessdigital.com/#
You can also search the app market place for third party solutions.
https://apps.meraki.io/en-US/home
You could also write a Python script using the API to make the changes.
https://developer.cisco.com/meraki/api-v1/
Then there are third party configuration management systems like Ansible. Ansible lets you automate a LOT of things, not just Cisco Meraki networks.
https://docs.ansible.com/ansible/latest/collections/cisco/meraki/index.html
There are just so many options. You are spoiled for choice. It's hard to recommend any specific one without knowing more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What kind of change are you trying to make?
If you are using templates, and you make a change to the template, it automatically makes that exact change to every network bound to the template. This is the most common method used for when you have lots of identical sites.
Boundless Digital is a well known third party that makes several tools for automations and provisioning.
https://www.boundlessdigital.com/#
You can also search the app market place for third party solutions.
https://apps.meraki.io/en-US/home
You could also write a Python script using the API to make the changes.
https://developer.cisco.com/meraki/api-v1/
Then there are third party configuration management systems like Ansible. Ansible lets you automate a LOT of things, not just Cisco Meraki networks.
https://docs.ansible.com/ansible/latest/collections/cisco/meraki/index.html
There are just so many options. You are spoiled for choice. It's hard to recommend any specific one without knowing more.
