Changes between Version 21 and Version 22 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
09/19/13 12:49:35 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v21 v22  
    7979sudo ovs-vsctl set-fail-mode br0 secure
    8080}}}
    81 
     81You can verify your OVS settings by issueing the following:
     82
     83{{{
     84sudo ovs-vsctl show
     85}}}
    8286== 3. Execute Experiment ==
    8387Now that our switch is up and running we are ready to start working on our controller. For this tutorial we are going to use the [http://www.noxrepo.org/pox/about-pox/ POX controller]. The software that is installed in the OVS host for running Pox can be found [http://www.gpolab.bbn.com/experiment-support/OpenFlowOVS/of-ovs.tar.gz here].