cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1924
Views
7
Helpful
1
Replies

Push update configuration on all Networks.

Charles72
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

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.

https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates

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.

View solution in original post

1 Reply 1

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

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.

https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates

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.