need a Cisco CLI/API script to mass update L7 geographical rules to 250+ sites (in same org - Meraki MX6x devices)
Budget: $30 – $250 CAD
https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-firewall-l-7-firewall-rules
I need a Cisco CLI/API script to mass update L7 geographical rules to 250+ sites (in same org) - Alll Meraki devices so getting the api key / export list should be quick, my account has access to em all.
Basically the code is done, I just have no idea how to apply it to each router, as this isn't part of my job and manually doing this is making me sad.
{ "rules": [ { "policy": "allow", "type": "allowedCountries", "value": [ "US" <values for some euro countries i dont have off hand> ] } ]}
Looking to have it or an example/test by Monday -Wed next week
I need a Cisco CLI/API script to mass update L7 geographical rules to 250+ sites (in same org) - Alll Meraki devices so getting the api key / export list should be quick, my account has access to em all.
Basically the code is done, I just have no idea how to apply it to each router, as this isn't part of my job and manually doing this is making me sad.
{ "rules": [ { "policy": "allow", "type": "allowedCountries", "value": [ "US" <values for some euro countries i dont have off hand> ] } ]}
Looking to have it or an example/test by Monday -Wed next week