How to push security policies to the multiple networks in an organization !!
How to push security policies to the multiple networks in an organization !!
We are able to perform this task in one network/MX at a time via Python/Postman. Now the query is how to push the policies to multiple networks/MXs within an organization.
If you have to do it via API, then Python scripts can still be used for that. You'd probably look to apply tags to certain Networks, then have your script look for all Networks with that tag, you then iterate through that list and apply the desired change. You could also potentially look to use a complementary API-based service from a Meraki Ecosystem partner (their tools use the API in the background). Check out the Network Management tools here: https://apps.meraki.io/ maybe the Boundless I Configuration tool, under Categories > Automation > Orchestration ..?