gnmi_target

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2020 License: Apache-2.0 Imports: 15 Imported by: 0

README

gNMI Target

A simple shell binary that implements a gNMI Target with in-memory configuration and telemetry.

Install

go get github.com/neoul/gnxi/gnmi_target
go install github.com/neoul/gnxi/gnmi_target

Run

ydb -r pub -a uss://openconfig -f ../gnmi/model/data/m6424.sample.yaml -d -v debug
gnmi_target \
  -bind_address :10161 \
  -config openconfig-openflow.json \
  -key server.key \
  -cert server.crt \
  -ca ca.crt \
  -username foo \
  -password bar \
  -alsologtostderr
go run gnmi_target.go \
  -bind_address :10161 \
  -config openconfig-openflow.json \
  -key ../pki/server.key \
  -cert ../pki/server.crt \
  -ca ../pki/ca.crt \
  -username foo \
  -password bar \
  -alsologtostderr

Documentation

Overview

Binary gnmi_target implements a gNMI Target with in-memory configuration and telemetry.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL