Python Python - Read and Write CSV Files (with examples) Once you start working with Python, sooner or later you will come across having to work with CSV files. In Suresh Vina Sep 7, 2022 5 min read
Netmiko 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 Vina May 7, 2022 5 min read
Netmiko Python Network Automation with Netmiko - Part 1 Netmiko a popular Python library used in Network Automation, providing a simple and easy-to-use interface for interacting with Networking Devices. Suresh Vina May 6, 2022 10 min read
NetDevOps Ansible with Cisco - Variables Prerequisite This blog post assumes you have a basic understanding of Cisco devices and Ansible. If you are not familiar Suresh Vina 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 Vina 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 Vina 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 Vina Oct 22, 2021 4 min read
Terraform Terraform Data Sources "Have you ever tried to find a specific book in a library without the help of the librarian or Suresh Vina Jul 8, 2021 3 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 Vina Nov 29, 2020 6 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 Vina Nov 13, 2020 8 min read
NetDevOps Ansible with Cisco - Part 1 Installation and basic set-up Hello readers! I have updated this blog post with new and relevant information. I encourage you to check out the Suresh Vina Nov 7, 2020 13 min read