Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karimra/gribic
gRIBIc is an Openconfig gRIBI Command Line interface
https://github.com/karimra/gribic
gribi grpc networking openconfig routing
Last synced: about 2 months ago
JSON representation
gRIBIc is an Openconfig gRIBI Command Line interface
- Host: GitHub
- URL: https://github.com/karimra/gribic
- Owner: karimra
- Created: 2021-05-04T12:38:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T10:32:10.000Z (10 months ago)
- Last Synced: 2024-06-21T03:14:58.911Z (6 months ago)
- Topics: gribi, grpc, networking, openconfig, routing
- Language: Go
- Homepage: https://gribic.kmrd.dev
- Size: 857 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`gribic` is a gRIBI CLI client that provides full support for gRIBI RPCs.
It is intended to be used for educational and testing purposes.## Features
* **Full Support for Get And Flush RPCs**
* **Modify RPC is supported with IPv4, IPv6, Next Hop Group and Next Hop AFTs**
* **Template based modify RPC operations configuration**
* **Concurrent multi target RPC execution**
Documentation available at [https://gribic.kmrd.dev](https://gribic.kmrd.dev)
## Quick start guide
### Installation
```bash
bash -c "$(curl -sL https://get-gribic.kmrd.dev)"
```