I want to use the catalyst/DNA center API to pull the power usage of our wireless access points but having gone through it several times I cant seem to find it. there is a large number of them so Ideally looking for one where I can get default 100 or...
If I have Resource Manager/ID Allocator allocated IDs from a pool, is there any way to lock those IDs so they are maintained even if an exclude statement is added that encompasses those IDs? IE: Range is 1 to 65535, allowed range day 0 is 1 to 5000, ...
Hello,I have a CFS service which is dependent on another service ( like an inventory ).My goal is when I make any change on this inventory, the changes should be reflected to the CFS service instances.We thought of using a kicker to monitor this inve...
Hi all, Could you help me on the following .. in short, how can i do re-deploy with commit params from python .. i can commit a service with commit params from cli and python with success. for example : from cli : dd-rfs d1 commit commit-queue bypass...
I'm trying to select between IOS and IOS-XR using operational data in NSO in YANG. Here are my xpath eval results:admin@ncs(config)# xpath eval ncs:devices/ncs:device[ncs:name='ASR1006-X']/ncs:module/name='tailf-ned-cisco-ios-xr'falseadmin@ncs(config...
Hi, I'm trying to fetch client count statistics via Catalyst API : /dna/data/api/v1/clients/count I apply basic filtering to only give the count of a certain Building and floor. The number i get returned does not match the number I see in Catalyst G...
Hi team, I encounter below error when try to on-board a node. But the node not yet exist before. Kindly advice. show running-config devices device xxxxx-ACC1------------------------------------------------^syntax error: element does not exist Metho...
I have a Flask server that I need to be notified of any events related to SWIM. There are no webhooks for this so I am polling Catalyst Center every few minutes to collect all the task IDs, then looking up the task details and trying to identify the ...
I have been using pyATS in our network to back up device configurations using the "learn" feature. However, I am experiencing an issue with a switch stack of eight when trying to retrieve the configs. I have validated my testbed file and can connect ...
Running 6.1.11.2 and can't connect to ncs or run ncs_cli. Am getting the following error in devel.log devel-cdb Get argument failed with flag: addloadpath Can someone please share how I can troubleshoot this and where I should be looking. thanks
I'm getting error ('Parser Output is empty',) when the command specifies the address family (ipv4,ipv6, vpnv4, etc)- show bgp {address-family}- show bgp vrf {vrf} {address-family}Below my code:def get_bgp_routing_table(host, username, password, vrf=...
We are hoping to on-board a large number of systems into DNAC. Currently we use unique SNMP credentials per device. Rather than manually enter all of those credentials, I had hoped to pre-populate the credential table using post into /dna/intent/ap...
Hi, We are retrieving data traffic volume for a certain wired client by referring to the Catalyst Center API documentation below.https://developer.cisco.com/docs/dna-center/2-3-7/get-client-detail/ A part of the retrieved results via API: (★ indicate...
AI Assisted Network Automation Development I am thrilled about the upcoming Cisco Automation developer days where we willdelve into the intricacies of network automation and explore the entire development lifecycle. As many of us know, the initial ph...
Hi team, I have a python service template in NSO that builds BGP VRFs on IOS-XE routers. The code creates the BGP address family object, using "root.devices.device[service.hostname].config.router.bgp[local_as].address_family.with_vrf.ipv4['unicast']....