Experiment 2 Open vSwitch Virtual Switch Practice
Open vSwitch Virtual Switch Practice
Experiment purpose
Basic operation of Open vSwitch
You can use the OVS command to operate the Open vSwitch and manage the flow table through the command line terminal
You can run the OVS command through Mininet's Python code to control the Open vSwitch in the network topology
(1) Basic Experiments
Ex ...
Posted by obay on Tue, 20 Sep 2022 21:48:11 +0300
Experiment 4: Open vSwitch experiment -- using OVS command in Mininet
1, Experimental purpose
After Mininet installation, Open vSwitch will be installed together. You can directly call the Open vSwitch command through Python script, so as to directly control the Open vSwitch, and understand the method of calling control through experiments.
2, Experimental task
In this experiment, Mininet Python based script is u ...
Posted by Canman2005 on Sun, 15 May 2022 17:11:16 +0300
[mininet 0x02] how to use mn tool to operate mininet
Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it
preface
after installing mininet, we will try to use mininet
1, Initial experience of mininet mn tool
mininet has a convenient built-in tool mn
sudo mn
a ...
Posted by callesson on Thu, 14 Apr 2022 11:58:09 +0300