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


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

--

Legend:

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

    v35 v36  
    9999
    100100=== 3b. Use a Learning Switch Controller ===
    101 We have installed the POX controller under `/local/pox`. On the terminal of the OVS host run:
     101We have installed the POX controller under `/local/pox` on the OVS host. POX comes with a set of example modules that you can use out of the box. One of the modules is a learning switch. Let's start the learning switch controller:
    102102{{{
    103103cd /local/pox
    104 }}}
    105 POX comes with a set of example modules that you can use out of the box. One of the modules is a learning switch. Let's start the controller:
    106 {{{
    107104./pox.py --verbose forwarding.l2_learning
    108105}}}