Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,Do you have a BGP configuration API (/networks/{networkId}/appliance/vpn/bgp)?I'm trying to get the configuration (via python and via Meraki Python Library), but I always get the response: 500 Internal Server Error.I have configured BGP on my MX a...
Hi,I have the following case:In HQ I have two routers (ISR 4000) connected to the Internet which:1. Each router on the Gi0/0/0 interface is connected to a different ISP.2. Routers on the interfaces to ISPs (Gi0/0/0) have VRF configured3. A DMVPN tunn...
Hi why can't you do this using the API?For example, get the current configuration (/networks/{networkId}/appliance/vpn/siteToSiteVpn), modify it with a simple script, and use the API to put the desired configuration?