Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Problems executing python script in this specific lab of DEVASC training course, when you instantiate CRUDService() it fails with messages: "TypeError: ydk_.services.CRUDService.__init__() must be called when overriding __init__"   Ive tried to make ...

Luis Perez by Level 4
  • 10753 Views
  • 22 replies
  • 0 Helpful votes

Hello Team,Looking to start the Devnet pyats training module, it shows  "Multi-IOS Cisco Test Network Sandbox", but this sandbox no longer exists. Could you advise what the alternatives are please. Thx dan.

dfk#123 by Community Member
  • 1162 Views
  • 1 replies
  • 0 Helpful votes

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
  • 3744 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 Community Member
  • 781 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 Community Member
  • 4616 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
  • 2437 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 4
  • 3326 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 4
  • 3002 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 Community Member
  • 2128 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 Visitor
  • 1368 Views
  • 2 replies
  • 0 Helpful votes