Configuring NETCONF: Cisco C9800 WLC The best way to learn Python is to leverage your existing lab. Learn how easy it is to enable NETCONF-YANG on the Cisco C9800.
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 Associate certification, it will be critical to understand JSON and how it will be used with scripting and
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. I continue my series in studying for the Cisco DevNet Associate certification. XML stands for Extensible Markup Language and is a way to describe sets of data.
YAML Basics for DevNet Taking a look at the Cisco DevNet Associate exam topics (DEVASC 200-901), one of the first objectives is to compare different data formats. Those data formats you should be able to compare are XML, JSON, and YAML. To start, I decided to take a look at YAML and what