Changes between Version 13 and Version 14 of GEC16Agenda/OpenFlow/Instructions/Execute


Ignore:
Timestamp:
03/11/13 22:49:48 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/OpenFlow/Instructions/Execute

    v13 v14  
    4848sudo ovs-vsctl --no-wait init
    4949}}}
     50
     51Now that OVS is running it is time to create our software switch. The software switch will be a bridge, in which we are going to add all the interfaces we want to be part of the switch.
     52   * Create the ethernet bridge
     53    {{{
     54sudo ovs-vsctl add-br br0
     55}}}
     56    {{{
     57sudo ovs-vsctl set bridge br0 datapath_type=netdev
     58
     59}}}
     60
     61   
    5062= Execute Experiment =
    5163== Use a Learning Switch Controller ==