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…
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…
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…
In python, we can use loops if we want to repeat a task specified number of times. The below code will print number from 2 to 9. So, here we are introducing the range keyword & it is important to…
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…
There is no need for me to explain the importance of learning a programming language. However, often network engineers find it difficult to understand the concepts of programming and apply then knowledge to their respective field. I am not going…
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…
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…
If we want to run a complex application using multiple services, a better way to do it is to use docker compose. Docker compose is a file written in YAML format. We can put together multiple services running in this…
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 !!
Establish a Persistent Connection
Like the content ? Get notified when I post something new. I promise not to spam your Email.