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 am completely out of my wits now :(.I was trying to use YDK on a GNS3 virtual set-up based on Cisco 15.2 IoS image. But looks like 15.2 IoS doesnt support the YDK (https://communities.cisco.com/thread/84989).Is there any way for me to for e.g confi...
I installed libydk and related ietf/openconfig/cisco* packages for ydk-py. When I run the hello world app I get the below error. Any probable issues I can debug ? I am using a cisco switch on GNS3.-ThinkCentre-M92p:$ python hello.py BEFORE ProviderT...
Yes, the port numbers are correct. I tried to capture packets for both ssh and netconfserviceprovider transaction and I see only one difference. For ssh case one of the the TCP ACK from my machine to the DUT shows up as "SSH-2. 0-OpenSSH_7.2" and for...
Hi,Any pointers as to how can I debug NetconfServiceProvider.When from my application script I execute the below netconf api I get the error as shown.But the same thing works well with ssh as in "ssh -p 830 test@172.16.172.128 -s netconf".Tried the s...
Hi Abhirame,Please dont bother I got it fixed.I had to update clang on my ubuntu machine and than compile both cpp core and python core to be able to install the same.
Hi Abhirame,Thanks for your input. I am trying to generate the source and install as suggested by you but getting error when installing the new ydk core. Installing ydk core from ydk-py works fine but when done from ydk-gen it gives error.Below are t...
Extremely sorry to be asking again but as a next step, I tried creating my own yang file as shown below.module rosh { container rosh { uses config; } grouping config { leaf version { ... } .... ...