Table of Contents
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.
- sql backed looking glass with prefix routing visualisation
- service high availability automatically isolating dead servers / broken services
- DDOS mitigation solutions
- anycasted services
ExaBGP requires python 2.7 or 3.x. It has no external dependencies.
- 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
- Gitter: https://gitter.im/Exa-Networks/exabgp
- #exabgp: irc://irc.freenode.net:6667/exabgp
- Google +: https://plus.google.com/u/0/communities/108249711110699351497
- Twitter: https://twitter.com/#!/search/exabgp
- Mailing list: http://groups.google.com/group/exabgp-users
- Issue tracker: https://github.com/Exa-Networks/exabgp/issues
- Code Repository: https://github.com/Exa-Networks/exabgp