This blog is part of my series on Devops for Networking. In this blog, I will cover how to configure and monitor Cisco NXOS devices using Netconf. In 1 of my earlier blogs, I have provided basics of Netconf and Yang.
I have used Nexus 3k switch for my experiments below.
Netconf has the following layers:
- Transport protocol is sshv2.
- rpc request section contains namespace related details.
- Operations section could be different operations like edit-config, get-config, commit, lock etc.
- Content section contains the actual device operation in XML format. The schema for the content can either be specified in XSD format or using Yang. Cisco NXOS devices support XSD format and I will use it in this blog.
