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 expertsI have a policy map in our device and use the redirect nexthop route-target command.I've tried to get the policy map configuration with YDK and I can only get the class-name and class-type with no additional policymaprule.Can I get the full...

haoywang by Cisco Employee
  • 1333 Views
  • 5 replies
  • 0 Helpful votes

Resolved! commit replace

Hi,I would like to ask if I can do "load ftp:<username>:<password@<host>/config_file.cfg" and "commit replace" operation via ydk-py??Thanks a lot!!

yitung by Cisco Employee
  • 1072 Views
  • 1 replies
  • 0 Helpful votes

Configuration of local user names can be done with the Cisco-IOS-XR-aaa-lib-cfg model.  Here are some simple sample apps that make use of that model:nc-create-xr-aaa-lib-cfg-20-ydk.py - user name with one task groupnc-create-xr-aaa-lib-cfg-22-ydk.py ...

saalvare by Cisco Employee
  • 636 Views
  • 0 replies
  • 0 Helpful votes

If you're new to YDK and model-driven APIs, this blog post will help you understand the basic.  Most importantly, it will help you understand the motivation behind YDK and why it simplifies network programmatiblity:http://blogs.cisco.com/sp/simplifyi...

saalvare by Cisco Employee
  • 1080 Views
  • 0 replies
  • 0 Helpful votes

One of the simplest data models you can use is Cisco-IOS-XR-infra-infra-cfg.  It allows you to configure banners for TTY/VTYs on IOS XR.  Just pushed 11 sample apps for this model.  Seven custom apps:nc-create-xr-infra-infra-cfg-20-ydk.py - Exec bann...

saalvare by Cisco Employee
  • 762 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 releaseIntroduced support for two new service providers (#365)RestconfServiceProviderOpenDaylightServiceProviderIntroduced support for netconf ser...

abhirame by Cisco Employee
  • 469 Views
  • 0 replies
  • 7 Helpful votes

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:Fixed issues with netconf service (#323, #305)Disambiguated model API classes called 'None' (#318)Removed 'Bits' from classes representing ...

abhirame by Cisco Employee
  • 490 Views
  • 0 replies
  • 6 Helpful votes

Having trouble getting past the core and netconf bundle installs. Assuming the error I get when installing the cisco-asr-ios-xr bundle is because the compliation of the core has failed (second error not shown or in the error log attached simply says ...

dave_stern by Level 1
  • 3573 Views
  • 12 replies
  • 0 Helpful votes

Hi ,I want to do the following config but failed... anyone can help me to understand how to code it?? Many Thanks!!I also have another question about how to add "redistribute connected". I can see "connected_routes" under Bgp.Instance.InstanceAs.Four...

yitung by Cisco Employee
  • 2312 Views
  • 2 replies
  • 0 Helpful votes

A couple months ago, I posted some simple sample apps to configure gRPC dial-in telemetry configurations using the OpenConfig YANG model:nc-create-oc-telemetry-30-ydk.py - dialin with single sensor-group/subscriptionnc-create-oc-telemetry-32-ydk.py -...

scadora by Cisco Employee
  • 1021 Views
  • 0 replies
  • 1 Helpful votes

Resolved! ECDSA dependency?

Hello all. Getting this error when trying to pip install.(ydk-py) xxxx:~/Desktop/ydk-py-master/core$ pip install dist/ydk-0.5.2.tar.gzProcessing /.dist/ydk-0.5.2.tar.gzCollecting ecdsa==0.13 (from ydk==0.5.2)  Retrying (Retry(total=4, connect=None, r...

Vagrant sandbox now runs the latest YDK version 0.5.2! This sandbox is the simplest way to get started with YDK-Py.  It provides an Ubuntu (16.04) VM with YDK-Py pre-installed and hundreds of sample applications. The sandbox is part of the ydk-py-sam...

saalvare by Cisco Employee
  • 517 Views
  • 0 replies
  • 0 Helpful votes
Top Solution Authors