Changes between Version 47 and Version 48 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
01/20/14 16:34:45 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v47 v48  
    182182
    183183  1. Open two new terminals to the OVS host.
    184   2. Look at the slice ''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.
     184  2. Look at the slice ''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.
    185185  {{{
    186186  sudo tcpdump -i <data_interface_name>
     
    192192       ii. !DuplicateTraffic.py : this has the actual solution you can just run this if you don't want to bother with writing a controller.
    193193
    194   4. Run your newly written controller on the <data_interface_name> that corresponds to ''OVS:if1'':
     194  4. Run your newly written controller on the <data_interface_name> that corresponds to ''OVS:if2'':
    195195  {{{
    196196  cd /local/pox