Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 2.53 KB

PYPI.rst

File metadata and controls

76 lines (53 loc) · 2.53 KB

ExaBGP

Latest Version Downloads Coverage License

ExaBGP allows engineers to control their network from commodity servers. Think of it as Software Defined Networking using BGP.

It can be used to announce ipv4, ipv6, vpn or flow routes (for DDOS protection) from its configuration file(s). ExaBGP can also transform BGP messages into friendly plain text or JSON which can be easily manipulate by scripts and report peer announcements.

  • Artemis Real-Time Detection and Automatic Mitigation for BGP Prefix Hijacking
  • GIXLG An SQL backed looking glass with with prefix routing visualisation
  • Service high availability automatically isolating dead servers / broken services
  • DDOS mitigation
  • Anycasted services

ExaBGP requires python 3.6 or later. It includes/vendors its dependencies.

  1. Use pip to install the packages:
pip install -U exabgp
exabgp --help
curl -L https://github.com/Exa-Networks/exabgp/archive/%(version)s.tar.gz | tar zx
./exabgp-%(version)s/sbin/exabgp --help