Reputation: 4595
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
Reputation: 429
I recommend the following books.
Articles:
Upvotes: 1
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
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