Changes between Version 23 and Version 24 of GEC16Agenda/OpenFlow/Instructions/Execute


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

--

Legend:

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

    v23 v24  
    7171           <li>List all the interfaces of the node <br/> <code>ifconfig</code>.</li>
    7272           <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/>
    73                 <code> sudo ifconfig ethX down </down>
    74              </li>
    75            
     73              <ul><li> <code> sudo ifconfig ethX down </code> </li></ul>
     74             </li>
     75             <li> Add all the interfaces you just brought down to your switch (bridge):
     76                ul><li> <code> sudo  ovs-vsctl add-port br0 ethX </code> </li></ul>
    7677         
    7778          </ol>