Skip to content

gobblegoob/meraki-automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Meraki-Automate

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

Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

Built With

  • meraki
  • pandas

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

I sharp mind and a stout heart

Installation

  1. Clone the repo
    git clone https://github.com/gobblegoob/meraki-automate.git
  2. Install requirements
    pip -r requirements.txt

Usage

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

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/gobblegoob/meraki-automate

Acknowledgements

About

Meraki tools using Meraki Dashboard API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages