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

We've reached over 600 sample apps in the ydk-py-samples repository!622 apps43 data models (config, operationa, RPCs)3 model bundles (Cisco IOS XR, OpenConfig, IETF)3 YDK services (CRUD, Codec, Executor)1 repository (ydk-py-samples)Very special thank...

saalvare by Cisco Employee
  • 967 Views
  • 0 replies
  • 6 Helpful votes

My first contribution to the ydk-py sample apps! Learning fast at Cisco, starting from no networking experience to automating apps in hours.Includes four boilerplate and six custom apps to configure syslog and debug timestamps:nc-create-xr-infra-sysl...

jetorell by Level 1
  • 512 Views
  • 0 replies
  • 2 Helpful votes

Newly added four custom apps to encode Prefix List configuration using the Cisco IOS XR native models and the CODEC service.cd-encode-xr-ipv4-acl-cfg-80-ydk.py - allow single prefixcd-encode-xr-ipv4-acl-cfg-82-ydk.py - allow multiple prefixescd-encod...

shgandhi by Level 1
  • 661 Views
  • 0 replies
  • 0 Helpful votes

Hi,The update operation in crud_service.py has a _create_update_entity_filter function, which tries to read the entity in the module, theupdate_filter = getattr(module, entity._meta_info().name)() fails to fetch the nested class instance(for example ...

Resolved! Custom RPC

1. I want to write a custom rpc for my module.. I am not able to understand where to write the code specific to the rpc..2. Is it possible to execute the samples on a linux enviroment?

k.rohini by Level 1
  • 522 Views
  • 1 replies
  • 0 Helpful votes

Is there any way to create new popover(tooltip) on a right mouse Nodeclick(show/hide only on right click) and also have standard node tooltip on left Nodeclick(show/hide only on right click). The problem is that when i create new tooltip, it also sho...

Is there a way to avoid link label(interface name) overlaping? I added interface labeling on topology, but when there are multiple links from one node, sometimes it happens that labels overlap one above the other. Is it possible to use smart labeling...

Newly added four custom apps to configure the prefix lists using the Cisco IOS XR native models and the CRUD service. nc-create-xr-ipv4-acl-cfg-80-ydk.py - allow single prefixnc-create-xr-ipv4-acl-cfg-82-ydk.py - allow multiple prefixesnc-create-xr-i...

shgandhi by Level 1
  • 382 Views
  • 0 replies
  • 0 Helpful votes

Hi everyone,I just commit my first four boilerplate and four custom apps to configure MPLS OAM: nc-create-xr-mpls-oam-cfg-20-ydk.py - Enable MPLS OAM nc-create-xr-mpls-oam-cfg-22-ydk.py - Disable vendor extension nc-create-xr-mpls-oam-cfg-24-ydk.py -...

djsmith by Cisco Employee
  • 337 Views
  • 0 replies
  • 1 Helpful votes

Hi, I'm trying to configure a loopback interface on XR6.1.2 device using YDK and I cannot figure out how to set the ipv4network parameters.I'm using this config as a sample ydk-py-samples/nc-create-xr-ifmgr-cfg-30-ydk.py at master · CiscoDevNet/ydk-p...

preibysp1 by Level 1
  • 618 Views
  • 3 replies
  • 1 Helpful votes

Added now are five custom apps to encode the address resolution protocol config using the Cisco IOS XR native models and the CODEC service:cd-encode-xr-ipv4-arp-cfg-20-ydk.py - Global with coscd-encode-xr-ipv4-arp-cfg-22-ydk.py - Global with cos and ...

shgandhi by Level 1
  • 727 Views
  • 0 replies
  • 1 Helpful votes