Changes between Version 16 and Version 17 of GEC16Agenda/OpenFlow/Instructions/Execute


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

--

Legend:

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

    v16 v17  
    5252}}}
    5353Ignore the warnings you are going to see. Now 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.
    54    * Create the ethernet bridge
    55     {{{
    56 sudo ovs-vsctl add-br br0
     54
     55{{{
     56#!html
     57<table border="0">
     58      <tr>
     59        <td>
     60        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/OpenflowOVS/Graphics/login-to-ovs.png?format=raw" alt="Login information for a VM"  height="150" title="Login information for a VM" /> </a>
     61       </td>
     62       <td >
     63         <ol>
     64           <li> Create the ethernet bridge
     65              <ul>
     66                 <li><code> sudo ovs-vsctl add-br br0 </code></li>
     67                <li> <code> sudo ovs-vsctl set bridge br0 datapath_type=netdev </code></li>
     68              </ul>
     69     
     70             </li>
     71           <li>List all the interfaces of the node <br/> <code>ifconfig</code>.</li>
     72           <li> In the window that will pop up :
     73                <ul>
     74                  <li> in the password field type in your passphrase</li>
     75                  <li> in the private key, browse to the file that has your private key
     76                   <li>  Press OK </li>
     77                </ul>
     78             </li>
     79             <li> If you don't have FireSSH installed, open a new terminal window. Copy the command to the right of Login into that terminal window. </li>
     80             <li> You are now logged in to the OVS host. </li>
     81         
     82          </ol>
     83       </td>
     84    </tr>
     85 </table>
    5786}}}
    58     {{{
    59 sudo ovs-vsctl set bridge br0 datapath_type=netdev
    60 
    61 }}}
     87   *
     88   
    6289
    6390