Info |
---|
This tutorial is for Floodlight v1.0 and later. If you need to use Floodlight v0.91 or earlier, you can find the v0.91 and v0.90 documentation here. |
...
Note |
---|
After you complete this tutorial, you should to change the serializer for IOFSwitch back to @JsonSerialize(using=IOFSwitchSerializer.class) in order to restore the original serializer. |
...
Code Block |
---|
$ sudo mn --controller=remote --ip=[Your IP Address] --mac --topo=tree,2 --switch= ovsk,protocols=OpenFlow10 *** Adding controller *** Creating network *** Adding hosts: h1 h2 h3 h4 *** Adding switches: s5 s6 s7 *** Adding links: (h1, s6) (h2, s6) (h3, s7) (h4, s7) (s5, s6) (s5, s7) *** Configuring hosts h1 h2 h3 h4 *** Starting controller *** Starting 3 switches s5 s6 s7 *** Starting CLI: |
...