This example configures and runs the middlebox deployment shown in the figure below:
The example enables 4x4 distributed MIMO, by using 4 RUs. It assumes that each RU has been configured to only have a single physical antenna active.
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.shTo run the middlebox on CPU core N, you need to run:
sudo -E ./run_middlebox.sh NThe script contains comments about how to configure the parameters for the mapping of the DU and RU logical ports.
Finally, to clean up the configurations, you can run:
sudo ./teardown_switch_mlx.sh