In this post we will look at using Ansible to retrieve and deploy network configuration to cisco routers using Netconf.
Tag: cisco
Learn how to automate the creation of network configurations using jinja in a modular way.
So you’ve been using python to automate and generate network configuration for a while now and have become pretty good with it. But what about…
A look at automating SDWAN CSR1000v configuration by modifying OVA contents for deployment with VMWare.
A look at tools and practical examples for interpreting YANG for network automation. YANG is a great tool but it can be difficult to understand.
An overview and guide of deploying a cisco CSR1Kv device on an SDWAN network.
It’s been a while since I’ve written a new post, the last month or so has been very busy at work. I am also studying…
An introduction to the REST API using python and Cisco SDWAN
In a previous post, I went over the basics of using Jinja to create templates for network configurations. This time I will be showing some…