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

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
  • 393 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
  • 399 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
  • 2766 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
  • 1909 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
  • 884 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
  • 406 Views
  • 0 replies
  • 0 Helpful votes

Hi all,Currently I'm (excitedly) exploring NeXt UI and already have a lot of ideas but at this moment I'm investing a lot of time to find detailed documentation.For example: I wanted to save the initial coordinates of a node and tried a lot of things...

I'm working on an PoC for ASR9K. And would like to demonstrate how to program the MPLS-te tunnel.First thing first, I want to know how to program the LDP like the CLI below?? any sample config??I saw there is a Cisco_IOS_XR_mpls_ldp_oper module and C...

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

May I know how to "no shutdown" the interface??I can only find the interface_configuration.shutdown=empty() to explicitly shutdown the interface but can't find a function to explicitly no shutdown the interface.Many Thanks!

yitung by Cisco Employee
  • 1883 Views
  • 3 replies
  • 0 Helpful votes

We've reached over 500 YDK-Py sample apps in the ydk-py-samples repository!514 apps34 data models (config, oper, RPC)3 model bundles (Cisco IOS XR, OpenConfig and IETF)3 YDK services (CRUD, Codec, Executor)1 repository (ydk-py-samples)New year's reso...

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

We all hope to leave SNMP behind, but for the time being, we'll have to deal with it.  Now, if we want to test SNMP traps, IOS XR defines 33 RPCs in the model Cisco-IOS-XR-snmp-test-trap-act.yang.  You will find 78 sample apps for entity, infra, inte...

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

When I create the ospf process, it shows the following error:======================================        error-type: application        error-tag: operation-failed        error-severity: error        error-path: ns1:ospf/ns1:processes/ns1:process[p...

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

In a previous post (Let's roll back the last configuration commits), we discussed how to use the Executor service to roll back the last configuration changes.  XR actually has three more RPCs defined in Cisco-IOS-XR-cfgmgr-rollback-act.yang. Looking ...

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