Ios Xe

RESTCONF with Python

Installation In this post, we went over a number of use cases. We used POSTMAN to understand the details. Here is the list of use cases for your convenience.

RESTCONF intro with Postman - Part 1

What is RESTCONF As per RFC 8040 (RESTCONF Protocol), the IETF describes RESTCONF as: an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).

Interacting with IOS XE using Paramiko (part 1)

Introduction In this blog post, we will explore Paramiko to interact with Cisco devices. We will do a couple of things: - Execute a single command against a Cisco IOS XE device - Execute a single command against multiple Cisco IOS XE devices - Execute a multiple commands against multiple Cisco IOS XE devices - Set interface descriptions on Cisco IOS devices