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
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 it can 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'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
NetDevOps Cisco Restconf Example In today's blog post, we're going to explore how to interact with a Cisco 9300 switch using RESTCONF and Python. Suresh Vina Oct 24, 2023 6 min read
NetDevOps How to Install and Use Cisco YANG Suite? In today's post, we're diving into Cisco YANG Suite, a tool that makes using netconf/restconf a breeze. If you Suresh Vina Oct 21, 2023 10 min read
NetDevOps Terraform is Good, but I Like Pulumi Terraform fans, don't beat me up just yet. I've got my reasons for preferring Pulumi in my personal projects, and Suresh Vina Oct 8, 2023 6 min read
Terraform How to Create AWS Lambda Functions (Python) with Terraform? In this blog post, we're going to learn how to set up an AWS Lambda function using Terraform. I'll walk Suresh Vina Oct 4, 2023 7 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
Terraform Terraform - How to Associate Multiple Subnets to the Same Route Table? In this quick read, we're diving straight into a common question many of us have when using Terraform, How to Suresh Vina Sep 21, 2023 2 min read
Palo Alto AWS Gateway Load Balancer (GWLB) with Palo Alto Firewalls In this blog post, we're exploring AWS Gateway Load Balancer, commonly known as GWLB. We'll get to grips with what Suresh Vina Sep 19, 2023 8 min read
Docker How to Run Docker Containers in AWS EC2 Instances? Welcome to yet another Docker-themed post. In this post, we'll look at how to run Docker images in AWS EC2 Suresh Vina Sep 12, 2023 3 min read
Docker How to Install LibreNMS as a Docker Container In this blog post, we will walk you through the process of installing LibreNMS as a Docker container on MacOS. Suresh Vina Sep 6, 2023 6 min read