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'm trying to set the Cisco CAT-9K config (IOS-XE 17.3) using Netconf, but I get the "unknown-element" response for the "mdt-config-data" element: The RPC XML request looks fine to me (matches Blog examples and 17.3 yang models):<?xml version="1.0" e...
I am configuring CAT9K switches for Model-Driven Telemetry and want to use secure gRPC with TLS as the telemetry protocol. Below is the IOS-XE config for my gRPC collector ("ip receiver") which requires a profile name (ie: "security_profile"). How do...
The Cisco lab I mentioned (github link), suggests that a public CA cert (not a client cert) is installed onto the Cisco device for the SSL handshake with the gRPC server.So I manually installed the public CA cert for my endpoint (cut-and-paste; self-...
I found this Cisco "gRPC + TLS" lab which looks helpful...https://github.com/jeremycohoe/cisco-ios-xe-programmability-lab-module-6-mdt/ It describes how to install the cert on the box for gRPC. I'll give it a try.