Skip to content

mjdhasan/batfish_dashboard

 
 

Repository files navigation

Batfish DashBoard

First, I want to say thank you to the Batfish team from making such a great tool!

This dashboard wraps a few features from the tool Batfish in a "pretty" GUI.

Quick Start

  • Download and run batfish:

    • docker pull batfish/allinone
    • docker run --name batfish -v batfish-data:/data -p 8888:8888 -p 9997:9997 -p 9996:9996 batfish/allinone
  • git clone https://github.com/Marphlap/batfish_dashboard.git

  • cd batfish_dashboard/

  • docker build -t batfish_dashboard . && docker run -p 8050:8050 batfish_dashboard

If running locally:

  • Open web browser and navigate to:
  • 127.0.0.1:8050

If running on remote machine:

  • Open web browser and navigate to:
  • remote_machine_ip:8050

Enjoy!

Features

Graphs

Layer 3 Graph

OSPF Graph

BGP Graph

Ask a Question

Trace Route

Refactor ACLs

Roadmap

  • Chaos Monkey
  • Ask a Question advanced search
  • ACL Tester

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • CSS 5.8%
  • Other 0.3%