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

I was able to get device hostname with the following netmiko code.>>> print(net_connect.find_prompt()) Cisco# >>> >>> print(net_connect.send_command('show running-config | include hostname')) hostname Cisco >>>Would it be possible to remove `#` and ...

Hello team,When you make a query to export all devices using REST API, Unified AP are not returned.That product familiy is not available.I am requesting "https://10.71.167.210/webacs/api/v4/data/Devices.json"I am getting just these categories:Autonom...

Does anyone know if python jumpssh library works when the jumpbox is a windows? If you have a working implementation of jumpssh over a windows server jumpbox, I would love to hear your feedbacks and sharing. Do I have to install openssh on the window...

pn2020 by Level 1
  • 4695 Views
  • 8 replies
  • 0 Helpful votes

HiI am trying to test the DNAC Sensor IP SLA tests.  I have a 9130AX AP which documentation says supports IP SLA.  I have a 1800s sensor.  I can't find anything that says how to specifically setup the test other than to create the sensor test and run...

Is there any documentation of how the integration API calls from DNA center work. I am not looking for documentation on how to make API calls against DNA Center but instead any information on how the Integration API's behave (or as it is shown under ...

dckhovey1 by Level 4
  • 1965 Views
  • 1 replies
  • 0 Helpful votes

Hi, DNA-C Sandbox issues. Cisco DNA Center AO 1.3.1.4 ; Credentials are not workingCisco DNA Center AO 2.1.2.5 ; A lot of resync errors and whatnotCisco DNA Center Lab 2 ; Cannot reserve resource until March... Could you add more resources? See attac...

4ndersson by Level 1
  • 2514 Views
  • 1 replies
  • 0 Helpful votes

hi,expert:   DNAC as Platform have API to get Issue,just like show on the follow picture. but I do not know what is issue_id and mac_address mean,how can i can get the issue id? mac_address is for device or client? how can i input the value for entit...

未命名.jpg
daxu2 by Cisco Employee
  • 2349 Views
  • 2 replies
  • 0 Helpful votes

Dear community, I couldn't succeed to use Prime API and If this is not the right place for prime API question, please forward me to right place. I can retrieve device list through API from Prime using python, but i couldn't succeed to delete/sync/add...

erdemk by Level 1
  • 1534 Views
  • 2 replies
  • 0 Helpful votes

I'm trying to run a persistent script on N3548 running nxos7.0(3)I7(9). Script has got three parts. (as per https://developer.cisco.com/docs/nx-os/#persistently-daemonizing-a-third-party/code-section-2)1. Python script doing periodic show commands2. ...

Top Solution Authors