Tools

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

Forum Posts

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
  • 1150 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
  • 795 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
  • 623 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
  • 920 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
  • 852 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
  • 1449 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
  • 675 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
  • 585 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
  • 719 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
  • 807 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
  • 952 Views
  • 0 replies
  • 1 Helpful votes