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

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
  • 1047 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
  • 1874 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...

Hi expertsI have a policy map in our device and use the redirect nexthop route-target command.I've tried to get the policy map configuration with YDK and I can only get the class-name and class-type with no additional policymaprule.Can I get the full...

haoywang by Cisco Employee
  • 1046 Views
  • 5 replies
  • 0 Helpful votes

Resolved! commit replace

Hi,I would like to ask if I can do "load ftp:<username>:<password@<host>/config_file.cfg" and "commit replace" operation via ydk-py??Thanks a lot!!

yitung by Cisco Employee
  • 799 Views
  • 1 replies
  • 0 Helpful votes

Configuration of local user names can be done with the Cisco-IOS-XR-aaa-lib-cfg model.  Here are some simple sample apps that make use of that model:nc-create-xr-aaa-lib-cfg-20-ydk.py - user name with one task groupnc-create-xr-aaa-lib-cfg-22-ydk.py ...

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

If you're new to YDK and model-driven APIs, this blog post will help you understand the basic.  Most importantly, it will help you understand the motivation behind YDK and why it simplifies network programmatiblity:http://blogs.cisco.com/sp/simplifyi...

saalvare by Cisco Employee
  • 942 Views
  • 0 replies
  • 0 Helpful votes
Top Solution Authors