- Resolved Issue #6.
- Fixed issue with unclaiming switches before removing switch stack.
- Updated requirements.
- Reverted back to Finbarr Brady's webex-bot after a pull merge.
- Added Private VLAN -> Port Isolation to encyclopedia.
- Removed older bot code.
- Updated AUTHORS.rst.
- Updated .gitignore
- Translate now checks to make sure that the target switches have the same number of ports as the sources.
- Added environment variable to specify a Meraki Oragnization name.
- Added support for ip default-gateway as a static route.
- Changed BOT libraries to enable websockets and remove ngrok for security.
- Began adding logic for Catalyst Cloud Monitoring onboarding.
- Edited README.
- Renamed mc_user_sample.py to mc_user_info.py and commented out possible environment variables.
- Added logic to merakicat.py to handle missing variables on import from mc_user_info.py.
- Added the ability to Check the configs of cloud monitored Catalyst switches for both translatable and possible Meraki features.
- Included "with timing" and "with details" options on check drag-n-drop.
- Renamed some called functions in external modules.
- Updated encyclopedia.
- Migrated batch helper code for cleaner installation.
- Supports NM ports.
- Merged nm-specifics into the encyclopedia.
- Downloads a fresh copy of the encyclopedia from my repo if the local copy is over 24 hours old.
- Code beautification with flake8.
- Setting up for publishing automation.
- Changed directory structure for publishing.
- Released on PyPI.
- Option added for check with drag and drop files in bot mode.
- Added missing timing in check report in bot mode.
- Still not yet released on PyPI.
- Option added for detailed check report "with detail".
- Option for PDF vs. DOCX reporting in checker.
- Layer 3 Interfaces (interface VLAN) supported.
- Static routes supported.
- Command added for "demo report".
- New reporting in checker.
- Port-channel LACP is working and fast.
- Using a single mc_pedia.
- Using both config_pedia and check_pedia.
- Changed to ngrok API for bot functionality
- Lots of comment blocks added.
- Now using batch port updates to Meraki dashboard.
- Some light refactoring of mc_translate module.
- More prep work for Uplink config.
- Added Catalyst NM module recognition and prep work for Uplink config.
- Removed external data fetch for list of unsupported features in prep for adding display of features that are semi-supported.
- Added command line help python merakicat.py help.
- Created command line option vs BOT.
- Just try python merakicat.py convert host to .
- Not yet released on PyPI.