I have been trying to use iperf for my experiment. I was first testing the link bandwidth of cpqd user switch with the following method
sudo mn --switch user --test iperf
I have noticed that when I install mininet with "./install.sh -a" option then iperf works but when i do install.sh -n3fxw which is for installing openflow1.3 then iperf doesn't work.
I need to use openflow1.3 for my experiment, can someone please guide how can I fix this issue?
Hi,
I have been trying to use iperf for my experiment. I was first testing the link bandwidth of cpqd user switch with the following method
sudo mn --switch user --test iperf
I have noticed that when I install mininet with "./install.sh -a" option then iperf works but when i do install.sh -n3fxw which is for installing openflow1.3 then iperf doesn't work.
I need to use openflow1.3 for my experiment, can someone please guide how can I fix this issue?
Thanks