Python Python List Comprehension Simplified 'Python List Comprehension' is a concise way to create a list. It is a single line of code Suresh Vina Dec 30, 2022 2 min read
Netmiko How to use TextFSM with Netmiko In this blog post, we will go through the steps required to get structured output from network devices using TextFSM, Suresh Vina Dec 8, 2022 6 min read
Python Network Device Templating using Jinja and Python Recently, I came across a task of generating configurations for a handful of Cisco switches. The most important thing of Suresh Vina Oct 15, 2022 7 min read
Python Python - Read and Write CSV Files (with examples) Once you start working with Python, sooner or later you will come across having to work with CSV files. In Suresh Vina Sep 7, 2022 5 min read
PALO-REST-API Palo Alto REST API with Python In the previous post, we covered PanOS REST API fundamentals. In this post, we will go through the example and Suresh Vina Aug 18, 2022 5 min read
Python Python to find Switch & Port using Mac Address Recently, I came across a task where I had to track down the switch ports the devices are connected to Suresh Vina May 20, 2022 6 min read
Netmiko Python Network Automation with Netmiko - Part 2 In the previous post, we have seen how to get started with Netmiko and send a single command to a Suresh Vina May 7, 2022 5 min read
Netmiko Python Network Automation with Netmiko - Part 1 Netmiko a popular Python library used in Network Automation, providing a simple and easy-to-use interface for interacting with Networking Devices. Suresh Vina May 6, 2022 10 min read
NetDevOps Using Python to resolve multiple hostnames to IP addresses As a Network Engineer, I work with IP addresses all day long. But most of the time I am handed Suresh Vina Oct 22, 2021 4 min read