Changes between Version 127 and Version 128 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
03/04/15 15:02:12 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

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

    v127 v128  
    246246       ii. !DuplicateTraffic.py : This has the actual solution. You can just run this if you don't want to bother with writing a controller.
    247247
    248   3. Run your newly written controller on the <data_interface_name> that corresponds to ''OVS:if2'' (which is connected to `host3`): 
     248  3. Run your newly written controller on the ''data'' <interface_name> that corresponds to ''OVS:if2'' (which is connected to `host3`): 
    249249{{{
    250250cd /tmp/pox
    251 ./pox.py --verbose myDuplicateTraffic --duplicate_port=<data_interface_name>
     251./pox.py --verbose myDuplicateTraffic --duplicate_port=<interface_name>
    252252}}}
    253253