Hi there,
We have two n9k, one with 9.3.1 version and another one witch 9.3.8.
When we setup the telemetry config on both n9k with sensor group using NX-API as data-source.
The one with 9.3.1 work and the other witch 9.3.9 version doesn't.
This is my telemetry config :
version 9.3(8) Bios:version
feature telemetry
logging level telemetry 7
telemetry
destination-group 100
ip address 192.168.1.11 port 50004 protocol gRPC encoding GPB
use-vrf management
sensor-group 10
data-source NX-API
path "show version" depth 0
subscription 1
dst-grp 100
snsr-grp 10 sample-interval 15000
the result :
switch-938(config-telemetry)# sh telemetry data collector details
--------------------------------------------------------------------------------
Row ID Successful Failed Skipped Sensor Path(GroupId)
--------------------------------------------------------------------------------
1 0 4 0 show version(10)
when i run the command show system internal telemetry trace tm-errors , i have the following error :
[3919571776][tm_data_collector_nxapi.c:34] TM_DC: Unable to retrieve data for the dn: show version rc: 22, reason: Invalid argument
What did i miss ?