Closed ksator closed 2 years ago
Hey @ksator ,
yes, it is. What you try to print is the version of the GNMI running on the destination node (CVP in your case). GNMI 0.7.0 is one the most wide spread these days.
For example here is the output from Nokia SR OS:
A:pygnmi_dev@dev-pygnmi-sros-001# show system grpc
===============================================================================
gRPC Server
===============================================================================
Administrative State : Enabled
Operational State : Up
Supported services Version Admin State
-------------------------------------------------------------------------------
gNMI 0.7.0 Enabled
gNOI CertificateManagement 0.1.0 Disabled
gNOI File 0.1.0 Disabled
gNOI System 1.0.0 Disabled
mdCli 22.2.0 Disabled
RibApi 1.1.0 Disabled
===============================================================================
Please, let me know if further information is needed.
Best, Anton
Thank you so much Anton! I see now https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#322-the-capabilityresponse-message
Is it expected?