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 got three new BGP apps to configure IPv6-only deployments:nc-create-config-ipv4-bgp-41-ydk.py - iBGP neighbor group w/o policync-create-config-ipv4-bgp-43-ydk.py - iBGP neighbor group w/ policync-create-config-ipv4-bgp-45-ydk.py - eBGP neighbor gr...

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

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the releaseAdded openconfig bgp-policy APIs to ydk-py (#102)Introduced ability to programmatically retrieve SDK version of ydk-py (#8)Removed unused d...

abhirame by Cisco Employee
  • 618 Views
  • 0 replies
  • 5 Helpful votes

Static routes, you better avoid them, but sometimes you must have them :-)   You can find sample apps for IPv6 static routing at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/ipYou'll find samples for routing to a...

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

This week we'll focus on IPv6-only apps.  First iteration, IPv6 interface configuration.  You can find the sample apps at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/ifmgrOne sample app (nc-create-config-ifmgr-3...

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

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
  • 1024 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
  • 996 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
  • 870 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
  • 1053 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
  • 678 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
  • 511 Views
  • 0 replies
  • 0 Helpful votes
Top Solution Authors