Pinging Hosts Sequentially vs Concurrently in Python
I’m reorganizing some things in my homelab and wanted to check how many hosts are alive in a /24. The […]
I’m reorganizing some things in my homelab and wanted to check how many hosts are alive in a /24. The […]
I’m currently preparing for a network rollout and the preparation includes assigning subnets to the sites. There are subnets needed
In the first post I shared with you my code to calculate tunnel numbers in Cisco SD-WAN. I’m a beginner
When using Cisco SD-WAN on IOS-XE, it uses tunnel interfaces to configure parameters of the implementation. There is a mapping
The two previous posts described what the script does and modules used as well as how the script leverages YAML.
In the previous post I described some of the design considerations for this script and what modules I use. In
I have been playing around with Python lately with the goal of building basic skills in it. I have found
On 19 January 2021, I took and passed the Implementing DevOps Solutions and Practices (DEVOPS) exam on my first attempt.
I was going through Nick Russo’s course Getting Started with Software Development Using Cisco DevNet at Pluralsight and one thing
A colleague needed to connect to several Cisco devices, run some show commands, and save the output. I decided it