Python How to Containerize Your Python Script with Dev Containers? A Dev Container is essentially a development environment that's containerized, usually using Docker. It helps to ensure consistency Suresh Vina Jan 23, 2024 6 min read
Python How to Use Mac Vendor Lookup API with Python Today, we are diving into a simple DIY tool – Mac Vendor Lookup API with Python. Imagine you've got Suresh Vina Jan 14, 2024 1 min read
Cisco The Correct(ish) Way to Migrate from Cisco ASA to Palo Alto In this post, I want to share my recent experience where I had to migrate over from a Cisco ASA Suresh Vina Jan 11, 2024 9 min read
Ansible Working with JSON Data in Ansible Hello! In today's post, we're going to explore how to work with JSON data in Ansible. Suresh Vina Jan 3, 2024 5 min read
Ansible Ansible Cisco Network Automation 101 If you're a Network Engineer keen to dive into the world of Network Automation, Ansible is an excellent Suresh Vina Jan 2, 2024 11 min read
Ansible How to Use Ansible 'map' filter In this blog post, let's explore what a map filter is in Ansible and look at some practical Suresh Vina Jan 1, 2024 6 min read
Ansible How to Use Jinja2 Filters in Ansible Hello! In this blog post, we're going to explore how to use Jinja2 filters in Ansible. Jinja2 filters Suresh Vina Dec 31, 2023 6 min read
Ansible Filtering Lists Based on Conditions in Ansible Hello everyone! In this blog post, we're going to look at how to filter lists in Ansible. Filtering Suresh Vina Dec 31, 2023 4 min read
Ansible Working with Lists in Ansible Hey everyone! In this blog post, let's dive into the world of Ansible and explore how to effectively Suresh Vina Dec 31, 2023 9 min read
Python Python for Network Automation As a Network Engineer, I've come to realize that Python is no longer something we can afford to Suresh Vina Dec 31, 2023 7 min read
NetDevOps Network Automation In Action - Cisco + Netmiko + Pandas + CSV Welcome to our 'Network Automation in Action' series! In today's post, I'm taking you Suresh Vina Dec 29, 2023 4 min read
NetDevOps Cisco Restconf - Get Operational Data In this blog post, we'll use Restconf to pull operational data from a Cisco switch. So far in Suresh Vina Nov 26, 2023 7 min read
NetDevOps Restconf - Cisco Interface Configurations (Python) In this blog post, we will look into the practical use of Restconf for managing Cisco Interface configurations. We will Suresh Vina Nov 26, 2023 8 min read
Terraform Terraform for Network Engineers (with examples) If you're a Network Engineer curious about Terraform but not quite sure why you need it or how Suresh Vina Nov 24, 2023 6 min read
NetDevOps Cisco Restconf - URL Encoding In one of my recent projects, I was working with RESTCONF on Cisco devices and ran into a bit of Suresh Vina Nov 21, 2023 5 min read
NetDevOps A Simple Jinja2 Template for Configuring Multiple Cisco Interfaces In today's blog post, we're going to keep things straightforward and easy to understand. We' Suresh Vina Nov 21, 2023 6 min read
Palo Alto Palo Alto PAN-OS SDK for Python - Working with Panorama In this blog post, we'll explore how to use the pan-os-python library with Panorama. Working with Panorama is Suresh Vina Oct 27, 2023 6 min read
Palo Alto Palo Alto Create Bulk Address Objects using Pan-OS Python SDK In this blog post, we'll see how to configure bulk Address-Objects at once and then add them to Suresh Vina Oct 25, 2023 5 min read