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.
How does the Automatic VPN Trusted Network work when using only the Meraki MXs as the Client VPN and NOT an ASA? We have two sites that have this setting setup, our corporate office and our data center. The issue we are seeing is that when users co...
I should preface this with the fact that I am new to both Python (not coding, I know PowerShell enough to get by), and the Meraki API. I have also tried using Postman, but to no great effect to the same thing.I'm having some issues trying to gather ...
Thank you for your assistance @BrechtSchamp and @wmcdonald for the original script. Here is the solution that for whatever reason worked for me: https://community.meraki.com/t5/Dashboard-Administration/Gather-all-Clients-across-an-organization-in-Py...
@BrechtSchampThank you for the assistance. I just attempted to run the script and or some reason at line #90-91f.write(str(curr_net_devices[j]['name']))
f.write(',')I get this error, after it got though a handful of our networks. My best guess is t...
I hate to be the one to resurrect a dead post, but I stumbled upon this the other day and took me till now to try it out, as I am new to Python and the Meraki API, but I tried to run this script as is (after adding in my meraki API key and Org ID), i...