Changes between Version 9 and Version 10 of GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/Execute


Ignore:
Timestamp:
11/10/16 01:49:58 (7 years ago)
Author:
pjayanth@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/Execute

    v9 v10  
    157157listening on.   And once you have lines, you can choose one of the lines and choose "Decode as ...." and choose the ''OFP protocol''.
    158158
     159=== 4f. Topology Details ===
     160
     161Before we insert flows into the Open vSwitch, we are going to need all the details regarding the topology such as the DPID of the Open vSwitch, MAC addresses of the hosts, the port numbers on which the Hosts are connected to the Open vSwitch etc. These details can be found out by issuing the command:
     162
     163{{{
     164curl http://localhost:8080/wm/device/ | python -m json.tool
     165}}}
     166
     167In the output, we obtain a list of the devices that Floodlight Controller has learned about. Make sure you ''ping'' Host 2 & Host 3 from Host 1 before you issue this command. My output is pasted below. '''YOURS WILL BE DIFFERENT.'''
     168
     169
     170
    159171=== 4f. Run a traffic duplication controller ===
    160172