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

I am having an issue installing ydk on debian v10, with the following error.I have tried both building from the source and using the .deb version both with the same results.Any help would be appriciated.Thanks. 2019-03-11T18:29:12 Created temporary d...

victorhb by Level 1
  • 561 Views
  • 0 replies
  • 0 Helpful votes

     The YDK-Py Vagrant sandbox is now updated with YDK 0.8.1:   $ pip list | grep ydk ydk 0.8.1 ydk-models-cisco-ios-xe 16.9.1 ydk-models-cisco-ios-xr 6.5.1.post1 ydk-models-cisco-nx-os 9.2.2 ydk-models-iet...

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

Release date: 2019-02-11, Version: 0.8.1 New features and enhancements Added support for CRUD, Netconf Service, and gNMI Service operations on non-top level objectsIntroduced a feature, which allows to disable validation of entity data processed by N...

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

Release date: 2019-02-11, Version: 0.8.1 New features and enhancements Added support for CRUD, Netconf Service, and gNMI Service operations on non-top level objectsIntroduced a feature, which allows to disable validation of entity data processed by N...

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

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
  • 612 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
  • 872 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-...

ydk-white-256.png
saalvare by Cisco Employee
  • 980 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
  • 1422 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
  • 886 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
  • 1221 Views
  • 2 replies
  • 0 Helpful votes