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 dear community,Do you know if a "pause" function exists in the Python Cisco "cli" librairy ?Is it something i can check by myself in the python interpreter ? How should i proceed ?I would like to insert a pause between each cli.configure or cli.ex...

Jerems_0-1674751231953.png
Jerems by Spotlight
  • 927 Views
  • 2 replies
  • 0 Helpful votes

Hello,We're trying to implement patient tracking at one of our buildings using aeroscout. We need to have the correct network hierarchy laid out. I'm having an issues adding the "Floors" container after the "Building" container. When i try to add a f...

Endy00000 by Level 1
  • 1024 Views
  • 2 replies
  • 0 Helpful votes

Hi dear community,I am currently playing with Ansible and wondered if it is possible to have a play at the top of my playbook that requires a user input.The user would need to input a device name so all the following plays will rely on that input to ...

Jerems by Spotlight
  • 3872 Views
  • 6 replies
  • 0 Helpful votes

Hello,I'm new to network programmability. I am wondering is there a module that can provide the information same as "show ip interface brief" meaning interface names and ip addresses. The module I have been referencing to provides unwanted detail:Cis...

sqambera by Level 1
  • 834 Views
  • 2 replies
  • 0 Helpful votes

Hello community,I Need your assistance with a Meraki, Python issue,I’m not a python specialist and I really wonder if the solution is really that simple with Python. Let’s say I have 100 networks and I want to enable SSID interface Nr. 2 with a speci...

igonda by Level 1
  • 1470 Views
  • 2 replies
  • 0 Helpful votes

Hello Gents, running below python 2 script in GNS3 ..telnet is successful but not configure IP address as I mentioned in the script...whats the issue? import getpassimport sysimport telnetlibHOST = "192.168.122.71"user = raw_input("Enter your usernam...

Top Solution Authors