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 Vinasiththamby Dec 8, 2022 5 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 Vinasiththamby 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 Vinasiththamby Sep 7, 2022 5 min read
Palo Alto 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 Vinasiththamby 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 Vinasiththamby 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 Vinasiththamby 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 Vinasiththamby 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 Vinasiththamby Oct 22, 2021 4 min read