It’s been a while since the Universal Network Backup Tool was developed. This weekend a new version was released. There is one major bug fix and some enhancements. Changelog: Fixed bug crashing script because of ‘%’ present in the username/password
Category: Network automation
Cisco Meraki REST API calls using SDK
In the previous article about Cisco Meraki, I’ve shown you a way to interact with REST API by using the requests library. This article is focused on a Meraki SDK, which provides an easier way to interact with Meraki. Tools
Cisco DNA REST API calls using SDK
There are various methods of interacting with the Cisco DNA Center. In the previous articles, I’ve shown you how to execute REST API calls by using Postman software and Python’s requests library. This time, I’ll use an SDK dedicated for
Cisco DNA REST API calls with Python’s requests library
In this article, I’ve shown you how to execute simple REST API calls to the Cisco DNA Center using Postman. Today, we will switch to Python to build a couple of useful scripts. Tools To run REST API calls we
Cisco Meraki REST API calls with Python’s requests library
In the previous articles, I’ve described how to execute REST API calls using Postman software. This time we will dive into Python. Tools To run REST API calls we will use Python3 with the requests library. It’s not installed by
Cisco DNA Center REST API calls with Postman
In this article, we will take a look at base REST API calls to the Cisco DNA Center. As in the previous post, the Postman software will be used. Environment For the purpose of this article, we will use a
Cisco Meraki REST API calls with Postman
Since network automation is becoming more and more desirable in today’s networks, it’s worth knowing some of the basic methods which we can use. That’s why in today’s article, I want to show you basic REST API call examples based
Parsing XML/JSON/YAML into Python data structures
In this article, I’ll cover how to parse XML, JSON, and YAML data structures into Python. If you want to learn more about data structures, visit this article. Describe parsing of common data format (XML, JSON, and YAML) to Python
Data model comparsion – XML/JSON/YAML
This is the first article from a series on the Cisco DevNet Associate exam (DEVASC 200-901). I’m currently preparing for this exam, so in the following weeks, I’ll be publishing articles about the exam topics. Compare data formats (XML, JSON,
Universal Network Backup Tool
Managing a multi-vendor network environment can be challenging. Especially when it comes to performing configuration backup tasks. Each vendor has its own approach to accomplishing such a task. Some network equipment even doesn’t have any built-in mechanism to send running-configuration