Changes between Version 9 and Version 10 of GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/DesignSetup


Ignore:
Timestamp:
11/18/16 09:04:27 (7 years ago)
Author:
pjayanth@bbn.com
Comment:

--

Legend:

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

    v9 v10  
    101101     * Write down the interface names that correspond to the connections to your hosts. You will see three interfaces with IP's '''10.10.*.*''', one for each host. These are the data plane interfaces.
    102102     * Remove the IP from your data interfaces. [[BR]]
    103      [[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` and the '''control plane interface'''  (your interface names may vary) run :
     103     [[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 :
    104104    {{{
    105105sudo ifconfig ethX 0 
     
    133133
    134134 i. Login to your controller
    135  ii.  Find the control interface IP of your controller, use ''ifconfig'' and note down the IP address of `eth0`.
     135 ii.  Find the '''control interface IP''' of your controller, use ''ifconfig'' and note down the IP address of `eth0`.
    136136 iii. In order to point our software !OpenFlow switch to the controller, in the ''ovs'' terminal window, run:
    137137 {{{