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 working on building a network configuration security compliance script that pulls the YANG running-config using NETCONF and checks that the Cisco 3850(16.9) has specific security configurations. I've run into an issue where I'm not seeing "login ...

leviing by Level 1
  • 827 Views
  • 2 replies
  • 0 Helpful votes

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 1
  • 7797 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 Level 1
  • 858 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
  • 2336 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
  • 513 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
  • 3459 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
  • 1634 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
  • 2257 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
  • 2310 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
  • 1651 Views
  • 4 replies
  • 0 Helpful votes