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,Im fiddeling with various EEM applets and feel a bit held back by the lack of documentation. Or maybe my google-searching skills have declined. First: Is there an official documentation of variables somewhere? So far I have pretty much brute-force...
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...
Are there any details about DNAC API responses somewhere? For some values I'm not really sure what I'm looking at. Example: The API response for "Get Device Details" lists interference values when feeded with UUID for an AP. I got "1,8" as a response...
I would like to create templates that have some sensitive information hidden. Let's take a SNMP community string as an example. Besides the System-wide global community string saved in the system settings of DNAC, I have several other community strin...
I'm interested in taking ECMS 2 online courses once they are available. Does this course cost anything? I cannot find a price. ECMS 1 is available and I can enroll, but I cannot find a price for that either, just an enroll button.
I tried it briefly, but when I run the command to point to the file on flash: I got an error message. GPT said TCL requires 9300 and up and I did not verify that. Considering GPTs accuracy on EEM scripts overall there is a good chance it lied to me.
Thanks! But it is 20 years old... but I cant find any info that regex actually has evolved since version 1, so maybe that is srtill accurate. I may also have found the list of variables. In this doc, accurate for the IOSXE version Im running, the dif...
Detecting devices by CDP/LLDP is one use case, yes. My question though is general, I want to understand EEM script capabilities enough to develop sustainable solutions and not just blindly copy what other people have done that may work but I don't kn...
Solved it. Apparently you should not use the IP address of the real machine. I guess it NATs traffic to the container. gRPC suggests a 172.18-address, I used that pre-filled IP and only filled in the port number 57344. The service started and telemet...
I no docker genius, pretty much the first time I use it, so Im not sure how to test that from inside the container. Docker listens to that port, but I assumed it has to do that do "forward" traffic into the container. From a normal zsh shell on the s...