Changes between Version 56 and Version 57 of GENIExperimenter/Tutorials/OpenFlowOVS/DesignSetup


Ignore:
Timestamp:
07/10/15 06:53:58 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS/DesignSetup

    v56 v57  
    1717
    1818[[PageOutline]]
     19
    1920
    2021== Step 1.  Obtain resources ==
     
    8182       * Interface with IP ''10.10.1.12'' to host2 - ethY
    8283       *  Interface with IP ''10.10.1.13'' to host3 - ethZ
    83     * Remove the IP from your data interfaces. Be careful '''not to bring down eth0'''. This is the control interface, if you bring that interface down you ''' won't be able to login''' to your host. For all interfaces other than `eth0` and ` l0` (your interface names may vary) run :
     84    * Remove the IP from your data interfaces. [[BR]]
     85     [[Image(GENIExperimenter/Tutorials/Graphics:warning-icon-hi.png, 2%)]]  Be careful '''not to bring down eth0'''. This is the control interface, if you bring that interface down you ''' won't be able to login''' to your host. For all interfaces other than `eth0` and ` l0` (your interface names may vary) run :
    8486    {{{
    8587sudo ifconfig ethX 0 
     
    8789sudo ifconfig ethZ 0
    8890  }}}
    89  iv. Add all the data interfaces to your switch (bridge). Be careful ''' not to add interface eth0'''. This is the control interface. The other three interfaces are your data interfaces. (Use the same interfaces as you used in the previous step.)
     91 iv. Add all the data interfaces to your switch (bridge). [[BR]]
     92  [[Image(GENIExperimenter/Tutorials/Graphics:warning-icon-hi.png, 2%)]]  Be careful ''' not to add interface eth0'''. This is the control interface. The other three interfaces are your data interfaces. (Use the same interfaces as you used in the previous step.)
    9093 {{{
    9194 sudo  ovs-vsctl add-port br0 ethX