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…

How to easily create your own docker image

in case, if you are developing an application & decide to run it as container or if you want to install something as a container that is not available on docker hub, then you would have to create your own…

Deploying our First application with Docker

We are going to deploy the Voting app using Docker. It has to be noted, that this application is not written by me & I am simply using an app that is available in GitHub. The application is available on…

Understand basics of Docker Engine

Docker Engine as we discussed before is simply referred to a host with docker installed on it. When we install docker on a machine, three different components are installed. The docker Deamon is a background process that manages such as…

error: Content is protected !!