added gnmic to the list of tools (#99)

* added gnmic to the list of tools

* moved to library section
This commit is contained in:
Roman Dodin 2020-10-28 15:00:33 +01:00 committed by GitHub
parent dc46e0b87c
commit 3a5fdb5a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.