7. NETCONF Xpath Filter Example for get Command

netconf xpath filter example for get command is the topic of this section.
In the previous section, we used xpath filter for the netconf get-config command, which is used to get the configuration of network devices.
However, the netconf get command is mainly used to get the statistics of network devices.
With xpath filter it is also possible to filter the statistics in order to show only a certain section in the output.

Details

2. Compare XML JSON YAML

Network automation protocols such as NETCONF, RESTCONF, gNMI, and Ansible use XML, JSON,, YAML or Protobuf data structures as a common language for data exchange between network devices and automation controller.
In this section we will have a practical overview and comparison between XML, JSON and YAML data formats or structures. Protobuf will be discussed in gNMI section.

Details

1. Compare NETCONF, RESTCONF and gNMI

Table of Contents YANG based network automation using NETCONF, RESTCONF and gNMI protocols are the discussion of this course. In the first lesson of the course, we will have a review and compare these three protocols. https://youtu.be/VUNYTSq_MzY CLI-based vs YANG-based Network Automation In the previous course, “CLI based network automation using python nornir”, we have…

Details