Changes between Version 34 and Version 35 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
09/23/13 11:16:24 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v34 v35  
    162162
    163163  1. Open two new terminals to the OVS host.
    164 
    165   2. Look at the sliver details page in the portal and see what interfaces are bound to OVS:if1 and OVS:if2, use the MAC address of the interface to figure this out. Run tcpdump on these interfaces; one in each of the new terminals you opened. This will allow you to see all traffic going out the interfaces
     164  2. Look at the sliver details page in the portal and see what interfaces are bound to ''OVS:if0'' and ''OVS:if1'', use the MAC address of the interface to figure this out. Run tcpdump on these interfaces; one in each of the new terminals you opened. This will allow you to see all traffic going out the interfaces
    166165  {{{
    167166  sudo tcpdump -i <data_interface_name>
     
    173172       ii. !DuplicateTraffic.py : this has the actual solution you can just run this if you don't want to bother with writing a controller.
    174173
    175  4. Run your newly written controller on the <data_interface_name> that corresponds to OVS:if2 :
     174 4. Run your newly written controller on the <data_interface_name> that corresponds to ''OVS:if1'':
    176175{{{
    177176cd /local/pox