Spanning-tree helps you create a loop-free topology in your switched network. The question we should ask ourselves is: What causes a loop in a switched network? We add loops in our network by adding redundancy in our switched network when there are...
This article explores some of Python's essential functions—enumerate(), reversed(), zip(), map(), fi…
In certain situations, Jinja templates can become overly complex and difficult to manage due to the …
# Outline: Basics Tips I Want to Remember As I continue to work with Docker, I find that many useful…
While trying to wrap my head around some of the NetBox database relationships, I wished for a database schema diagram. I looked through the …
Introduction to Network Automation This chapter delves into the fundamentals of network automation with Nornir, a powerful Python-based fram…
Introduction In network automation, a "source of truth" is vital for managing and automating network devices, IP addresses, and connectivity…
Hey there! Today we will be building a cheat sheet to facilitate using some very helpful tools for network automation. This helps us get som…
Problem Statement The other day I had a situation where I had two Windows machines from work that I wanted to transfer some big files (Bigge…
In the last post of this series, we downloaded the images and created the containers to run our monitoring environment. You can check it out…