Changes between Version 105 and Version 106 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
11/05/14 14:29:54 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

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

    v105 v106  
    270270
    271271  1. Use the interfaces that are connected to `host2` and  `host3`.
    272 
    273    Software Switch (OVS): If you haven't note them down you can use the manifest and the MAC address of the interfaces (ovs:if1 and ovs:if2) to figure this out.  Run tcpdump on these interfaces; one in each of the two ovs terminals you opened. This will allow you to see all traffic going out the interfaces.
    274 
    275    Hardware Switch:   Refer to this Section: [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/OpenFlowOVS/Appendix#Usefultips UsefulTips]
     272    * Software Switch (OVS): If you haven't note them down you can use the manifest and the MAC address of the interfaces (ovs:if1 and ovs:if2) to figure this out.  Run tcpdump on these interfaces; one in each of the two ovs terminals you opened. This will allow you to see all traffic going out the interfaces.
     273    * Hardware Switch:   Refer to this Section to figure out ports: [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/OpenFlowOVS/Appendix#Usefultips UsefulTips].  If you are using a hardware switch, you may not see the traffic on host3, but if you observe your controller output, you will notice that flows are being installed for forwarding to host2 and host3.[[BR]]
     274   To see that duplication is happening, on host3, run: 
    276275  {{{
    277276  sudo tcpdump -i <data_interface_name>
    278277  }}}
    279278
     279  You should see ICMP echo and ICMP reply lines from host1 to host2 showing up in the host3 tcpdump window.
    280280  2. In the controller host directory `/tmp/pox/ext` you would see two files:
    281281