Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
I am new to YANG/Netconf. Apologies in advance if there is an obvious answer to my question.
I am using the Yang models of the https://github.com/YangModels/yang repositories, Python 3.9.2 and pyang 2.5.3 for the following:
I am trying to get a f...
Hello@Umesh Shetty,
unfortunately, I haven't had a chance to use YANG since those days. If I remember correctly, "/native/ntp" is the path within the YANG structure from which we wanted to get the XML skeleton. This path is used to "carve away" the u...
Thank you for pointing me into the right direction. I was able to get the required XML "template" with pyang using the following command:
pyang -f sample-xml-skeleton Cisco-IOS-XE-native.yang Cisco-IOS-XE-ntp.yang --sample-xml-skeleton-defaults --sam...