merakitools
CLI tools for managing Meraki networks based on Typer.
merakitools provides CLI based to monitoring and configuration tools available through the Meraki
Dashboard API. It was designed to help with bulk configuration creation and migrations to the Meraki platform.
Installation
Install with pip
or your favorite PyPi package mananger.
Set enviornment variable MERAKI_DASHBOARD_API_KEY
to your Meraki API key
Then try a command.
Example Commands
List Meraki Networks in an organization
merakitools networks list <YourOrgName>
List Meraki MR devices in a network
merakitools devices list <YourOrgName> <YourNetworkName> --type MR\
Create a static NAT entry on a Meraki MX security appliance
merakitools mx create-staticnat <YourOrgName> <YourNetworkName> --nat <name>!<publicIP>!<privateIP> --port tcp!636!192.0.2.1/32 --port tcp!8080!any
For more commands check out the command documentation.
Testing
For a free and easy to use testing enviornment, use the Cisco DevNet Sandbox Meraki.
Note: The sandbox is read-only, so you will not be able to test commands that write data to the Dashboard
License
Copyright (C) 2021 Billy Zoellers
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.