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

Here is code snippet on what i am trying >>> from ydk.path import NetconfSession>>> from ydk.path import Codec>>> from ydk.types import EncodingFormat>>> session = NetconfSession('10.64.86.95', 'lab', 'lab') >>> root = session.get_root_schema() >>> v...

I am facing performance issue to add 2000 interfaces information under YANG models - yang model "from ydk.models.cisco_ios_xr import Cisco_IOS_XR_infra_statsd_oper" take about 30 seconds - yang model 'from ydk.models.juniper_show_interfaces import sh...

Does YDK has support for protobuf encoding ? That is given a YANG model, can YDK generate encoders/decoders to send/receive data in protobuf format.The below link says, its one of the non-standard approaches. http://events.linuxfoundation.org/sites/e...

It's been awhile since we've added some sample apps for Cisco IOS XE configuration.  Here are some examples of encoding OSPF configuration in XML using the Codec service. cd-encode-xe-native-router-ospf-20-ydk.py - single area ipv4 router cd-encode-...

ydk-white-256.png
saalvare by Cisco Employee
  • 640 Views
  • 0 replies
  • 0 Helpful votes

I have read the YDK development document, from: http://ydk.cisco.com/py/docs/ . I do not find some API related with YANG notification feature. if it is that I miss something or the YDK now does not support notification? 

lxlmummy by Level 1
  • 787 Views
  • 1 replies
  • 0 Helpful votes

Hi Experts,first of all I want to send you a lot of kudos for this amazing project.I’m working in NSO / next ui project and I stuck in a stupid question that regards a String concatenation with a {#...} variable under nx.ui.component working as "MyNo...

fmarangi by Cisco Employee
  • 1304 Views
  • 1 replies
  • 0 Helpful votes

Release data: 2019-03-15, Version: 0.8.2 Online documentation: http://ydk.cisco.com/go/docs Resolved GitHub issues Libyang error: Reached limit (65535) for storing typedefs #874'delete' and 'replace' filters do not work properly with gNMI and CRU...

ygorelik by Cisco Employee
  • 952 Views
  • 0 replies
  • 0 Helpful votes

Release data: 2019-03-15, Version: 0.8.2 Online documentation: http://ydk.cisco.com/py/docs New features and enhancements Expanded disabling of data validation to read operations with NetconfServiceProvider.Expanded disabling of data validation to ...

ygorelik by Cisco Employee
  • 537 Views
  • 0 replies
  • 0 Helpful votes

Release data: 2019-03-15, Version: 0.8.2 Online documentation: http://ydk.cisco.com/cpp/docs New features and enhancements Expanded disabling of data validation to read operations with NetconfServiceProvider.Expanded disabling of data validation to g...

ygorelik by Cisco Employee
  • 477 Views
  • 0 replies
  • 0 Helpful votes

Hi, I'm running a docker ubuntu container image (3.6.6-jessie) and I'm trying to do a pip3 install ydk.  I am seeing the following error:   pip3 install ydkCollecting ydkUsing cached https://files.pythonhosted.org/packages/f1/db/63ebe7da93a3784b8767d...

jkary by Cisco Employee
  • 1242 Views
  • 1 replies
  • 0 Helpful votes

I am having an issue installing ydk on debian v10, with the following error.I have tried both building from the source and using the .deb version both with the same results.Any help would be appriciated.Thanks. 2019-03-11T18:29:12 Created temporary d...

victorhb by Level 1
  • 464 Views
  • 0 replies
  • 0 Helpful votes

     The YDK-Py Vagrant sandbox is now updated with YDK 0.8.1:   $ pip list | grep ydk ydk 0.8.1 ydk-models-cisco-ios-xe 16.9.1 ydk-models-cisco-ios-xr 6.5.1.post1 ydk-models-cisco-nx-os 9.2.2 ydk-models-iet...

ydk-white-256.png
saalvare by Cisco Employee
  • 788 Views
  • 0 replies
  • 0 Helpful votes
Top Solution Authors