Monthly Archive: May 2020

Install Grafana and InfluxDB on Ubuntu server

Install Grafana Installation Start the server Verification Access to http://{ip address}:3000/, the default username and password is admin/admin. Install InfluxDB Installation Start the server Verification In the next article I will discuss how to...

Upload Yang Models to the Yang-explorer

In the previous article, we discussed how to install Yang Explorer. Now we need to upload Yang Models to the Yang Explorer. Manage Models – Workspace – Add Select the Yang Models file, then...

Install Yang Explorer on Ubuntu

I am learning DevNet recently, so I installed Yang Explorer on Ubuntu server. The following is the installation process. Install required packages Install Yang Explorer Configure IP address Run Yang Explorer in the background...

Ansible uses ad-hoc to perform tasks

In the previous article I installed Ansible on Ubuntu, in this article I will discuss how to use Ansible. There are two ways for Ansible to perform tasks, ad-hoc and playbook. Here I will...