What is NETCONF and what is YANG and what are they used for. I can't quite workout anything from the docs I tried reading.
For further actions, you may consider blocking this person and/or reporting abuse
What is NETCONF and what is YANG and what are they used for. I can't quite workout anything from the docs I tried reading.
For further actions, you may consider blocking this person and/or reporting abuse
Ismael Chery -
MakendranG -
Victor Leung -
Nicolas Frankel -
Once suspended, ashokcodes will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, ashokcodes will be able to comment and publish posts again.
Once unpublished, all posts by ashokcodes will become hidden and only accessible to themselves.
If ashokcodes is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Ashok Mohanakumar.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag ashokcodes:
Unflagging ashokcodes will restore default visibility to their posts.
Top comments (1)
The NETCONF protocol provides a programmatic interface to handle SNMP. RESTCONF and gRPC are alternatives to NETCONF that align closer with REST APIs and other programmatic standards. No matter which transport protocol is used, the YANG data models define the APIs, and are the same.
Here are a couple of free resources to help (you might need to register):
Getting the "YANG" of it with Standard Dtaa Models video:
developer.cisco.com/video/net-prog...
Getting Started with NETCONF/YANG blog:
community.cisco.com/t5/networking-...
What and Why of Model Driven Programmability Learning Lab
developer.cisco.com/learning/track...