Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I am attempting to retrieve a list from DNAC with devices assigned to specific sites.The Get Membership API documentation states that the device information should be returned with this call. However, the data retrieved with this call never return...
HiWhen updating device images (router or switch) via the DNA-C GUI there is an option to mark "Initiate Flash Cleanup after Activation".The question is, if there is way to tell DNA-C to perform the same action when updating devices via the API?If the...
The script below is working in DNAC version 2.2.3.5 (Cisco DNA Center Platform 1.6.1.162) and stopped working when DNAC was upgraded to version 2.3.3.4 (Cisco DNA Center Platform 1.8.1.120)What should I change in the script to have it working? I coul...
Problem: the routers at either end cannot be managed/reached (SSH, SNMP, ICMP) via the tunnel.I have two routers located at different locations. An IPsec tunnel via the Internet is configured and working. The tunnel itself is established with IPv6 an...
The fault was in my own code. Your reply helped me look closer.def get_site_devices(headers, site_id):
response = requests.get(BASE_URL + MEMBERSHIP_SITE_URL.format(site_id=site_id), headers=headers, verify=False)
return response.json()['site...
Thank you very much @Andrea Testino This was indeed the issue. After adjusting the query_params the response is working. You are right that I was working on the SWIM API example and that is why this mistake happened.
@MHM Cisco World and @Rob Ingram Below are the outputs you asked for.At the same time port 22 has been specifically allowed on the ACLs which are permitted by the ZBF, and disabled control-plane host. With the config changes below the router is stil...
@Rob Ingram Please find full configs of R1 and R2 attached.Not sure what happens if only NAT is applied. ZBF was removed for just a brief time to test. If the ZBF config is removed the network and devices are open to the Internet.Until today I though...