codingfreak
codingfreak

Reputation: 4595

Understanding Netconf and Yang in NMS

I am really new to Network management systems where object modelling, netconf and Yang being used widely.

I would like to know if there is any list of books or articles to follow to understand the whole concept. Any opensource projects in C and python for handson experience with the same would be of great help.

Upvotes: 0

Views: 623

Answers (3)

Bhuvan
Bhuvan

Reputation: 429

I recommend the following books.

  1. Network Programmability with YANG: The Structure of Network Automation with YANG, NETCONF, RESTCONF, and gNMI by Benoit Claise, Joe Clarke and Jan Lindblad
  2. SDN_ Software Defined Networks_ An Authoritative Review of Network Programmability Technologies by by Thomas D. Nadeau, Ken Gray

Articles:

  1. Google for "Yang based network automation"
  2. https://www.linkedin.com/pulse/netconfyang-network-automation-over-snmp-sahan-hannadige/

Upvotes: 1

NetHead
NetHead

Reputation: 71

There is a book due to be published by Addison Wesley on May 10, 2019:

Network Programmability with YANG: Data Modeling-driven Management with YANG.

by Benoit Claise, Joe Clarke and Jan Lindblad.

According to the preview book cover it will cover the structure of network automation with YANG, NETCONF, RESTCONF and friends.

In terms of open source software, the yuma123 and netopeer2 projects both have NETCONF Client and Server implementations written in C.

Upvotes: 1

Chris Sommers
Chris Sommers

Reputation: 21

Try downloading Confd-basic from tail-f. It has lots of documentation, tutorials and it is a top-tied config management framework. https://developer.cisco.com/site/confD/downloads/

Upvotes: 2

Related Questions