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

We just added a couple of sample apps for XR IS-IS operational data (model Cisco-IOS-XR-clns-isis-oper).  They produce output pretty similar to a couple of popular IS-IS show commands that exist in CLI.  Check them out!"show isis neighbor"ydk-py-samp...

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

We've put together a new YDK page where you would get plenty of resources including an overview, documentation, pointers to repositories and sandboxes, etc.  You'll find it at:https://developer.cisco.com/site/ydk/Try out and let us know your feedback...

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

All sample apps have been updated to run with YDK 0.4.0. As described in the previous posting, the enum implementation starting in 0.4.0 is not backward compatible.  SeeEnum changes in YDK 0.4.0You can find the entire list of sample apps at:https://g...

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

YDK 0.4.0 introduced a couple of changes to enums that are not backward compatible with YDK 0.3.0.  First, the new enum implementation is based on the enum34 module.  This module backports the enum implementation in Python 3.4 to Python 2.4 and later...

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

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
  • 517 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
  • 415 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
  • 686 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
  • 628 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
  • 1018 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
  • 503 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
  • 436 Views
  • 0 replies
  • 1 Helpful votes