Changes between Version 27 and Version 28 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
09/20/13 14:59:29 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v27 v28  
    174174
    175175 4. Run your newly written controller on the <data_interface_name> that corresponds to OVS:if2 :
    176     {{{
    177     cd /local/pox
    178     ./pox.py --verbose myDuplicateTraffic \
    179                   --duplicate_port=<data_interface_name>
    180     }}}
     176{{{
     177cd /local/pox
     178./pox.py --verbose myDuplicateTraffic --duplicate_port=<data_interface_name>
     179}}}
    181180   
    182    To test it go to the terminal of host1 and try to ping host2:
    183     {{{
    184     ping 10.10.1.2
    185     }}}
     181 5. To test it go to the terminal of host1 and try to ping host2:
     182{{{
     183ping 10.10.1.2
     184}}}
    186185
    187186