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

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...

I would like to enable gNMI protocol on a Cisco ISR 4300 router. According to this cisco document gNMI protocol should be suported on ISR 4000 since version 17.8.1.My router is running ver. 17.9.2 and the gnxi command is not supported.Router(config)#...

kasper123 by Level 4
  • 1688 Views
  • 7 replies
  • 0 Helpful votes

Hi I am using the following python code to connect to a bunch of devices. Right now I am doing it one by one but it takes a lot of time, is there anyway to connec to multible devices at once and have it run the commands on them in parallel?   testbed...

Hi,I'm testing out the onbox python on a 3850 running 16.12.08pip (8.1.1)requests (2.9.1)setuptools (22.0.5)guestshell python works. http server is enabled and i've confirmed working.However when attempted to run a python script from flash i'm gettin...

netops4 by Level 1
  • 674 Views
  • 1 replies
  • 0 Helpful votes

Hello,What is the proper way to add network to OSPF on router via Feature on Pyats?from genie.libs.conf.ospf import OspfI cannot find method "add_network" but it is specified in Ospf feature model. 

aidariys5 by Level 1
  • 1246 Views
  • 3 replies
  • 0 Helpful votes

Does YDK have support for C++17 standard?  If so, how do I build the YDK and model bundles using the C++17 standard.  Currently, it looks like the generated cmake files enforce the C++11 standard.

Hi, we think of monitoring state of ACI leaf interfaces, routes  during upgrade using pyats. Unfortunately I'm not able to connect to it using pyats.  When connecting pyats tries commands which are not supported by n9k aci mode. How do I specify os; ...

Hello Sir, I am facing an issue with l2vpn service getting URI not found error . "ietf-restconf:errors": { "error": [  { "error-type": "application",  "error-tag": "invalid-value",  "error-message": "uri keypath not found"   using: https://..../..../...

bhararor by Cisco Employee
  • 537 Views
  • 0 replies
  • 0 Helpful votes