From 3a5fdb5a1d3f0c8e8476159892e11f4af323529d Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Wed, 28 Oct 2020 15:00:33 +0100 Subject: [PATCH] added gnmic to the list of tools (#99) * added gnmic to the list of tools * moved to library section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 436e57d..5b71323 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ Network Automation is a cross between the discipline of [Network Infrastructure] - [Condoor](https://github.com/kstaniek/condoor) - This is a Python module providing access to Cisco devices over Telnet and SSH. - [EasySNMP](https://github.com/kamakazikamikaze/easysnmp) - Easy to use and very fast SNMP library that uses Net-SNMP. - [FreeZTP](https://github.com/PackeTsar/freeztp) - FreeZTP is an open-source Zero-Touch Provisioning system for Cisco IOS campus switches and routers. + - [gNMIc](https://gnmic.kmrd.dev) - gNMI CLI client and collector. - [Hierarchical Configuration](https://github.com/netdevops/hier_config) - Hierarchical Configuration is a Python library that is able to take a running configuration of a network device, compare it to its intended configuration, and build the remediation steps necessary bring a device into spec with its intended configuration. - [Jinja2](http://jinja.pocoo.org/) - A full-featured template engine for Python. - [NAPALM](https://github.com/napalm-automation/napalm) - NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support) is a Python library that implements a set of functions to interact with different router vendor devices using a unified API.