Do you have a large number of Meraki MX or Z3 Teleworkor Gateways to deploy? Use this to rapidly deploy templated Z3 Teleworker Gateways or MX appliances
This script:
1. Provisions networks
2. Adds security appliance to networks
3. Names security appliance
4. Applies a configuration template
View Demo · Report Bug · Request Feature
- meraki
- pandas
To get a local copy up and running follow these simple steps.
I sharp mind and a stout heart
- Clone the repo
git clone https://github.com/gobblegoob/meraki-automate.git
- Install requirements
pip -r requirements.txt
You will be required to add add the following informatiton to meraki.json
- Meraki API Key
- Organization Name
- Source File, devicelist.csv by default
You will have to fill out the devicelist.csv which will require at least a Serial Number and device template as configured in the Meraki Portal.
You may then run the program
python3 z3RapidDeploy.py
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/gobblegoob/meraki-automate