Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2 KB

README.rst

File metadata and controls

72 lines (49 loc) · 2 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.

It supports IPv4, IPv6, mpls, vpls, bgp-ls, flowspec and more.

ExaBGP requires a recent python 3 version (3.7 or later recommended). 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/4.2.11.tar.gz | tar zx
./exabgp-4.2.11/sbin/exabgp --help