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-py have been updated at github. Here is a list of features that have gone into the releaseIntroduced netconf service and codec serviceNetconf service provides APIs to execute netconf operationsCodec service provides APIs to encod...

manradha by Level 1
  • 540 Views
  • 0 replies
  • 2 Helpful votes

Hello all,I have a nodeSet that was already created and now I want to add new nodes to it.I'm doing this when the nodeset is expanded. My code goes as follows:topo.on('beforeExpandNodeSet', (sender, nodeSet) => {        var lanInfo = this._topologyCl...

Great to see YDK-Py being highlighted by Python Top News!https://twitter.com/PythonTopNews/status/718546271917637632 http://gettopical.com/pythonlanguage/37d3589b8a4691f9e19ea5d645b86f53

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

We just pushed a Vagrant box config to the GitHub repo for the sample apps (https://git.io/vaw1U).  This sandbox is the simplest way to get started with YDK-Py.  It provides an Ubuntu (14.04) VM with YDK-Py pre-installed. The "samples" and "projects"...

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

We're taking a break from the recent IS-IS sprint.  Check out the BGP configuration examples at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/ipv4You'll find iBGP and eBGP examples using neighbor groups and in sev...

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

Hi,I would like to search for nodes (by name or other parameters) in my topology.After finding I would like to "select" them.So I have to iterate over all nodes.This already works fine for all nodes shown in the current view. (found many different wa...

m.rainer by Level 1
  • 1050 Views
  • 1 replies
  • 0 Helpful votes

As part of the series of samples apps for configuring IS-IS that we started last week, check out inter-area examples for IPv4 and IPv6 routing at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/clnsAs always, make s...

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

Watch model-driven API talk/demo from Open Networking Summit 2016: https://t.co/Ic5ZCcQCyGIf you were looking for a YDK introduction, look no more!

saalvare by Cisco Employee
  • 451 Views
  • 0 replies
  • 1 Helpful votes

I'm starting a series of samples apps for configuring IS-IS:  Check out single-area examples for IPv4 and IPv6 routing at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/clnsAs always, make sure you review the READM...

saalvare by Cisco Employee
  • 538 Views
  • 0 replies
  • 1 Helpful votes

One of the simplest models you can getting started with is Cisco-IOS-XR-infra-infra-locale-cfg.yang.  It allows you to set the device locale (country and language).  You can find sample apps for this model at:https://github.com/CiscoDevNet/ydk-py-sam...

saalvare by Cisco Employee
  • 567 Views
  • 0 replies
  • 1 Helpful votes

You can find basic apps for configuring routing policies at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/policyAs usual, make sure you read the README file for basic apps.  It explains how apps are named and how ...

saalvare by Cisco Employee
  • 650 Views
  • 0 replies
  • 1 Helpful votes

You can find basic apps for reading system time and file system info at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/shellutilThese apps are based on two simple models: Cisco-IOS-XR-shellutil-filesystem-oper.yang...

saalvare by Cisco Employee
  • 540 Views
  • 0 replies
  • 1 Helpful votes

You can find basic apps for using the OpenConfig BGP model at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/bgpMore sample apps for this model are coming down the road, but these should get you going.Make sure you...

saalvare by Cisco Employee
  • 946 Views
  • 0 replies
  • 1 Helpful votes

The GitHub repo for YDK-Py (https://github.com/CiscoDevNet/ydk-py) comes with a couple of sample apps.  There is also a separate sample app repo (https://github.com/CiscoDevNet/ydk-py-samples) that includes a larger number of sample apps.  You'll fin...

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