-
The current implementation passes the user credentials via two predefined request headers "Username" and "Password".
The goal of this request is to add a new option to pygnmi to select among differ…
-
reported by @aturnal
running 0.24.4
```
gnmic listen -a 0.0.0.0:57500 --insecure --debug
```
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segme…
hellt updated
2 years ago
-
Hello,
Currently if gnmic command isn't provided with port#, it uses ephemeral port# 57400 as default when connecting to gNMI server.
Is gnmic going to start using 9339 as default port number w…
-
Hi.
i am trying to configure gnmic as listen to work with a cisco asr.
this is the command i use
**gnmic --address 0.0.0.0:32767 --insecure --log-file /var/log/gnmic/gnmic-PE-CISCO.log --form…
-
```
$ gnmic version
version : 0.26.0
commit : ba387ba
date : 2022-06-29T06:52:10Z
gitURL : https://github.com/karimra/gnmic
docs : https://gnmic.kmrd.dev
```
I was confused by an err…
-
I've noticed when devices become unavailable, or an unexpected RPC error occurs, there is no attempt to continually re-attempt the subscriptions. This becomes particularly concerning that gnmic can't …
-
Hi,
If if run `bash -c "$(curl -sL https://get-gnmic.kmrd.dev)" `on a fresh WSL(Ubuntu 22.04) I receive the following error.
> Downloading https://github.com/karimra/gnmic/releases/download/v0.2…
-
The return code of `gnmic` does not appear to convey how things actually went, for example, using invalid credentials:
```
root@e550741b9310:/# gnmic -a vr1 -u vrnetlab -p WRONG --insecure get --pat…
-
Trying to understand what the benefits is of adding models under a subscription.
I have subs one using models and one is not and the result seems to be the same.
I read this and made it little what…
-
The documentation at https://gnmic.openconfig.net/user_guide/configuration_intro/ says that the configuration file format can be JSON, YAML, TOML, HCL, or Properties. By default, gnmic searches fo…