Controllers

Community space to connect, share knowledge, and seek guidance on network controllers and related topics
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,I'm trying to automate the configuration of remote Cisco devices using pyATS. Going thru the online documentation I found the following script excerpt:# establish basic connectivity ios_1.connect() # issue commands print(ios_1.execute('show versi...

oslopez by Level 1
  • 2664 Views
  • 2 replies
  • 0 Helpful votes

Hi DevNet folks,   I recently upgraded some of the Nexus 9K series switches and decided to automate the process since they were newly deployed. However, if you have a pair of production switches, you can still use this playbook with the proper precau...

murafi by Cisco Employee
  • 4385 Views
  • 5 replies
  • 2 Helpful votes

As of version 1.22 Sastre Pro functionality has been added to open-source Sastre. I think this is great and immediately see multiple usecases for both the lab and for certain workflows. Thank you @mareis(and everyone else involved) for making this de...

Resolved! cloud-init

I am trying to automate cml lab topologies with Day0 configs using cloud-init files e.g. #cloud-configvinitparam:- format-partition: 1- vbond: 10.10.10.10- host-name: vmanage- org: virtual.lab but it seems that for 20.5.1 there is a new option for pe...

How do I send a command to the junos shell with pyatsjunos>start shelljunos#cd /var/public-----------------------------------------juniper_device = testbed.devices['ptr513-u210']juniper_device.connect()juniper_device.execute('cd /var/public') <--- th...

I am trying to do a ping from my ansible linux box to a cisco switch. When I run ansible-playbook test.yml -kK I get the following:BECOME password[defaults to SSH password]: [WARNING]: * Failed to parse /home/username/cisco-demo/inventory with yaml p...

Has anyone been able to get a webhook for an event to successfully post to Microsoft Teams? I have a channel and teams then I am the group owner for. I have installed the team's webhook app on the channel. I have been able to post data to that Channe...

dna1.JPG dna2.png
Top Solution Authors