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.
Hello!In a dual-WAN AutoVPN setup with both uplinks active, we should have 4 tunnels (wan1↔wan1, wan1↔wan2, wan2↔wan1, wan2↔wan2).We are seeing cases where only the tunnels for one uplink are established.Both WAN interfaces show active/up, but the se...
Hi all,Quick question to validate my understanding of Site-to-site VPN Translation (1:M) on MX.In this mode:Multiple internal prefixes / hosts are translatedTraffic is NATed to a single /32 addressFrom the remote site perspective, all traffic appears...
Hello Meraki Community,I would like to get statistics or historical data for Monitoring Destinations configured in Meraki Appliance. From what I've researched, that's not possible.https://developer.cisco.com/meraki/api-v1/get-network-appliance-connec...
Hi everyone,I’m encountering an issue with the getDeviceAppliancePerformance endpoint of the Meraki API. Until last month, it was working perfectly, but now it’s returning the HTTP status code 204 - No Content.The expected behavior of this endpoint i...
Sure, weekly we got appliances with this behavior, I tried to make something with getOrganizationApplianceVpnStats but is needed to create a lot of if condition.
Hello!You need to use this: https://developer.cisco.com/meraki/api-v1/update-network-appliance-connectivity-monitoring-destinations/To configure on all networks, make for loop in python.network_id = [A, B, C]
for x in network_id:
response = das...