Changes between Version 25 and Version 26 of GEC16Agenda/OpenFlow/Instructions/Execute


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

--

Legend:

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

    v25 v26  
    5757<table border="0">
    5858      <tr>
    59         <td>
    60         <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/OpenflowOVS/Graphics/ovs-interfaces.png?format=raw" alt="Login information for a VM"  height="350" title="Login information for a VM" /> </a>
    61        </td>
    6259       <td >
    6360         <ol>
     
    6865              </ul>
    6966     
    70              </li>
    71            <li>List all the interfaces of the node <br/> <code>ifconfig</code>.</li>
     67             </li><br/>
     68           <li>List all the interfaces of the node <br/> <code>ifconfig</code>.</li> <br/>
    7269           <li> Be careful <b> not to bring down eth0</b>. This is your control interface, if you bring that interface down you <b> won't be able to login</b> to your host!. For all interfaces other than <code>eth0</code> and <code> l0</code>, bring the interfaces down: <br/>
    7370              <ul><li> <code> sudo ifconfig ethX down </code> </li></ul>
    74              </li>
     71             </li> <br/>
    7572             <li> Add all the interfaces you just brought down to your switch (bridge):
    7673                <ul><li> <code> sudo  ovs-vsctl add-port br0 ethX </code> </li></ul>
    7774             </li>
    7875          </ol>
     76       </td>
     77        <td>
     78        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/OpenflowOVS/Graphics/ovs-interfaces.png?format=raw" alt="Login information for a VM"  height="350" title="Login information for a VM" /> </a>
    7979       </td>
    8080    </tr>