Start the gui:
make start-guiIt will first compile the P4 program (the output is in ./p4build) and then start the GUI.
Then click on LOAD SAMPLE FSM 2, and click on GENERATE SWITCH CONFIG. This will trigger the download of a switch configuration.
Now, you can override the file flowblaze_config.cli with the just downloaded file (make sure to keep the same name).
Topology: h1 <--> s1 <--> h2
Start Mininet by running:
make start-mnLoad the switch config:
make s1-load-configRun the ping test:
make h1-testThe ping should fail after 10 successful pings.
You can start the switch log with: make s1-log and interact with the BMv2 Thrift CLI with make s1-CLI.
You can find more make target to interact with the dockerized mininet in the Makefile.
make stop-gui
make stop-mn
