-
Given the [Openconfig data-model](http://www.openconfig.net/projects/models/), are there any set guide-lines for`path` variable to be used in gNMI `Get` or `Subscribe` requests ? Please note that, I …
-
gNMI currently only supports dial-in (i.e. a client coming from the outside and connecting to the network element where the gRPC server implementing the gNMI spec listens), but we see a need for a dia…
tsuna updated
2 years ago
-
Today for gNMI.Subscribe a list of subscriptions can be provided. However, it is possible that overlap is created with different subscription behaviors.
For example, assume a subscription list spec…
-
Hi,
I am testing this telemetry app with GNMIC and I am able to do the subscribe and capabilities request. I am getting the expected output but here I am only creating one gnmi session.
Is there a…
-
#### Description
During Telemetry test, found one test case to catch BGP state event failed. The testing is issuing "config bgp startup all" "config bgp shutdown all", config bgp startup all" to the …
-
In `GetRequest`, the gNMI client has the flexibility to choose the kind of data to be served by target by using different options as described [The GetRequest Message](https://github.com/openconfig/gn…
-
👋 hello!
I'm currently working on the accountz tests (though I believe this applies to at least a few others as well) and there is a requirement to connect to a dut "directly" on ipv4/ipv6 addresse…
-
When utilizing the -no_stop option to continually dump, the RPC is terminating with EOF.
```
python3 subscribe_dump.py -xpath '/access-points/access-point[hostname="albano-house.example.net"]/radi…
-
Following #236
Some outputs are not available in subscription paths (Count the number of arp or mac addresses for example ) and I would like to collect them from CLI output as JSON.
Arista has CLI…
-
It's not clear to me whether there's a way for a P4Runtime client to discover the `device_id` (or IDs) supported by the P4Runtime server that it is talking to. I had assumed that a `device_id` of 0 wa…