Mastering IAM in Google Cloud

You’ve done it. You’ve built a magnificent castle in the cloud. Your VPCs are the strong outer walls, your VMs are the bustling workshops, and your databases are the treasure-filled vaults. But now comes the most important question of all: Who…

Basics of Python Part -1

Expressions: In python, 2+2 is called an expression, which is the most basic kind of programming instruction in the language. Expressions consists of values such as 2 & the + symbol is called operator. Below is the list of Math…

How to configure devices using NAPALM

NAPALM or Network automation and programmability abstraction layer with multivendor support. is an open source python library that implements a set of functions to interact with network devices of different vendors using a unified API. This Software also helps in…

Enable SSH using Net Miko

Telnet to switches in the Lab is fine, However, in a production environment for security reasons we should use SSH. For SSH connections to the network devices, we use Netmiko. Netmiko is a multi vendor library that simplifies paramiko ssh…

First steps in Automation with Python

The below is my current topology. I have the Network Automation controller connected to the Ethernet Switch in GNS3 which is connected to Cisco Switch & Cisco IOS router. I also have a Cloud which actually bridges the GNS Network…

error: Content is protected !!