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.
I was learning NETCONF by following steps on https://developer.cisco.com/learning/tracks/iosxe-programmability/intro-device-level-interfaces/intro-netconf/step/4.The code worked as expected with CSR 1000v(Version 16.09.03) in Cisco Sandbox, but didn'...
It looks like NETCONF can also get the dynamic IP assigned to an interface. We just need to use a different YANG model. I tried "Cisco-IOS-XE-interfaces-oper.yang" and it worked. Not sure if there are any standard YANGs that can do the same. Here...
Hi Difan,I'm a beginner myself, but I think what you get is normal and expected.There are different APIs to work with network devices. NETCONF is used to read/write configuration. If you use NETCONF <get-config> to read the configuration, it is the...