Git Product home page Git Product logo

cisco-acl-analyzer's Introduction

Cisco ACL Analyzer

This is repository for project hosted on acl.frenzy.cz.

Why you want to use it?

This web application allows you to check, which rule from your Cisco ACL affects your imaginary packet.

I use it when I have ACL with a lot of rules and trying to discover which rule permit or deny my connection trough firewall.

How to use it?

Preffered workflow is:

  1. Create imaginary packet:
    1. Choose connection type from selectbox - TCP, UDP, ICMP
    2. Enter source IP address
    3. Enter source port or leave this field blank for generate random source port
    4. Enter destination IP address
    5. Enter destination packet or leave this field blank for generate random destination port
  2. Paste your ACL to textbox
    • Copy it from CLI (show ip access-list )
    • Copy it from configuration file (ip access-list extended )
  3. Click to Analyze

What is result?

The result is table with same rules as in your ACL but compared to your packet. Green rules permits packet and red rules denies packet. Any other rules with no special color has some mismatches between packet and rule definition and this mismatches is explained in last table column.

Project status

This project is in active development, but only for my needs.

If you want some more features, issues or pull-requests are welcome.

Author

Lumír Balhar, [email protected], @lumirbalhar

License

GPL

cisco-acl-analyzer's People

Contributors

frenzymadness avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.