Monthly Archive: September 2020

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

Paramiko and Netmiko examples

Paramiko example: Netmiko example: Common error: If the Python file name is paramiko.py or netmiko.py, the following error will occur. Changing the file name can solve this problem.