Infrahub Creating, Modifying, and Deleting Data in Infrahub Using the Python SDK The Infrahub Python SDK allows you to interact with Infrahub programmatically and can be used to query, create, modify, and Suresh Vina May 13, 2025 13 min read
Infrahub Automation Workflow with Infrahub, Nornir & Jinja2 In this blog post, we will explore how InfraHub integrates with Jinja2 and Nornir to simplify network automation workflows. To Suresh Vina Feb 6, 2025 15 min read
Palo Alto Trying to Automate Palo Alto Firewall Objects/Rules Cleanup In this blog post, we will walk you through how to clean up Palo Alto Firewall Objects and Rules using Suresh Vina Feb 5, 2025 9 min read
Containerlab Simple BGP Lab with Containerlab and Nornir (Lab-as-a-Code) I'm sure many of you can relate to the familiar headache that comes with setting up Network Labs. Suresh Vina Jan 28, 2025 15 min read
NetDevOps How to Create Custom Jinja2 Filters? Hi everyone, welcome back to another blog post on Jinja2 and Python. I'm not an expert in Jinja2; Suresh Vina Jan 26, 2025 4 min read
Infrahub InfraHub Schema Library In my previous InfraHub introductory post, we covered installation and the basics of InfraHub. In this second post, let’s Suresh Vina Jan 18, 2025 5 min read
NetDevOps Napalm Configuration Management With Arista EOS Hi all, welcome back to the Packetswitch blog. In today's post, we'll explore how to use Suresh Vina Jan 15, 2025 6 min read
Python Nornir Network Automation Nornir is a Python library designed for Network Automation tasks. It enables Network Engineers to use Python to manage and Suresh Vina Jan 7, 2025 13 min read
Ansible Getting Started with Juniper and Ansible Overview In this blog post, we will go through how to create a simple Ansible Playbook to configure a Juniper Suresh Vina Dec 28, 2024 7 min read
Ansible Cisco OSPF Configuration with Ansible As a Network Engineer who's spent a considerable amount of time configuring OSPF directly on Cisco Routers using Suresh Vina Dec 25, 2024 10 min read
Infrahub Getting Started with Infrahub If you're in the Network Automation space or attended one of the last two Autocon events, you might Suresh Vina Dec 11, 2024 9 min read
Arista Introduction to Arista PyeAPI The Python Client for eAPI (pyeapi) is a Python library that simplifies working with Arista eAPI, removing the need to Suresh Vina Nov 15, 2024 7 min read
Containerlab Running Cisco IOL Devices in Containerlab Containerlab v0.58.0 supports running Cisco IOL images, which is something I was very much looking forward to. IOL Suresh Vina Oct 26, 2024 3 min read
Palo Alto Auto Scaling Palo Alto VM-Series Firewalls in AWS In this blog post, we're going to explore how to Auto-Scale Palo Alto VM-Series Firewalls in AWS. It& Suresh Vina Oct 6, 2024 14 min read
CI/CD Network CI/CD Pipeline - Speed Up Your CI Jobs with GitLab Cache In the previous pipelines, I’ve been using Python and had to install multiple pip modules. Suppose we have 5 Suresh Vina Sep 15, 2024 6 min read
CI/CD Network CI/CD - Configuration Management with Napalm and Nornir Hi all, welcome back to part 4 of the Network CI/CD blog series. So far, we've covered Suresh Vina Sep 7, 2024 12 min read
CI/CD Network CI/CD Pipeline - GitLab Variables Hi all, welcome back to our Network CI/CD blog series. In the previous posts, we covered what CI/CD Suresh Vina Sep 5, 2024 3 min read
Python Python OOP - Method vs Function and the Mystery of ‘self’ I just realized how much I didn't know about Python Object-Oriented Programming. I thought I knew the basics, Suresh Vina Sep 2, 2024 4 min read