GVE_DevNet_Meraki_Device_Editor
script that reads from an Excel file and changes the network, name, location and tags for a set of Meraki devices
Contacts
Solution Components
- Meraki python SDK
- Excel python SDK (xlrd library)
Installation/Configuration
- To the install the dependencies, use pip
pip install -r requirements.txt
-
After installing the dependendencies, make sure to generate an Excel file with the appropriate info. Reference the provided file for the format.
-
In the config file, include your Meraki API key, latitude/longitude of the devices (1 location for all), and the organization ID of interest (https://developer.cisco.com/meraki/api/#!get-organizations)
# API key from the Meraki dashboard
MERAKI_DASHBOARD_API_KEY = ''
- Last, run the script and enter the file name as an input. Example below
python3 main.py filename.xlsx
Screenshots
- Meraki Device configuration before executing script


- Meraki Device configuration after executing script

LICENSE
Provided under Cisco Sample Code License, for details see LICENSE
CODE_OF_CONDUCT
Our code of conduct is available here
CONTRIBUTING
See our contributing guidelines here
DISCLAIMER:
Please note: This script is meant for demo purposes only. All tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with their use.
You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.