Contact Information: [email protected]
LinkedIn: Ben Trachtenberg
Docker Hub: Docker Hub
Ansible Galaxy: Ansible Galaxy
This script is various tools, to compare, some Cisco Network Configurations
-
Prefix-List Diff
- The Differ does not look at sequence numbers, the name, or popper ordering. It compares the permit, and deny data. Allowing you to compare for content of the list.
-
Standard ACL Diff
- The differ dose not look at ACL ordering. It compares permit, and deny data. Allowing you to compare content of the ACL.
-
Convert a Standard ACL to a Prefix-List for route filtering
- Takes a standard ACL, and converts it to a Prefix-List for filtering routes on a routing protocol.
-
A line by line file differ
- Takes 2 text files, and outputs a Excel spreadsheet, or html table with a highlighted diff. The html version is a more "smart" differ.
-
A config splitter
- Takes a show run, and splits the config for seeing specific sections.
- This is still under development.
-
Make a NX-OS style mcast config from a IOS show run ACL
- Takes a show ip access-list from a IOS device, and converts it to a NX-OS style config.
- Has the option to only convert matches lines.
-
IP Address tools
- Takes a IP Address in the following format X.X.X.X/X, and gives you all possible subnets it could be in.
- Takes a IP Address in the following format X.X.X.X/X, and gives you all possible hosts in the range.