Openflow learning notes
Tool: Mininet
Topology:
The topology envisaged at the beginning is like this
Purpose of the experiment:
The implementation changes the fowarding route from h1-s1-s2-h2 (default) to h1-s1-s3-h2, and vice versa
It is a simple step to establish this topology using a python script written by the interface provided by mininet
from mininet.to ...
Posted by shmick25 on Thu, 13 Jan 2022 20:06:19 +0100