Changes between Version 45 and Version 46 of GENIExperimenter/Tutorials/OpenFlowOVS/DesignSetup


Ignore:
Timestamp:
07/10/15 04:17:19 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v45 v46  
    5050=== 2a. Configure  the Software Switch (OVS Window) ===
    5151
    52 Now that you are logged in, we need first to configure OVS. To save time in this tutorial, we have already started OVS and we have added an Ethernet bridge that will act as our software switch. Try the following to show the configured bridge:
     52First we need to create an Ethernet bridge that will act as our software switch:
    5353{{{
    54 sudo ovs-vsctl list-br
     54sudo ovs-vsctl add-br br0
    5555}}}
    56 You should see only one bridge `br0`. Now we need to add the interfaces to this bridge that will act as the ports of the software switch.
     56 
     57Now we need to add the interfaces to this bridge that will act as the ports of the software switch.
    5758
    5859{{{