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

Hello Cisco community,I am trying to understand how to best proceed with validating device additions within DNAC via the SDK. Any tips or tricks would be greatly appreciated. Here's the process that I am following:Python script authenticates via auth...

evanm by Level 1
  • 1294 Views
  • 2 replies
  • 0 Helpful votes

Hello everyone, I am looking for a way to retrieve a detailed list of all clients from DNAC 1.2.10 via REST API. A look at the Clients API of DNAC 1.2.10 revealed only two endpoints:https://pubhub.devnetcloud.com/media/dna-center-api-1210/docs/swagge...

Hi,I'm attempting to write a netmiko script to create a macro on a Cisco switch.However the script doesn't seem to like the fact that a prompt is being returned. Here is the relevant portion of the script:switch1 = {'device_type':'cisco_ios','host':h...

glsparks by Level 1
  • 2612 Views
  • 4 replies
  • 0 Helpful votes

Currently, the available API for adding a fabric site "dna/intent/api/v1/business/sda/fabric-site" will not let you create a zone within a fabric site. It seems like a huge oversight.Please suggest if any workarounds are available other than relying ...

rajgar by Level 1
  • 2905 Views
  • 2 replies
  • 0 Helpful votes

I am trying to change Cisco controller password with ansible cisco.ios.ios_user module. My playbook as below:- name: Playbook to change admin user password for CIMC  hosts: cimcserver  gather_facts: no  become: yes  become_method: enable   tasks:    ...

Top Solution Authors