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'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
  • 3785 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
  • 1820 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
  • 2529 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
  • 2529 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
  • 1801 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
  • 1056 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
  • 2996 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...

I have following installed in my virtual env   ydk                             0.8.5.post2 ydk-models-cisco-ios-xr         7.5.1        ydk-models-cisco-thinxr-install 6.5.1        ydk-models-ietf                 0.1.5.post2 ydk-models-openconfig  ...

shreyash by Cisco Employee
  • 739 Views
  • 1 replies
  • 0 Helpful votes

Hi,   I am trying to install ydk-0.8.5   Steps: 1)Installed dependencies and sourced virtual env  2)export C_INCLUDE_PATH=/usr/local/include:/auto/cafy/ydk_085_trial_build/ydk_env/include/site/python3.6 3)export CPLUS_INCLUDE_PATH=/usr/local/include:...

shreyash by Cisco Employee
  • 3323 Views
  • 5 replies
  • 0 Helpful votes

Starting capture on rx of the second one of dual ports, with -v(verbose - prints to console) or -p(links to wireshark) flags. And it  doesnt captures mpls packets. Tried this commands:capture monitor start --rx 1 -vcapture monitor start --rx 1 -pcapt...

nurbolito by Level 1
  • 851 Views
  • 1 replies
  • 0 Helpful votes
Top Solution Authors