Skip to content

Latest commit

 

History

History

This example configures and runs the middlebox deployment shown in the figure below:

DAS middlebox topology

The scripts have to be modified to match the interface names, MAC addresses and VLANs of your deployment. Also, please make sure to source setup_runbooster_env.sh before running the scripts.

To setup the NIC, you need to run:

sudo setup_switch_mlx.sh

To run the middlebox on CPU core N, you need to run:

sudo -E ./run_middlebox.sh N

Finally, to clean up the configurations, you can run:

sudo ./teardown_switch_mlx.sh