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

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
  • 1347 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
  • 1103 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
  • 652 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
  • 1091 Views
  • 0 replies
  • 0 Helpful votes

One of the simplest data models you can use is Cisco-IOS-XR-infra-infra-cfg.  It allows you to configure banners for TTY/VTYs on IOS XR.  Just pushed 11 sample apps for this model.  Seven custom apps:nc-create-xr-infra-infra-cfg-20-ydk.py - Exec bann...

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

Both ydk-gen and ydk-cpp have been updated at github.Here is a list of features that have gone into the releaseIntroduced support for two new service providers (#365)RestconfServiceProviderOpenDaylightServiceProviderIntroduced support for netconf ser...

abhirame by Cisco Employee
  • 470 Views
  • 0 replies
  • 7 Helpful votes

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:Fixed issues with netconf service (#323, #305)Disambiguated model API classes called 'None' (#318)Removed 'Bits' from classes representing ...

abhirame by Cisco Employee
  • 492 Views
  • 0 replies
  • 6 Helpful votes

Having trouble getting past the core and netconf bundle installs. Assuming the error I get when installing the cisco-asr-ios-xr bundle is because the compliation of the core has failed (second error not shown or in the error log attached simply says ...

dave_stern by Level 1
  • 3621 Views
  • 12 replies
  • 0 Helpful votes

Hi ,I want to do the following config but failed... anyone can help me to understand how to code it?? Many Thanks!!I also have another question about how to add "redistribute connected". I can see "connected_routes" under Bgp.Instance.InstanceAs.Four...

yitung by Cisco Employee
  • 2343 Views
  • 2 replies
  • 0 Helpful votes

A couple months ago, I posted some simple sample apps to configure gRPC dial-in telemetry configurations using the OpenConfig YANG model:nc-create-oc-telemetry-30-ydk.py - dialin with single sensor-group/subscriptionnc-create-oc-telemetry-32-ydk.py -...

scadora by Cisco Employee
  • 1035 Views
  • 0 replies
  • 1 Helpful votes