Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

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
  • 1796 Views
  • 5 replies
  • 0 Helpful votes

Just wanted to share that we found a bug where the model cleared but we were unable to commit a sub-interface to an existing interface on IOS-XR 6.1.2 (submitted case 681760171)commit-reply<?xml version="1.0"?><rpc-reply message-id="urn:uuid:00f97ce8...

dave_stern by Community Member
  • 2771 Views
  • 1 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
  • 1380 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
  • 774 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
  • 1268 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
  • 1002 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
  • 563 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
  • 571 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 Community Member
  • 4530 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
  • 2741 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
  • 1199 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...

dave_stern by Community Member
  • 1668 Views
  • 4 replies
  • 0 Helpful votes

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
  • 733 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...