Tools

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

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

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 Level 1
  • 2817 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
  • 1021 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 1
  • 540 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 1
  • 597 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...

I have been trying so hard to install YDK-PY in my MacBook. I followed the given documentary, but it did not work. However, it did work on Linux-based machine Ubuntu. Could you please provide a full installation?

khalilmeb by Level 1
  • 4179 Views
  • 11 replies
  • 0 Helpful votes

 I am new to this net programmability field and YANG. So, I am looking for some advises here.I started using ncclient to interact with devices and models. But it is time consuming to decode the modul and code your filters (like <config><native><ip><r...