Python Python Network Automation with Netmiko - Part 2 In the previous post, we have seen how to get started with Netmiko and send a single command to a Suresh Vinasiththamby May 7, 2022 5 min read
Python Python Network Automation with Netmiko - Part 1 Let me preface by saying that I'm not a Python expert by any means but I have a basic understanding Suresh Vinasiththamby May 6, 2022 9 min read
NetDevOps Ansible with Cisco - Variables PrerequisiteThis blog post assumes you have a basic understanding of Cisco devices and Ansible. If you are not familiar with Suresh Vinasiththamby Dec 29, 2021 9 min read
NetDevOps Using Ansible with Vagrant If you are not familiar with Vagrant, I highly recommend reading my previous Vagrant Introduction post here. Vagrant for NetDevOpsThere Suresh Vinasiththamby Dec 28, 2021 7 min read
NetDevOps Vagrant for NetDevOps There were many situations in the past where I had to quickly set up a Syslog server or a Radius Suresh Vinasiththamby Dec 27, 2021 13 min read
NetDevOps Using Python to resolve multiple hostnames to IP addresses As a Network Engineer, I work with IP addresses all day long. But most of the time I am handed Suresh Vinasiththamby Oct 22, 2021 4 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 Vinasiththamby Dec 22, 2020 6 min read
NetDevOps Network Configuration Backup with Ansible and Git The typical way you would perform Network Configuration Backup is by using NCM software such as Solarwinds NCM, Rancid, Oxidized Suresh Vinasiththamby Nov 29, 2020 6 min read
IaC Terraform VPC example with for_each loop On my previous post, we used count parameter to deploy multiple resources of the same kind. This method may cause Suresh Vinasiththamby Nov 21, 2020 4 min read
NetDevOps Ansible with Cisco - Part 2 ios_config module Cisco IOS configurations use a simple block indent file syntax for segmenting configuration into sections. Ansible ios_config module provides Suresh Vinasiththamby Nov 13, 2020 8 min read
NetDevOps Ansible with Cisco - Part 1 Installation and basic set up Despite the fact that Network is one of the critical components of a business, true Network Stack automation is almost Suresh Vinasiththamby Nov 7, 2020 12 min read
IaC Terraform Data Sources Terraform defines datasources as: Data sources allow data to be fetched or computed for use elsewhere in Terraform configuration. Use Suresh Vinasiththamby Apr 30, 2020 3 min read