Coming from the network engineering world, I had not a single thought what Test Driven Development (TDD) was. We just do it live, right? All jokes aside, as network engineers, we test out our …
Parsing XML with Python Minidom
A core skill for a DevNet associate is being knowledgeable of how to parse XML into a Python structure. Data can be retrieved from devices using different data structures such as XML, YAML, or …
What is YANG – For Network Engineers
YANG - Yet Another Next Generation. Network engineers are used to hearing Next Generation. For example, Next Generation Firewalls and Next Generation Wireless. But in this case, I’m talking about …
Continue Reading about What is YANG – For Network Engineers →
Parsing JSON with Python
JSON seems to be a popular data structure to use with APIs. I work with Meraki often and noticed the decision they went with. You can see the output easily with an API dev environment such as …
Configuring NETCONF: Cisco C9800 WLC
As I begin looking into Python and the DevNet materials, I’ve been wanting to utilize my own lab in order for me to run various tests against. I also wanted it to be closer to Wi-Fi, aside from …
Continue Reading about Configuring NETCONF: Cisco C9800 WLC →
Intro to JSON for DevNet
In continuation with the DevNet Associate Challenge, I look at the JSON structured data format. It’s heavily used with Cisco documentation and training. If you’re studying for the Cisco DevNet …