Netmiko - Check if VLAN exist on switch

Automation is everything

This blog post demonstrates an example on network validation, checking if a specific VLAN exists. The purpose of writing functions is to make your life easier, when you need to perform this task then you can just reference the function and you don’t need to re-write the same code every... [Read More]

Netmiko and web front-end example

Automation is everything

Flask is a Python framework that allows you to build a web application using Python and Jinja. There is much more to Flask but in this blog, I’m going to simply demonstrate how you can write a basic Flask app to interact with a Cisco device and display the returned... [Read More]