-
Hello,
I'm trying to run a few simple gnmi tests (get request) and can't seem to get started. If I use a command line client of gnmi called "gnmic" (https://gnmic.kmrd.dev/), everything works fine…
-
I'm using gnmi-gateway (details below)
```
./gnmi-gateway --version
gnmi-gateway version v0.11.1-002a9b0 (Built 2021-08-23T22:15:23Z)
```
I'm trying to figure out how to translate an Openco…
-
The gNMI Specification section 3.3 (Retrieving Snapshots of State Information) specifies that the client MAY use wildcards in the Path. Section 3.4 (Modifying State) does not mention wildcards in the …
xhoms updated
4 years ago
-
There are several interrelated issues with logging, some of them reaching into the gnmi-tools project:
* logging is not really configurable, only its level can be changed via a CLI option;
* the way…
-
Hi
I am trying to use this gNMI client and target you have developed but unable to find the package "gNMIUtils". Could you please help me locate the package? Below is the code line where it is used.
…
-
Having some issues trying to `gNMI_Subscribe.py` to establish a connection using TLS to a Nokia 7750src4 running TiMOS-B-15.0.R4. Slightly anonymized output (using PR #4):
```
netlab-collector:gnmi…
-
Hi all,
in [ParseElem]( https://github.com/google/gnxi/blob/master/utils/xpath/xpath.go#L210) the code doesn't allow for a pathElem to have a `:` char inside of it.
I wonder if this should be allo…
hellt updated
4 years ago
-
Based on latest path spec, following search options are possible:
`/interfaces/interface/state/counters`
`/interfaces/interface[name=*]/state/counters`
To select only specific interfaces, one c…
-
The Option argument is only on `SetBatch.Set`, so it applies for all paths in the SetRequest:
```go
func (sb *SetBatch) Set(ctx context.Context, c *Client, opts ...Option) (*Result, error) {
req :…
-
Proposal: Remove ellipsis (...) wildcarding from the spec.
If there are any users of the feature I'd be interested in the use cases.
If the sense of the community is in agreement I'll make a pul…