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

Hi all,The following code worked before I updated to ydk 0.7.0.  Now I am receiving an error when a ydk.errors.YPYCoreError when I run it.  I have tested against several virtual devices running XR (code level 6.0 and 6.2.1 as well as XR router in YDK...

sihart by Cisco Employee
  • 527 Views
  • 1 replies
  • 0 Helpful votes

Hi,I'm trying to use ydk to configure Huawei VRP devices using netconf.So far, I've managed to generate the ydk for the Huawei YANG files (located here: https://github.com/Huawei/yang), and have started to play with the API.I've got a simple bit of c...

geordish1 by Level 1
  • 3490 Views
  • 11 replies
  • 0 Helpful votes

Here's an easy way to try YDK-Py 0.7.0! The Vagrant box is now updated: vagrant@ydk-py:~$ pip list | grep ydk ydk                     0.7.0       ydk-models-cisco-ios-xe 16.7.1      ydk-models-cisco-ios-xr 6.3.1       ydk-models-ietf         0.1.4...

saalvare by Cisco Employee
  • 844 Views
  • 0 replies
  • 1 Helpful votes

Hi ,  I am trying to run ydk-py-samples (hello-ydk.py) again cisco XRv 6.0.2 and I am getting the below error:./hello-ydk.py Traceback (most recent call last):  File "./hello-ydk.py", line 50, in <module>    str(timedelta(seconds=system_time.uptime.u...

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:2018-01-31 version 0.7.0CRUD service improvementsFixed handling of reading operational data nodes (#664)Improved formatting of payloads in ...

abhirame by Cisco Employee
  • 547 Views
  • 0 replies
  • 0 Helpful votes

Both ydk-gen and ydk-cpp have been updated at github.Here is a list of features that have gone into the release:2018-01-31 version 0.7.0CRUD service improvementsFixed handling of reading operational data nodes (#664)Improved formatting of payloads in...

abhirame by Cisco Employee
  • 385 Views
  • 0 replies
  • 0 Helpful votes

I recently purchase the Cisco Virl and i am getting this error message when I launch a topology with 16 iOSv and 4 iOSvL2Exceeded quota(s): {'VCPUS': {'available': 12.0, 'required': 20}}Traceback (most recent call last):  File "/usr/local/lib/python2...

Our yang model has a condition like below (sample)   container timers {      leaf config-1 {        type uint16;        default "60";        units "seconds";      }      leaf config-2 {        type uint16;        default "180";        units "seconds"...

Manju_V1 by Level 1
  • 661 Views
  • 2 replies
  • 0 Helpful votes

The first version of ydk-go has been released on github as version 0.7.0 (alpha) with full feature parity with Python and C++! Check out the documentation and these sample apps.Here is a list of features that have gone into the release:Added support ...

abhirame by Cisco Employee
  • 675 Views
  • 0 replies
  • 1 Helpful votes