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

Third batch of apps for this "IPv6-only week".  Five sample apps to configure IGP routing for IPv6 using OSPFv3. Samples include both single-area and inter-area configurations:nc-create-xr-ipv6-ospfv3-cfg-20-ydk.py - single-area IPv6 routingnc-create...

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

Second batch of apps of this "IPv6-only week".  Six sample apps to configure DNS in an IPv6 network:nc-create-xr-ip-domain-cfg-21-ydk.py - static (local) IPv6 hostsnc-create-xr-ip-domain-cfg-23-ydk.py - single domain with various IPv6 DNS serversnc-c...

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

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
  • 417 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
  • 353 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
  • 1029 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
  • 409 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
  • 573 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
  • 842 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
  • 1487 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
  • 356 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
  • 416 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
  • 576 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
  • 685 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
  • 339 Views
  • 0 replies
  • 0 Helpful votes