Carl Lebsack
Carl Lebsack
gNMI per specification uses TLS and I suspect this is the issue. The --insecure flag on gnmic is probably the same as that on gnmi_cli under this project in that...
Are you troubleshooting the environment as well as the code? Where are you running the tcpdump, on the client host or the server? Can you do so for both your...
Have you tried a gRPC example client/server locally, both in Python? If you are seeing nothing, I'd try to constrain my test environment to a single machine. You could also...
The SubscriptionMode only has meaning if the Mode is set to STREAM. For ONCE and POLL the values returned are those that are currently available at the time of the...
Can you clarify on which side of the connection you are referring? The gNMI collector acts as both a client to gNMI devices, and a server to gNMI clients. It...
The gnmi_cli does not currently prompt the user for subsequent poll requests. There is a command line option that does trigger the poll requests to be sent on a periodic...
From the server, you should expect a POLL request from the client and it is completely up to a given client on when to send that poll. The gnmi_cli just...
Did you try the command line option mentioned above in https://github.com/openconfig/reference/issues/114#issuecomment-576385661 What is your full command line? If not, the gnmi_cli is not sending additional POLL requests to the server...
The case you mention, filtering by admin-status=UP sounds straightforward but in fact is not within the existing framework. The keys used in queries are part of the schema and exist...
There currently is no such option, but one could be added. Any other options you are interested in other than gzip or deflate?