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

hi all,Im trying to generate "YDK modules" for an ISR1K router. I have compiled and installed ydk-gen on my ubuntu 22.04 (jammy).Im trying some bundles examples in the profiles/bundles/cisco-ios-xe-16xxxxx.json, but its not working.. I have been sear...

hyber by Level 1
  • 1153 Views
  • 3 replies
  • 0 Helpful votes

Hi,Just started to play around with pyATS and genie.But I cannot connect to the switch via ssh. My testbed.yml file looks like this:devices: as-test2: connections: vty: ip: 172.21.31.6 protocol: ssh credentials: ...

boesch by Level 1
  • 10028 Views
  • 8 replies
  • 0 Helpful votes

Hi Community,I am running in my lab 16.9 IOS-XE, and trying to work on automation to pull the interface data like IP addresses. And so far I was happily using the ietf-interfaces or the openconfig-interfaces yang models, they perfectly provided me th...

IPBence by Level 1
  • 1157 Views
  • 5 replies
  • 0 Helpful votes

I have installed YangSuit (using pip) from github - https://github.com/CiscoDevNet/yangsuiteBut, I can't 'Load modules' Error 500 (Input/Output error). Also, I am getting only one option in protocols i.e. NETCONF.What am i doing wrong? Any help pleas...

saumya003 by Level 1
  • 3674 Views
  • 12 replies
  • 0 Helpful votes

Hello,How do I tell testbed to connect to devices of (let's say) type="router" ? I use couple of devices as proxy and would like to skip them in tests that are ran via pyats.easypy.So far the best solution I came up with is to filter them in every te...

  Hi all! I hope you all doing well.  I am working with RESTCONF but i could not edit the timeout, is there any way?  this is my code, i set the timeout to 300, but i still get error.  Thanks in advance  def configure_device(xml_payload,**dev_inf):re...