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

Release date: 2019-02-11, Version: 0.8.1   New features and enhancements  - Introduced support for non-top level objects/entities for CRUD, Netconf, and gNMI services.   Resolved GitHub issues - YFilter dropped when used with NetconfService and Entit...

ygorelik by Cisco Employee
  • 624 Views
  • 0 replies
  • 5 Helpful votes

we are doing Yang modeling for IOS-XE voice Configuration.Since i am new to this i have the following questions.1. When i create a new Model , can i add the new created Yang schema imported into YDK kit so we can use the API for new Yang model or we ...

Here's a second batch of gNMI sample apps.  This time, we'll configure XR CDP using its native configuration data model:   gn-create-xr-cdp-cfg-20-ydk.py - Basic CDPgn-create-xr-cdp-cfg-22-ydk.py - CDP w/custom timersgn-create-xr-cdp-cfg-24-ydk.py - ...

ydk-white-256.png
saalvare by Cisco Employee
  • 892 Views
  • 0 replies
  • 0 Helpful votes

  YDK 0.8.0 introduced support for gNMI.  That includes a gNMI service provider and a gNMI service.  Here's a basic sample app showing how to read the system time on an IOS XR device using the CRUD service with the gNMI service provider: gn-read-xr-s...

ydk-white-256.png
saalvare by Cisco Employee
  • 1020 Views
  • 0 replies
  • 0 Helpful votes

I'm running docker Yang Development Kit for python ydk-py in my remote server Linux Ubuntu. I would like to Establish a connection using with the remote server and my AWS EC2 instance that runs CSR 1000v. I used to access to my router using the follo...

khalilmeb by Level 1
  • 1497 Views
  • 6 replies
  • 0 Helpful votes

 If you're interested in OpenConfig, you may want to check this brief overview from last year's MPLS+SDN+NFV World Congress:    Getting Started with OpenConfig - https://youtu.be/B43PRZV-CD8    The demo scripts can now be found in the YDK-Py Samples ...

ydk-white-256.png
saalvare by Cisco Employee
  • 926 Views
  • 1 replies
  • 0 Helpful votes

I'm tring to create IPIP or GRE tunnel:tunnel=native.interface.Tunnel()tunnel.name=999tunnel.description="test123"tunnel.vrf.forwarding="Stateful"tunnel.ip.address.primary.address="192.168.206.206"tunnel.ip.address.primary.mask="255.255.255.252"tunne...

IBMeR by Level 1
  • 1262 Views
  • 2 replies
  • 0 Helpful votes

As part of the series of samples apps for configuring IS-IS, check out Segment Routing examples for IPv4 and IPv6 routing at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/clnsAs always, make sure you review the RE...

saalvare by Cisco Employee
  • 931 Views
  • 1 replies
  • 0 Helpful votes

Hello,   While trying to encode the openconfig-network-instance, seeing a weird validation error where it fails for system-id, area-address and basically all net-ids.   network_instances = openconfig_network_instance.NetworkInstances() network_instan...

Hi Friends, i'm trying to install the IOS-XE Module (pip install ydk-models-cisco-ios-xe) but iis ending up with an error "killed"... i'm able to install IETF or IOS-XR model packages, but no IOS-XE... no matter if i create them self with generate.py...

tgyger by Level 1
  • 647 Views
  • 1 replies
  • 0 Helpful votes

I am trying to use "extend to add two values under "Cisco_IOS_XR_mpls_vpn_oper.L3vpn.Vrfs.Vrf.Interface()" to add two interface to the list but when I am trying to encode I can see only one value appear   I also tried append interface1 then interface...

During use of openconfg + ydk, exception prevents the code from an execution. My use case here is to create an addressed loopback interface on CSR, IOS-XE 16.8.1 with openconfig + ydk. (if I remove IPv4 semantics, but keep subinterface piece, code ex...

mzb by Level 1
  • 688 Views
  • 0 replies
  • 0 Helpful votes
Top Solution Authors