Tools

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

Forum Posts

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
  • 591 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
  • 1302 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
  • 697 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
  • 820 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
  • 1180 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
  • 2193 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
  • 500 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
  • 702 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
  • 835 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
  • 1209 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
  • 514 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...

elad.cohen7 by Community Member
  • 2469 Views
  • 2 replies
  • 0 Helpful votes

We've posted sample apps to configure the gRPC server on IOS XR:ydk-py-samples/samples/basic/crud/ydk/models/man at master · CiscoDevNet/ydk-py-samples · GitHubnc-create-config-man-ems-20-ydk.py - Basic gRPCnc-create-config-man-ems-22-ydk.py - gRPC w...

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