Skip to content

internet2/exabgp-full-table

master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Clone

git clone https://github.internet2.edu/internet2/exabgp-full-table.git

Build

docker build -t exabgp-full-table .

Copy and edit exabgp.conf.dist

cp exabgp.conf.dist exabgp.conf

Extract api-full-rrc14.run.tgz

tar zxvpf api-full-rrc14.run.tgz

Run

docker run -d --name exabgp --rm -v $(pwd)/exabgp.conf:/etc/exabgp/exabgp.conf -v $(pwd)/api-full-rrc14.run:/api-full-rrc14.run exabgp-full-table /etc/exabgp/exabgp.conf

Generate data (already done with the included api-full-rrc14.run.tgz)

Data was downloaded from RIPE RIS rrc14 (Palo Alto, CA) [http://data.ris.ripe.net/rrc14/]

mrtparse [https://github.com/t2mune/mrtparse] to convert to ExaBGP API format

./mrt2exabgp.py -P latest-bview.gz > api-full-rrc14.run

About

ExaBGP Docker container that sends a full Internet table to configured peer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published