ramrunner / bgp-hackathon

Network tools for the CAIDA BGP hackathon (https://github.com/CAIDA/bgp-hackathon)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BGP Hackathon

This repository provides an environment that may be useful to the participants of the first CAIDA BGP Hackathon. It contains several BGP related tools.

Installed tools

Installation

Vagrant is required to use this environment. By default, it will use the VirtualBox provider but the libvirt provider was also reported to work correctly.

The following command will fetch the Ubuntu image and install the tools.

Warning: you will need at least 2GB of available RAM on your computer before executing this command. Additionally, it takes a few minutes to execute.

vagrant up --provider virtualbox

Getting rid of the environment

This will shutdown the virtual machine and remove all its data:

vagrant destroy

About

Network tools for the CAIDA BGP hackathon (https://github.com/CAIDA/bgp-hackathon)

License:Other


Languages

Language:Shell 100.0%