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

Parse YAML file with Python

Introduction In this post we’ll go over how to parse a YAML file with Python. Easy enough but I’m using it so often that it helps to have a little post on it.

Parse XML file with Python

Introduction We’ll focus in this post on how to parse some data structures in Python. We’ll start with XML, but in next posts we will also handle JSON and YAML.