gnmic
gnmic copied to clipboard
gNMIc is a gNMI CLI client and collector
Hi, I am using GNMIC in listen mode with kafka outputs. I have been able to get quite a lot of data from Nokia SROS routers, and it works great....
It is not super easy to figure out how to do a mixed schema set request in the examples. Since the origin:cli portion is byte blob i was thinking it...
What would think about adding gnoi clients into gnmic? for handling operational commands?
I would like to have an option to replace the dialer implementation with a custom dailer
Should not be allowed as per docs, but causes panic if you try: ``` outputs: output1: type: file # output type file-type: stdout # or stderr format: proto ``` Panic...
I was wondering if it is possible to use event message name or subscription_name on a per xpath basis I know I can do something like this... ``` subscriptions: ipv4-bgp-routes:...
I have successfully integrated Nokia Routers with gnmic and successfully visualizing telemetry stats on Grafana. But with Juniper, i am unable to retrieve any data using get command, hence, it's...
I am experiencing an issue with gNMIc where the configured event processor does not seem to apply the specified jq transformation. Despite a straightforward configuration aiming to test the processor...
Hi, My issue is the capability to to raise an alert when a target goes down. If i turn off a target router, i see an error logged in the...
My SSL library recently upgraded to support TLS13. But gRPC GET commands are intermittently failing now with timeout error. - Is there a way to enable more logs except --debug...