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...
Hello, I've been creating sites, buildings, global and sub IP pools with the Catalyst Center (DNAC) API without much issue. I've ran into an odd error trying to create a fabric site. I'm using the same python code to post as all the other API calls...
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,I'm trying to build a ned using NSO 6.4, but compilation is failing due to my deviation file.From devel.log, I have this error: ncs progress usid=35 tid=1084 datastore=running context=cli trace-id=d5aafe3da82cf16c52206216ecfb575b output: augmente...
Hi everyone.I tried to write a java code using 'io.grpc' library to receive periodic/on-change dial out notification. Problem is router is able to connect to my grpc server(listener) but I am not receiving any notification (I verified that my path is...
I cant get gRPC telemetry to work in Yang Suite. When I start a receiver it just says "error" in a popup div. Looking on the console output from starting the docker container I get this: yangsuite_1 | E0000 00:00:1738241928.973635 37 chttp2_server.cc...
Hello DevNet Community,I’m experiencing a problem when trying to configure a VRF via NETCONF on a Cisco IOS XE router running version 17.1.1 (Amsterdam). The NETCONF server returns an unknown-element error for <native> and immediately closes the sess...
Hi everyone,I was wondering if this version of XR supports SNMP traps for on-change (event based). If so what OIDs are supported. We are mainly concerned with Network Configs.I want a dial-out system where we give our receiver ip/port and we should r...
Hi everyone,I have a device XR 7.0.1 (IOSXRV9000). I wanted to set up dial-out event driven (on-change) telemetry.Is there a list or way to find out which module/path support this feature?I tried this:State: ACTIVESource Interface: MgmtEth0_RP0_CPU0_...
Hi,I have a device XR 7.0.1 (IOSXRV9000). I wanted to set up event driven (on-change) telemetry (cadence is working fine).But while creating subscription, I am getting this error:It seems like it does not identify the command "include select-leaves-o...
I cant be the only one who notices when trying to follow along in these labs and modules that like nothing works... Errors at every turn. the instructions never do what they're supposed to do. Ive been constantly trying with them but with how poorly ...
Hi,I created a subscription (as in screenshot) - hardware5But state it shows as 'NA'I checked I am not receiving any data in grpc receiver and simple tcp json receiver (I tried json encoding with tcp as I am not sure if my device is 32 or 64 bit)More...
Hi all,I have the problem that the simple ztp.py script is not deleting the http services like:ip http serverip http authentication localip http secure-serverThe ztp.py is working my config is applied.Not sure if the http "process" running at the bac...
Hi, I'm using https://developer.cisco.com/docs/dna-center/2-3-7/retrieves-the-list-of-clients-by-applying-complex-filters-while-also-supporting-aggregate-attributes/ (/dna/data/api/v1/clients/query) to query our Catalyst Center (2.3.7.7) for endpoint...