Tools

A collection of some of the things that I have used to resolve problems and/or achieve my certification goals

Google Colab

Hosted Jupyter Notebook. Great tool for prototyping and executing your code no venv necessary! Check it out at https://colab.research.google.com/

Backup Management Script

A script to manage network device backups saved to a given directory. Designed to be used as a part of the Catalyst Center Network Device Backup Solution

https://github.com/MediocreTriumph/Blog_Stuff/blob/main/Backup_Management_Script

white and black abstract painting
white and black abstract painting
Meraki CSV Bulk Name Change

A script that will allow for you to change, in bulk, the names of Meraki Devices in bulk from a CSV file.

https://github.com/MediocreTriumph/Blog_Stuff/blob/main/Meraki-CSV-Bulk-Name-Change.py

Meraki CSV Bulk Device Add

A script that will read in a CSV with device serial numbers, claim those devices, and then add them to the desired network.

https://github.com/MediocreTriumph/Blog_Stuff/blob/main/Device_Import-v5.py

Config Diff Generator

Want to compare 2 configuration files and print the delta to a file? This script will do exactly that!

https://github.com/MediocreTriumph/Blog_Stuff/blob/main/Config-Diff-Generator