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

Let's make this week another instance of "IPv6-only week".  All YDK examples will be IPv6 only.  Let's start with NTP. Three sample apps to configure NTP on an IPv6 network:nc-create-xr-ip-ntp-cfg-21-ydk.py - IPv6 NTP servernc-create-xr-ip-ntp-cfg-23...

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

One of the simplest ways you can get started with YDK is using the YDK-Py sandbox based on Vagrant.  The sandbox provides an Ubuntu (16.04) virtual machine with YDK-Py pre-installed.  The installation includes the latest release of YDK (0.5.1) and th...

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

During the NANOG 68 conference, we delivered a 90-minute introduction to YDK that is posted on YouTube.  You can watch the entire presentation at:https://www.youtube.com/watch?v=2oqkiZ83vAAThe session covers:A general introduction to the benefits of ...

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

One of the requirements for MPLS Traffic Engineer is to enable RSVP signalling and to define how bandwidth should be managed on an interface (bandwidth constraints model). The ydk-py-samples repository now has six custom applications to configure RSV...

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

The ydk-py-samples repository now has eight sample applications for static and dynamic (DNS) domain lookup.  All apps use the CRUD service:nc-create-xr-ip-domain-cfg-20-ydk.py - static (local) hostsnc-create-xr-ip-domain-cfg-22-ydk.py - single domain...

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

Sometimes I'm asked: how is YDK different from other alternatives?  Instead of doing a direct comparison, I'll share some criteria that can be used to evaluate model-driven APIs.  But, before doing so, let me say that YDK is not a commercial product....

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

Team,I'm not quite understanding something with YDK.I created a fresh setup of YDK as shown below...[gibson@rickenbacker PythonProjects]$ git clone https://github.com/CiscoDevNet/ydk-py.gitInitialized empty Git repository in /home/gibson/PythonProjec...

brfoster by Cisco Employee
  • 1711 Views
  • 5 replies
  • 0 Helpful votes

The YDK-PY samples repository has gone through three important improvements to bring apps in line with the recent enhancements introduced in YDK 0.5.0 and later.  These changes apply to all apps (~250) in the repository:Basic apps now use a file name...

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

Nathan writes: Hi Is here a sample of a read operation with something equivalent to a pretty print of the configuration that has been read? Many thanks Nathan You can use the CRUD service in combination with the codec service to pprint the configurat...

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

Model bundles were one of the major enhancements introduced in YDK 0.5.0 .  With bundles, model APIs are grouped by model family.  This represents a significant change to how YDK is packaged.  Before YDK 0.5.0, the YDK Python package was monolithic. ...

saalvare by Cisco Employee
  • 657 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 YDK bundles (#43, #148, #149)Created YDK core library and pluggable namespace packages that share the same module prefix ydk.mod...

abhirame by Cisco Employee
  • 825 Views
  • 2 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 releaseSupport for Python3Introduced support for Python 3 (#60)Both Python 2 and Python 3 are now supported for ydk-gen and ydk-pyBundle improvemen...

abhirame by Cisco Employee
  • 373 Views
  • 0 replies
  • 0 Helpful votes

Hi I'm new with the NeXt UI.I'm trying to generate a topology graph that represent our network.Because the topology is dynamic and may contains hundreds of nodes I chose to use the auoLayout property.You can see my example here:https://jsfiddle.net/3...