Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

What is the usual speed for NetconfService to get information from a model?For me NetconfSercie.get() takes about 14 second, is this normal?Is there a faster way to do it than the way below? from ydk.services.netconf_service import NetconfService fro...

MahdiR by Level 2
  • 658 Views
  • 0 replies
  • 0 Helpful votes

Hello, I am attempting to push a basic openconfig-interfaces configuration to an IOS-XE(version 16.9.4) device using YDK, and the model is rendering properly but the device is rejecting the configuration with the following error: <?xml version="1.0" ...

grundler by Frequent Visitor
  • 4999 Views
  • 10 replies
  • 0 Helpful votes

  When I use RestconfServiceProvider passing as repo: repo = Repo() I get this error: 2020-07-27T10:51:20: %YDK-INFO: Ready to communicate with http://10.51.65.19:80/restconf using http 2020-07-27T10:51:20: %YDK-INFO: Path where models are to be down...

vadigreg by Cisco Employee
  • 1429 Views
  • 5 replies
  • 0 Helpful votes

Is there a way to upgrade the python version that comes with the latest ydk-py docker image (version 3.5.2)?I have tried removing the older version with:apt purge python3 and installing python 3.6 with: apt-get update --fix-missing && apt-get install...

MahdiR by Level 2
  • 647 Views
  • 0 replies
  • 0 Helpful votes

I'm trying to generate a bundle for Cisco IOS XE 17.2.1 from these yang models.When I run ./generate.py --python --bundle profiles/bundles/cisco-ios-xe_17_2_1.json, it gives me these errors:Attachment: my bundle profile in txt

Skjermbilde.PNG
MahdiR by Level 2
  • 773 Views
  • 1 replies
  • 0 Helpful votes

Hello, I was trying to install ydk-cpp on my mac(OS 10.14.2) and got a problem. I had already installed Pcre by brew install pcre but it reports fatal error: 'pcre.h' file not found. I have followed all the steps successfully on https://github.com/Ci...