Hi , I was look at the Yang data model for MPLS LDP and trying to write a yang file based on this.
Before that, I just wanted to know is there any way to generate yang file based on the yang model. Basically, I wanted to avoid the manual work.
refer data model:
https://www.ietf.org/archive/id/draft-ietf-mpls-ldp-yang-04.txt
Sample Yang file:
https://github.com/YangModels/yang/blob/master/vendor/cisco/xe/1632/mpls-ldp.yang
Please let me know. thanks.
YDK consists of a set of APIs derived from an existing YANG model. We do not have a way to generate YANG model. I am not aware of any such tool. Most
Thank you so much Abi. can you point me good link on YDK guide.