From 8ccc12c2d5564dc9aaa8d2375d6653239a786499 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 22 Apr 2018 19:02:14 +0200 Subject: [PATCH 1/3] add SEC - simple event correlator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4ccda2..486feb7 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ Network Automation is cross between two disciplines of Infrastructure Networks a - [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. - [netaddr](https://github.com/drkjam/netaddr) - Network address manipulation that supports a number of techniques (supernetting and subnetting). - [Netmiko](https://github.com/ktbyers/netmiko) - Multi-vendor library to simplify Paramiko SSH connections to network devices. + - [SEC - Simple Event Correlator](http://simple-evcorr.github.io/) - SEC is an event correlation tool for advanced event processing which can be harnessed for event log monitoring, for network and security management, for fraud detection, and for any other task which involves event correlation. - [TextFSM](https://github.com/google/textfsm) - Python module for parsing semi-structured text into python tables. ## Non-Core Ansible Modules From 79828fbbe3df6755d56c0c58b5b25105660bddfb Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 22 Apr 2018 19:03:34 +0200 Subject: [PATCH 2/3] add Brigade Brigade is a pure Python automation framework intented to be used directly from Python. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 486feb7..f6ed4cc 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ Network Automation is cross between two disciplines of Infrastructure Networks a ## Library - [Apstra's Aeon-ZTPS](https://github.com/Apstra/aeon-ztps) - Aeon-ZTPS is a universal Zero-Touch-Provisioning server for data center infrastructure systems at b. Currently supports the bootstraping of Arista EOS, Cisco NX-OS, and Cumulus Linux. + - [Brigade](https://github.com/brigade-automation/brigade) - Brigade is a pure Python automation framework intented to be used directly from Python. - [Capirca](https://github.com/google/capirca) - Multi-platform ACL generation system; can output Juniper/IOS/etc ACLs from the same policy. - [ciscoconfparse](https://github.com/mpenning/ciscoconfparse) - Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations. - [Condoor](https://github.com/kstaniek/condoor) - This is a python module providing access to Cisco devices over Telnet and SSH. From 90abb153a99e75d845184a1eb7f24c5c6cd66aa2 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 22 Apr 2018 19:07:59 +0200 Subject: [PATCH 3/3] add ciscocmd From ciscocmd's README: ciscocmd is a Tcl/Expect script. With this tool, you can send a set of command to a large number of ios target hosts and get a separated report for each node. closes issue #63 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6ed4cc..67a52fb 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Network Automation is cross between two disciplines of Infrastructure Networks a - [Apstra's Aeon-ZTPS](https://github.com/Apstra/aeon-ztps) - Aeon-ZTPS is a universal Zero-Touch-Provisioning server for data center infrastructure systems at b. Currently supports the bootstraping of Arista EOS, Cisco NX-OS, and Cumulus Linux. - [Brigade](https://github.com/brigade-automation/brigade) - Brigade is a pure Python automation framework intented to be used directly from Python. - [Capirca](https://github.com/google/capirca) - Multi-platform ACL generation system; can output Juniper/IOS/etc ACLs from the same policy. + - [ciscocmd](https://github.com/eczema/ciscocmd-cosi) - Tcl/Expect script to send commands to multiple IOS devices. - [ciscoconfparse](https://github.com/mpenning/ciscoconfparse) - Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations. - [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.