DevNet blog

Andreas Baekdahl: From intern to CCIE instructor

Andreas Baekdahl

This is the story of how I discovered the world of networking and certifications, and how my ambitions in this field, along with my passion for learning and teaching, have...

Andreas Baekdahl: From intern to CCIE instructor

Andreas Baekdahl

This is the story of how I discovered the world of networking and certifications, and how my ambitions in this field, along with my passion for learning and teaching, have...

Data structure terminology

Andreas Baekdahl

Did you know there is now such thing as a YAML list or a JSON dictionary? Let's get the terminology straight for basic data structures across four of the code languages we...

Data structure terminology

Andreas Baekdahl

Did you know there is now such thing as a YAML list or a JSON dictionary? Let's get the terminology straight for basic data structures across four of the code languages we...

Accessing data in nested Python lists and dicts

Andreas Baekdahl

When working with JSON based REST APIs, it is common to receive responses with nested data structures in various combinations. After converting JSON to a Python data structure we can easily...

Accessing data in nested Python lists and dicts

Andreas Baekdahl

When working with JSON based REST APIs, it is common to receive responses with nested data structures in various combinations. After converting JSON to a Python data structure we can easily...

IOS-XE RESTCONF list element operations

Andreas Baekdahl

In this blog post, we will cover RESTCONF on IOS-XE, exploring supported HTTP methods and endpoint paths, along with example JSON payloads and the corresponding CLI configuration results. Understanding which...

IOS-XE RESTCONF list element operations

Andreas Baekdahl

In this blog post, we will cover RESTCONF on IOS-XE, exploring supported HTTP methods and endpoint paths, along with example JSON payloads and the corresponding CLI configuration results. Understanding which...

NETCONF anatony

Andreas Baekdahl

  In this article we will examine the basic characteristics of the NETCONF protocol as defined by the original RFC 6241. This protocol works as a standardized API for interacting...

NETCONF anatony

Andreas Baekdahl

  In this article we will examine the basic characteristics of the NETCONF protocol as defined by the original RFC 6241. This protocol works as a standardized API for interacting...

Terraform looping

Andreas Baekdahl

In this article we will explore how to utilize the Terraform looping mechanism to manage Cisco ACI configuration based on JSON-like data. This enables us to store the configuration in...

Terraform looping

Andreas Baekdahl

In this article we will explore how to utilize the Terraform looping mechanism to manage Cisco ACI configuration based on JSON-like data. This enables us to store the configuration in...