AWS How to Trigger Lambda Function from CloudWatch Alarms In today's blog post, we're going to dive into how you can trigger a Lambda function using CloudWatch Alarms. As Suresh Vina Dec 10, 2023 5 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 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
AWS AWS Networking Fundamentals for Beginners Welcome to today's blog post where we're focusing on AWS Networking fundamentals. If you're new to AWS or just want Suresh Vina Nov 26, 2023 10 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 How to Bootstrap Palo Alto Firewalls in AWS? In this blog post, we will look at how to bootstrap Palo Alto firewalls in AWS. Bootstrapping is a method Suresh Vina Nov 16, 2023 7 min read
AWS AWS Private Subnets vs Public Subnets In this short blog post, we're going to tackle a topic that often trips up AWS users, understanding the difference Suresh Vina Nov 15, 2023 2 min read
ISE Cisco ISE for Beginners - What it is and What does it do? Cisco Identity Services Engine (ISE) is a tool that many Network and Security Engineers come across in their work. If Suresh Vina Oct 31, 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
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
Cisco BGP Origin Codes Explained i - IGP, e - EGP, ? - incomplete In this quick blog post, we're going to talk about BGP origin codes. Ever seen an 'i' or a '? Suresh Vina Oct 16, 2023 3 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
AWS Schedule AWS Lambda Functions using EventBridge Rules In today's blog post, we're focusing on how to use EventBridge Rules to schedule the execution of our Lambda function. Suresh Vina Oct 8, 2023 5 min read