Changes between Version 71 and Version 72 of GEC16Agenda/OpenFlow/Instructions/Execute


Ignore:
Timestamp:
04/01/13 01:38:33 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v71 v72  
    6969           </li> <br/>
    7070           <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>, remove the IP from the interfaces: <br/>
    71 91                            <ul><li> <code> sudo ifconfig &ltdata_interface_name&gt 0 </code> </li></ul>
     7191                            <ul><li> <code> sudo ifconfig &lt data_interface_name &gt 0 </code> </li></ul>
    7272             <li> Add all the data interfaces to your switch (bridge):Be careful <b> not to add interface eth0</b>. This is your control interface. You should see three interfaces that start with VLAN, these are your data interfaces.
    73                 <ul><li> <code> sudo  ovs-vsctl add-port br0 &ltdata_interface_name&gt </code> </li></ul>
     73                <ul><li> <code> sudo  ovs-vsctl add-port br0 &lt data_interface_name &gt </code> </li></ul>
    7474             </li>
    7575          </ol>