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'm experimenting with ydk-examples from https://github.com/CiscoDevNet/ydk-py-samples and got stuck in something.I'm trying to deploy this config on XRv9K import logging from ydk.services import CodecService, CRUDService from ydk.providers im...

Hello Community,    I brought the last set of ACL sample apps for basic level ydk-py.  You can encode OpenConfig ACL configurations with this set of sample applications.   cd-encode-oc-acl-10-ydk.py - encode boilerplate cd-encode-oc-acl-30-ydk.py - ...

deom by Cisco Employee
  • 2510 Views
  • 10 replies
  • 0 Helpful votes

Team,   Can someone post example YDK code for configuring interface encapsulation?  Like this XML...   <config> <interface-configurations xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg"> <interface-configuration> <...

brfoster by Cisco Employee
  • 786 Views
  • 1 replies
  • 0 Helpful votes

Hi Team,   I am able to test some of sample python programs using YDK + XR.  However, getting error while using YDK with NX-OS ? I tried CRUD read/write it seems to be not working. Do we have any sample for YDK for NX-OS ?   I am testing latest YDK w...

prmalik by Cisco Employee
  • 882 Views
  • 1 replies
  • 0 Helpful votes

Hi, Python3 and Python3-pip installed successfully but when trying to install ydk-py using:sudo -H pip3 install ydk-models-cisco-ios-xr command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-install-l1f6352_/ydk/setup.py';f=getat...

 Both ydk-gen and ydk-py repositories have been updated at GitHub. The updated documentation is available online at https://ciscodevnet.github.io/ydk-py/ or locally from your cloned repository: firefox ydk-py/docs/index.htmlNew features and enhanceme...

yangorelik by Spotlight
  • 607 Views
  • 0 replies
  • 0 Helpful votes

 Both ydk-gen and ydk-go have been updated at GitHub. The updated documentation is available online at https://ciscodevnet.github.io/ydk-go/ or locally from your cloned repository: 'firefox ydk-go/docs/index.html'Here is a list of new features and fi...

yangorelik by Spotlight
  • 579 Views
  • 0 replies
  • 0 Helpful votes

(pyats) -bash-4.2$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.6 (Maipo)   Used pip install ydk   (pyats) scoroger@wnburcdnst-ats8 /opt/ats/scoroger/pyats: pythonPython 3.4.1 (default, Aug 15 2019, 12:00:51) [GCC 5.3.1 20160406 ...

scoroger by Cisco Employee
  • 823 Views
  • 1 replies
  • 0 Helpful votes

Hello!Could you please help me ?I try to build XE bundle, but it takes pretty long time. (more than 2 days).I run make utility  with -j5 to speed up building, but it still pretty slow.specification: c++11 (as it defined in cmake file)CPU model is pre...

Top Solution Authors