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.
I am currently working on a deployment where Cisco ISE is hosted on an Azure VM, and the goal is to establish an IPsec tunnel between ISE and a Cisco Wireless LAN Controller (9800-CL WLC), also hosted within Azure (VM-based deployment).
I would like ...
We have an issue where we've enabled DHCP snooping for vlan 20,30,40,50 but out of which only vlan 50 is not working(clients are not getting IPs)
Vlan 50 = DHCP server is on directly connected router...rest are with local DHCP servers (working proper...
We've tried pushing templates via DNAC on few ports but observed that DNAC is not pushing template on few ports inspite the port configurations are same through out.
My template code is as below:
#set ($set_of_vlans = ["4", "1", "90", "12", "50","55"...
How to get /dna/intent/api/v1/device-detail for all device uuids in my network?I'm using Python scripts to get the output.Right now I'm using API:- /intent/api/v1/network-device and for each device uuids I'm using /dna/intent/api/v1/device-detailso i...
I require that I need a code to run the "show cdp neighbor" command and get output in tabular form in Excel format. I want to run the command/code across all the 600 switches that are onboarded in DNAC. Command has limitations of only txt file.
Yes, I am running both tasks in a single script. The script first pulls all the UUIDs and saves them to a variable, then runs a second API call for device detail against each of the saved UUIDs. However, I’ve noticed that this approach becomes quite ...
I don't want to use export option
As while exporting I need to export the data twice 1 for APs and 2 for rest of the device types
So I want to use APIs which contains information as belowT
Tags,device name, ip add,device family,site(hierarchy),mac,de...
I'm using DNAC Version 2.3.3.7 and I'm encountering an issue when pushing Velocity templates to switch ports using Cisco DNA Center (DNAC). Even though all conditions for the template to apply are met, the template is not being pushed to all eligible...
My task is to extract device details but in DNAC API:- /intent/api/v1/network-devicethe site hierarchy is missing for example in my scenario Global/Region/Country/Site Name/Buildings/Floorsso need complete data in Excel along with this missing data i...