Tagged: DevNet

Understanding RESTCONF

Basic Concepts of RESTCONF Derived from Netconf Model definition in YANG The request/response data is XML or JSON Using HTTPS methods(GET / PATCH / POST / DELETE / PUT) RESTCONF URI format: /<api-entry>/<resource-type>/<yang-module:resource> Yang...

Using the Cisco UI kit

Cisco UI kit is part of DevNet and can be used to develop web applications, here is the GitHub page. Installation Create a folder and clone the UI Kit source from Github. Use the...

DevNet Professional

In the past June 8th, I successfully passed the DevNet exam and became Cisco Certified DevNet Professional. This is my first Cisco certificate and it means a lot to me. I hope I can...

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...

Install Ansible on Ubuntu

The installation environment is Ubuntu 19.10. Upgrade packages Install Ansible Verification ansible.cfg: This is the ansible configuration file.hosts: The hosts file includes the device information( IP address, etc.). Documentation Installing Ansible on Ubuntu https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-ansible-on-ubuntu

Embedded Event Manager simple example

EEM can be used for monitoring, or triggered by specified conditions (change configuration, etc.). The following is Cisco official document. Embedded Event Manager (EEM) is a distributed and customized approach to event detection and...

Configure guestshell on Cisco CSR 1000V

1. Enable IOx 2. Confirm IOx status We can see IOx service (IOxman): Not Ready. This may take a few minutes. 3. Configure port If the port is not configured correctly, the following error...