close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of Proto/cModules/e0SDN/a0OpenFlow/a0Floodlight/d0RunningController


Ignore:
Timestamp:
Dec 3, 2014, 4:24:12 PM (9 years ago)
Author:
seskar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto/cModules/e0SDN/a0OpenFlow/a0Floodlight/d0RunningController

    v1 v2  
    1 == Running Floodlight with MobilityFirst ==
     1== Running Floodlight with !MobilityFirst ==
    22
    33The [https://mobilityfirst.orbit-lab.org/wiki/SystemPrototyping/Projects/ClickRouter CLICK router project page] has details on configurations in which the software router can be used. The file sender and file receiver configurations can be used as end hosts. A node running the router configuration can be used for the storage of chunks.
    44
    5 Before starting the controller, it has to be configured to load the MobilityFirst modules on start up and to listen for PACKET_IN messages.
     5Before starting the controller, it has to be configured to load the !MobilityFirst modules on start up and to listen for PACKET_IN messages.
    66
    77Open the file src/main/resources/floodlightdefault.properties and add the following lines before the lines that mention the ports for floodlight and the REST API.
     
    4343}}}
    4444
    45 == Running the SDN MobilityFirst Prototype with Floodlight in SB9 ==
     45== Running the SDN !MobilityFirst Prototype with Floodlight in SB9 ==
    4646
    47 ''' MobilityFirst Prototype in OpenFlow '''
     47The !MobilityFirst SDN Prototype on SB9 can be set up using the following instructions:
    4848
     49 1. Two images have to be loaded for the controller and source/destination nodes : 
     50   a. Image '''aravind-mf1.ndz''' for the source and destination to be loaded on nodes ''node1-1 & node1-2''
     51   b. Image '''floodlight-controller.ndz''' for the controller to be loaded on ''node1-11''
     52   c. On nodes with source & destination, run the scripts under the directory /usr/local/mobilityfirst/scripts/click : init_traf_gen.sh  and init_sink.sh respectively.
     53   d. On the node with the controller, cd floodlight_mf  and java -jar target/floodlight.jar for running the controller.
    4954
    50 The MobilityFirst SDN Prototype in SB9 can be set up using the following instructions:
    51 1. Two images have to be loaded for the controller and source/destination nodes :
    52 
    53 a. Image '''aravind-mf1.ndz''' for the source and destination to be loaded on nodes ''node1-1 & node1-2''
    54 
    55 b. Image '''floodlight-controller.ndz''' for the controller to be loaded on ''node1-11''
    56 
    57 c. On nodes with source & destination, run the scripts under the directory /usr/local/mobilityfirst/scripts/click : init_traf_gen.sh  and init_sink.sh respectively.
    58 
    59 d. On the node with the controller, cd floodlight_mf  and java -jar target/floodlight.jar for running the controller.
    60 
    61 The configuration for the switch need not be changed except to make sure that the ports with the source and destination are OpenFlow enabled and set to version 1.0 and the controller contr-serv is 10.19.1.11 (This is already the setup in the switch except that OF 1.3 is enabled instead of 1.0).
     55The configuration for the switch need not be changed except to make sure that the ports with the source and destination are !OpenFlow enabled and set to version 1.0 and the controller contr-serv is 10.19.1.11 (This is already the setup in the switch except that OF 1.3 is enabled instead of 1.0).