Tools

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

Forum Posts

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...

sshrabah43 by Community Member
  • 2310 Views
  • 4 replies
  • 0 Helpful votes

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 2
  • 1676 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...

raul.mujica by Community Member
  • 3233 Views
  • 5 replies
  • 0 Helpful votes

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 3
  • 3136 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...