Terraform Terraform Remote Backend Example using AWS S3 In this blog post, we will look at how to configure a remote backend for Terraform using an AWS S3 Suresh Vina Mar 21, 2023 4 min read
Terraform How to Upload Multiple Files to AWS S3 Bucket using Terraform Are you looking to easily upload multiple local files within multiple directories to an S3 bucket in AWS using Terraform? Suresh Vina Mar 20, 2023 3 min read
Netmiko Using Python (Netmiko) to Standardize VLANs across 100+ Switches Have you ever found yourself in a situation where you needed to standardize the configuration of VLAN names across multiple Suresh Vina Mar 16, 2023 8 min read
Terraform Terraform for Absolute Beginners Are you a beginner looking to learn Terraform? Don't worry, you've come to the right place! Suresh Vina Mar 15, 2023 11 min read
NetDevOps Cisco pyATS - Genie Parser pyATS / Genie Parser When you run CLI commands on network devices, typically the output presented to you is just a Suresh Vina Mar 1, 2023 4 min read
Python Jinja2 Templating Use Case with Palo Alto In this blog post, let's look at one of the real-world's use cases of Jinja2 Templating. Suresh Vina Feb 2, 2023 11 min read
Netmiko Netmiko Secrets - How to Secure Your Network Automation Credentials Netmiko is arguably one of the great tools for Network Automation. I've been using it for a couple Suresh Vina Jan 27, 2023 3 min read
Python Cisco pyATS - Learn and Diff What is pyATS? Cisco already has excellent documentation about PyATS, so, I will dive straight into an example of how Suresh Vina Jan 24, 2023 11 min read
NetDevOps Palo Alto and Ansible Example In this blog post, I will show you how to use Ansible to deploy configurations to the Palo Alto Firewalls. Suresh Vina Jan 18, 2023 6 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 Jan 18, 2023 7 min read
Netmiko Netmiko's Real-World Use Cases - Network Automation Netmiko is arguably one of the great tools for Network Automation. I've been using it for a couple Suresh Vina Jan 17, 2023 4 min read
Python Python Pandas for Network Engineers Overview As a network engineer, I often find myself working with CSV files on a daily basis. For example, if Suresh Vina Jan 6, 2023 7 min read
Python Python List Comprehension Simplified 'Python List Comprehension' is a concise way to create a list. It is a single line of code Suresh Vina Dec 30, 2022 2 min read
Ansible Ansible and Cisco Example (Updated -Cisco.Ios Module) Overview In this blog post, we will go through how to create a simple Ansible Playbook to configure a couple Suresh Vina Dec 21, 2022 10 min read
Netmiko How to use TextFSM with Netmiko In this blog post, we will go through the steps required to get structured output from network devices using TextFSM, Suresh Vina Dec 8, 2022 6 min read
Ansible Palo Alto Ansible Example - Interfaces and Zones In the previous post, we covered Ansible + Palo Alto fundamentals, in this post, let's go over the example Suresh Vina Nov 12, 2022 7 min read
Ansible Ansible - Making Variables Optional By default, Ansible requires values for all variables in a templated expression. If a variable is not defined, it throws Suresh Vina Oct 26, 2022 1 min read
Python Network Device Templating using Jinja and Python Recently, I came across a task of generating configurations for a handful of Cisco switches. The most important thing of Suresh Vina Oct 15, 2022 7 min read