command
Version:
v0.0.0-...-68ef6d3
Opens a new window with list of versions in this module.
Published: Dec 11, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gNMI Set
A simple shell binary that performs a SET against a gNMI Target.
Install
go get github.com/google/gnxi/gnmi_set
go install github.com/google/gnxi/gnmi_set
Run
Run gnmi_set -help to see usage. For example:
gnmi_set \
-delete /system/openflow/agent/config/max-backoff \
-replace /system/clock:@clock-config.json \
-replace /system/openflow/agent/config/max-backoff:12 \
-update /system/clock/config/timezone-name:"US/New York" \
-target_addr localhost:10161 \
-target_name hostname.com \
-key client.key \
-cert client.crt \
-ca ca.crt \
-username foo \
-password bar
-alsologtostderr
Documentation
¶
Binary gnmi_set performs a set request against a gNMI target with the specified config file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.