gnxi
gnxi copied to clipboard
gNXI Tools - gRPC Network Management/Operations Interface Tools
gnmi_set -target_addr 172.18.0.6:50052 -target_name 172.18.0.7 --insecure -password admin -username admin -update /interfaces/interface[name=ethernet-1/1]/subinterfaces/subinterface[index=1]/ipv6/addresses/address[ip='2001:192:58:3:1::1']/config/prefix-length:120 F0317 06:41:44.037370 24434 gnmi_set.go:72] error in parsing xpath "/interfaces/interface[name=ethernet-1/1]/subinterfaces/subinterface[index=1]/ipv6/addresses/address[ip=2001" to gnmi path Seems like this was once broken...
I would like to give the prefix path and set the Elem field in below structure using gnmi_get. p prefix *github.com/openconfig/gnmi/proto/gnmi.Path { Element: []string len: 0, cap: 0, nil, Origin:...
Hi, I am tried to use gnmi_subscribe with gnmi_target. it seems subscribe option is not implemented. I get below error gnmi_subscribe.go:127] Error using STREAM mode: rpc error: code = Unimplemented...
In the current implementation of gnmi target, a single model is initialized and used for implementing of the server. I would like to know how we can run multiple models...
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 allowed to make the...
One Fix issue - https://github.com/google/gnxi/issues/63 Two Fix issue - Currently while reading value form json file gives exception.
Hi, **1. I have problem to set leaf node with with json_val.** sending update request: ``` update { path { elem { name: "system" } elem { name: "config" }...
I am using GetJsonIetfVal()on pb.Update inside a GetRespose.Notification and, I am able to the JSON payload coming back from the node. Is there a method to Unmarshell and assign this...