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

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:Improved logging to indicate message directionality (#388)Provide more details for validation error message for leaf-lists (#398)Remove ind...

abhirame by Cisco Employee
  • 313 Views
  • 0 replies
  • 1 Helpful votes

Hi,I am new to YDK and having some problems when trying to apply an ip address to a created Loopback address.  Any pointers much appreciated.The following error is given:-ydk.errors.YPYModelError:   InterfaceConfigurations.interface_configuration: (I...

sihart by Cisco Employee
  • 651 Views
  • 2 replies
  • 1 Helpful votes

Hi,I am tring to update selected node's properties like status,latitude and other some node data properties. For example upon on update method "methods: {// what happens when you hit 'Save' button'update': function () {$.ajax({type: "POST",url: "upda...

Hi all,I've  defined FRMapLayout a new layout, which has the SVG of the map of France and it works (i.e., correctly displayed). However, when I set the coordinates of  my nodes (each node correspond to a city for example Paris) they are not positione...

As we know, yang-gen used by Opendaylight that converge yang to java api(https://wiki.opendaylight.org/view/YANG_Tools:YANG_to_Java_Mapping).  So my question is that what is the difference between yang-gen and ydk-gen ? Can use yang-gen in ydk-gen fo...

haofan by Level 4
  • 1014 Views
  • 4 replies
  • 4 Helpful votes

Hi experts!While trying to create a route-policy that includes a prefix-set match I get the following error:CREATE operation completedTraceback (most recent call last):  File "main.py", line 239, in <module>    rp_cfg = crud_service.create(ne, rp)  F...

Hello:A pair of questions:1) I have tried the force layout for my initial use case (40 nodes and 100 links), but it's still messy.  My second use case is a larger network. Any other way to improve the automatic position of the nodes?2) Considering th...

Hello,I am playing with ydk and it works like charm for my IOS-XR devices. I created several applications and they all works. Then I tried to generate python API/Sphinx docs for Junos Yang models, that also worked like charm.However I cannot run a si...

Anton Abik by Level 4
  • 1748 Views
  • 10 replies
  • 3 Helpful votes

Hi,   I am new the Cisco world and have been trying to understand the IOS software and different versions.   I would like to programmatically access one of the cisco 880G series 4G LTE router to issue some commands.    Is this router can be use YANG ...

Hi,I learned about NextUI on a Cisco DevNet Event and I found it perfect for a project I am working on. But I am struggling to get some things working. Let me enumerate my questions:1. Can I set the node disposition automatically in a ring topology w...

Top Solution Authors