Hello,
I'm trying to setup monitoring of IOS-XE devices using Streaming Telemetry to replace SNMP. I'm able to get some data through my Telegraf-Prometheus-Grafana setup, but it looks like I'm not getting all the entries in the YANG tree. My devices are running IOS XE 16.12.5.
For instance with a switch, if I set up a subscription for the xpath /platform-ios-xe-oper:components, I can see data in Prometheus for "state_allow_pwr" or "state_temp_temp_avg", but not for "state_version" or "state_serial_no".
And for the WLC, for the xpath /wireless-client-oper:client-oper-data, I can see the "common_oper_data_wlan_id" info, but not the "common_oper_data_co_state" or the "common_oper_data_username". I even setup a second subscription with the next level in the tree (/wireless-client-oper:client-oper-data/common-oper-data).
I don't have any filtering on Telegraf or on Prometheus.
What am I missing?
Thanks,
Luke