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

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
  • 419 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
  • 372 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
  • 685 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
  • 770 Views
  • 0 replies
  • 1 Helpful votes

Added now are seven custom apps to configure the address resolution protocol using the Cisco IOS XR native models and the CRUD service:nc-create-xr-ipv4-arp-cfg-20-ydk.py - Global with cosnc-create-xr-ipv4-arp-cfg-22-ydk.py - Global with cos and max ...

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

Hi Team,         i tried to bring isis neighbour ship using ydk , Could you please help , where i wrong here ?. >>> crud<ydk.services.crud_service.CRUDService object at 0x2aad98d244a8>>>> isis<ydk.models.cisco_ios_xr.Cisco_IOS_XR_clns_isis_oper.Isis ...

baalagar by Level 1
  • 584 Views
  • 2 replies
  • 0 Helpful votes

Hi ,In our Cisco XR router (version 6.1.31) enabled below configurations netconf-yang agent ssh   ssh server netconf We are executing python script to get the output using YDK models.Some of the features/protocols we are not getting output and getti...

Hi there,Hi there,I am trying to use Python to print out the result of a CRUD read in xml format. The following works perfectly:from ydk.models.cisco_ios_xr import Cisco_IOS_XR_l2vpn_oper as L2VpnOperdef get_xconnect(provider, crud):    base_obj = L2...

gwoythal by Cisco Employee
  • 1108 Views
  • 3 replies
  • 1 Helpful votes

Hi,I was looking at the options of the adding a map to the topology. Today it looks like you only support the AlbersUSA map?Documentation seems also to state it requires D3 libs.Would there be an easy to get the global geo map from D3 as background i...

xamerten by Cisco Employee
  • 2477 Views
  • 3 replies
  • 0 Helpful votes
Top Solution Authors