- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Automate Vlan creation in networks with csv file
Hello everybody,
I'm new to scripting and quite despair...
I don't know how to simply automate the deployment of a new VLAN on my meraki networks (organization of 100 networks with many VLAN already configured).
I would like to use a csv file with the following field (id, name, applianceIp, subnet) to update my network configurations.
Is there somebody who can share an example of a python script and csv file that I can use please ?
I'm at standstill, thanks for your help.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recommend having a look at this Youtube demo from my colleague on how to use the Collection Runner in Postman to make changes in mass using a csv file. This seems like a good use-case for what you are trying to do and is simple to implement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Take a look at this:
https://github.com/CiscoDevNet/meraki-network-vlan-provision
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recommend having a look at this Youtube demo from my colleague on how to use the Collection Runner in Postman to make changes in mass using a csv file. This seems like a good use-case for what you are trying to do and is simple to implement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jason,
This tool is amazing and it perfectly meets my need !
Thanks a lot for this link.
Have a nice day
