Did anyone have any luck getting GNMI running on JUNOS?
I'm trying with vRouter, version 25.2R1.9, with the following config:
set system services http servers server GNMI port 57400
set system services http servers server GNMI grpc gnmi
set system services http servers server GNMI grpc all-grpc
The only openconfig path I can query is "/juniper" and that returns the running config, but there is no telemetry data. I tried enabling analytics sensors but it doesn't change anything.
Cisco and Arista expose a lot of data in GNMI by default so I wonder if there is some special command on Juniper to fully enable GNMI.