Changes between Version 100 and Version 101 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
11/05/14 10:34:24 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

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

    v100 v101  
    279279       ii. !DuplicateTraffic.py : this has the actual solution you can just run this if you don't want to bother with writing a controller.
    280280
    281   3. Run your newly written controller on the <data_interface_name> that corresponds to ''OVS:if2'' (which is connected to `host3`):  ''Note:  You should copy your .py file solution to /tmp/pox or set your PYTHONPATH environment to include /tmp/pox/ext for the command line below to execute properly.''
     281  3. Run your newly written controller on the <data_interface_name> that corresponds to ''OVS:if2'' (which is connected to `host3`): 
    282282  {{{
    283283  cd /tmp/pox
     
    285285  }}}
    286286   
     287''Note:  You should copy your .py file solution to /tmp/pox or set your PYTHONPATH environment to include /tmp/pox/ext for the command line above to execute properly.''
    287288  4. To test it go to the terminal of host1 and try to ping host2:
    288289  {{{