-
I try to gnmic client to update some values on SRLinux platform, which supports json_ietf encoding.
Here is a simple example with hostname change:
```
gnmic --config gnmiClient_srl.yaml set --upd…
-
with added `log.Println(p)` in https://github.com/karimra/gnmic/blob/f60bcd92dca7b629d104bebe4695e41dcd002380/collector/helpers.go#L32-L33
```
❯ go run . -a test -u t -p t get --path "/e1/e2[k=v]"
…
hellt updated
3 years ago
-
A potential bottle neck that gnmic config has is the necessity to bind subscriptions and outputs per each target.
Consider having 100 targets and 5 subscriptions, it becomes very cumbersome to main…
hellt updated
3 years ago
-
❯ curl -sL https://github.com/karimra/gnmic/raw/master/install.sh | sudo bash
Downloading https://github.com/karimra/gnmic/releases/download/v0.4.3/gnmic_0.4.3_darwin_x86_64.tar.gz
Preparing to inst…
-
I am trying to subscribe to a sensor on a network device with the following command (and responses):
gnmic> --address 10.111.22.7:6702 --tls-cert client_https_rsa40965.cert.pem --tls-key client_htt…
-
consider the following config:
```yaml
outputs:
prom:
type: prometheus
listen: :9273
path: /metrics
expiration: 60s # maximum lifetime of metrics in the local cache
deb…
hellt updated
3 years ago
-
I seem to be having issues with qos being set when using a config file regardless of if the value is set to 0 or not set at all
version
```
gnmic version
version : 0.5.0
commit : 7b8095d
d…
-
```
gnmic -a 2406:dead:beaf:2::2:57400 -u colin -p secure --insecure get --path "/state/router[router-name=Base]/origin-validation"
Error: error parsing address '2406:c800:e000:2::2:57400': addr…
hellt updated
3 years ago
-
what if we add a basic string search for event-convert processor? Can it be that at scale, using a regexp search is less efficient for a simple task like `find octets` at the end of a string?
Maybe…
hellt updated
3 years ago
-
I am unable to subscribe to and collect streaming telemetry data from my remote devices. Can someone help me construct the command. An example of a command that works for "ON_CHANGE" (default?) based…