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 our previous 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
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're diving into a basic yet 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 a bit 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 an Address-Group Suresh Vina Oct 25, 2023 5 min read
Python What is Encapsulation in Python? (With Examples) In this blog post, we're diving into the concept of Encapsulation in Python. To make things easy to understand, we'll Suresh Vina Oct 17, 2023 8 min read
Palo Alto Palo Alto Automation - What do I do? Where do I start? If you're like me, using Palo Alto firewalls every day, you'll appreciate the value of automation, especially when there are Suresh Vina Oct 2, 2023 11 min read
AWS What is AWS boto3 Paginator? (with examples) Today, we're diving deep into a really useful feature of the AWS boto3 Python SDK, the Paginator. If you've ever Suresh Vina Sep 27, 2023 3 min read
AWS How to use 'NextToken' in boto3 AWS API Calls? Today we're talking about how to use 'NextToken' in AWS API calls, specifically when using the Boto3 Python SDK. If Suresh Vina Sep 27, 2023 5 min read
Python Network Configuration Backup with Python In this blog post, we're diving into a simple Python script. This script will SSH into your network devices and Suresh Vina Jul 28, 2023 4 min read
Palo Alto Palo Alto PAN-OS SDK for Python At first glance, the pan-os-python library seemed tricky to me. I was more comfortable using Palo Alto's REST-API for its Suresh Vina Jul 27, 2023 9 min read
NetDevOps Object Oriented Programming (OOP) for Network Automation To be honest, I never thought I needed Object-Oriented Programming (OOP) for my job as a Network Engineer. I used Suresh Vina Jul 23, 2023 8 min read
Python Python Object Oriented Programming (OOP) - with examples As you start your journey in Python programming, you might wonder, "If we already have functions in Python for bundling Suresh Vina Jul 23, 2023 9 min read
NetDevOps Generating Cisco Interface Configurations with Jinja2 Template Jinja2 is an open-source templating engine for Python, offering a smart way to create dynamic content. In the context of Suresh Vina Jun 11, 2023 12 min read
NetDevOps How to Start Learning Network Automation? If you've found your way here, it's probably because you're curious about Network Automation and want to know how to Suresh Vina May 13, 2023 11 min read
Python Transferring Files with Netmiko SCP (file_transfer) Function When it comes to copying files to and from network devices, the Netmiko SCP file_transfer function offers a straightforward Suresh Vina May 2, 2023 4 min read
Python What Is Python concurrent.futures? (with examples) As a Python learner, I've faced several challenges, but so far, one of the most difficult topics to understand has Suresh Vina May 1, 2023 8 min read