DNA Center (DNAC) is an essential component of Cisco's intent-based networking. It serves as the central point for network management and …
DevNet Associate
Listing Meraki Network Devices Using the API (DevNet)
Starting with the basics of network automation involves learning how to construct code. The DevNet Associate will test against your ability …
Understanding Version Control with Git (Cisco DevNet)
Introduction to Version Control Creating, saving, and tracking code can be very tedious if you’re constantly renaming them with different …
I Passed the DevNet Associate Exam!
Cisco DevNet launched in 2014 under Susie Wee. On February 24th, 2020 they released their brand new DevNet Associate certification, along …
Test Driven Development Concepts
Coming from the network engineering world, I had not a single thought what Test Driven Development (TDD) was. We just do it live, …
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 …
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 …
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 …
XML Basics for DevNet
Understanding the basic concepts of the XML format and the content it contains will be important when dealing with APIs and writing scripts. …