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

Now that YANG Suite is installed and running, lets understand a bit more about what is required on the device side. In this case the device is Catalyst 9300 but could be any of the switching, routing, or wireless devices running IOS XE that support N...

Screen Shot 2021-02-11 at 4.31.17 PM.png Screen Shot 2021-02-11 at 4.29.40 PM.png Screen Shot 2021-02-11 at 4.29.10 PM.png
jcohoe by Cisco Employee
  • 2894 Views
  • 2 replies
  • 5 Helpful votes

Hi,I am using https://devhub.cisco.com/artifactory/debian-ydk/0.8.4/xenial/libydk-0.8.4-1.amd64.deb.Using the given scripts (generate.py -cpp) etc I am able to generate the libydk.a , however, I would like to generate the corresponding .so files.Do f...

rosypatel by Level 1
  • 634 Views
  • 1 replies
  • 0 Helpful votes

I'm trying to get pyATS to work, but it won't connect to the devices in any way.There are several vIOSs deployed in the EVE-NG lab and connection refused occurs when pyATS try to connect to my devices.The hostname matches the hostname in the testbed....

vsfomin by Level 1
  • 3933 Views
  • 6 replies
  • 0 Helpful votes

Released on September 30, 2021. The following changes since release 0.8.5.2 have been introduced: New features and enhancementsUpgraded pyang version to 2.5.0Create go wrapper for NetconfSession and other path APIs (#779)Added SSL support for Netconf...

yangorelik by Spotlight
  • 1936 Views
  • 6 replies
  • 15 Helpful votes

Hello,I wrote following code to fetch ospf configuration from the CSR router but not able to obtain it. Please see the output. Can anyone please help me know what's wrong? from xml.dom import minidomfrom ncclient import managerm = manager.connect(hos...

sqambera by Level 1
  • 2687 Views
  • 5 replies
  • 5 Helpful votes

Hello, I am getting following error while trying to use the filter for netconf in Python. Please help to make corrections: m = manager.connect(host="sandbox-iosxe-latest-1.cisco.com", port=830, username="developer", password="C1sco12345", hostkey_ver...

sqambera by Level 1
  • 2621 Views
  • 2 replies
  • 0 Helpful votes

Hello everyone, I'm quite new to this and I'm wondering how you guys convert your own data model to a valid yang data model that you can send to the device? My problem is that in your own data model "IAC" you have this file to configure an ACL:acls:[...

denvle by Level 1
  • 1872 Views
  • 4 replies
  • 0 Helpful votes

I'm trying to generate a small example and for some reason nothing seems to be generated.This is my yang file:module ex-example { yang-version 1.1; namespace "ex:ex-example"; prefix qc; description "This YANG module has bee...

AidanE by Level 1
  • 1105 Views
  • 2 replies
  • 0 Helpful votes

I'm trying to run generate.py on Ubuntu 20.04, and I'm getting this error:CMake Error: The following variables are used in this project, but they are set to NOTFOUND.Please set them or make sure they are set and tested correctly in the CMake files:ss...

AidanE by Level 1
  • 3121 Views
  • 8 replies
  • 0 Helpful votes

hi, i tried to deploy YDK on Ubuntu 20.04 by following the documentation and the installation fails at some point.  Basically the GPRC and GNMI all succeed but when it comes to installing ydk-models-cisco-ios-xr this is where things break.  I finally...