Skip to content
forked from lguohan/gnxi

gNXI Tools - gRPC Network Management/Operations Interface Tools

License

Notifications You must be signed in to change notification settings

macikgozwa/gnxi

This branch is 2 commits ahead of, 3 commits behind lguohan/gnxi:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3027fae · Dec 2, 2020
Apr 30, 2020
Oct 2, 2017
Nov 10, 2020
Dec 12, 2018
Dec 20, 2018
Mar 8, 2018
Jul 2, 2020
Oct 16, 2019
Jul 2, 2020
Jul 2, 2020
May 8, 2020
Sep 24, 2019
Jul 31, 2019
Dec 11, 2018
Sep 26, 2017
Sep 26, 2017
Jul 20, 2018
Sep 26, 2017
Jun 30, 2020
Jun 30, 2020
Sep 26, 2017

Repository files navigation

License GoDoc Go Report Card Build Status codecov.io

gNxI Tools

  • gNMI - gRPC Network Management Interface
  • gNOI - gRPC Network Operations Interface

A collection of tools for Network Management that use the gNMI and gNOI protocols.

Summary

Note: These tools are intended for testing and as reference implementation of the protocol.

Documentation

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Docker for instructions on how to test against network equipment.

Prerequisites

Install go in your system https://golang.org/doc/install. Requires golang1.7+.

Clone

Clone the project to your go source folder:

mkdir -p $GOPATH/src/github.com/google/
cd $GOPATH/src/github.com/google/
git clone https://github.com/google/gnxi.git

Running

To run the binaries:

cd $GOPATH/src/github.com/google/gnxi/gnmi_get
go run ./gnmi_get.go

Docker

FAUCET currently includes a Dockerfile to setup the environment that facilitates testing these tools against network equipment.

Disclaimer

About

gNXI Tools - gRPC Network Management/Operations Interface Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.6%
  • Shell 3.6%
  • Python 2.8%