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

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
  • 1420 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
  • 339 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
  • 403 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
  • 555 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
  • 629 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
  • 313 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...

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
  • 773 Views
  • 0 replies
  • 0 Helpful votes

I was able to get YDK-gen to build my SDK based on YANG models.  I'm doing a simple test and I just want YDK to spit out the XML.  This gives tracebacks...from ydk.models.cisco_customer import Datafrom ydk.services import CodecServicefrom ydk.provide...

brfoster by Cisco Employee
  • 742 Views
  • 2 replies
  • 0 Helpful votes

Resolved! YDK-Gen Questions

Hi I have a couple of questions about this tool.1) What is the difference (or relationship) between profiles and bundles?  Its not clear to me the difference in these from the explanation on Github.2) If I just have a set of yang files in a directory...

brfoster by Cisco Employee
  • 2508 Views
  • 9 replies
  • 0 Helpful votes

We presented YDK at LinuxCon North America this week.  Lots of questions and great feedback!  You can find the presentation at:http://goo.gl/ed3PwzYou can actually find all the presentations of the event at:http://events.linuxfoundation.org/events/li...

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

Hello,How can I remove a node from a nodeset without fully removing the node from the topology? I just want a node that is inside a nodeset to become outside it after the user triggers a specfic event.I tried removing by getting the vertexset of the ...

Hi All,I have a custom icon registered and working (it's size is wider and has less height - 48 x 16).My question is whether it's possible to change the x & y label offsets ONLY for nodes with that icon? My investigations so far seem to point this be...

Top Solution Authors