Changes between Version 4 and Version 5 of Tutorials/m0SDN/aHelloOF


Ignore:
Timestamp:
May 13, 2015, 2:27:41 PM (9 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/aHelloOF

    v4 v5  
    1 === Hello World Open Flow ===
     1== Open Flow Hello World ==
     2
     3[[TOC(Tutorials/m0SDN/*, depth=3)]]
    24
    35In this tutorial we'll preform a simple test of OF concepts. We will be leveraging some existing software tools, specifically:
     
    79In this experiment Mininet will serve as the source of [https://www.opennetworking.org/about/onf-overview open flow traffic], floodlight will be the controller. Rather than build these tools from scratch, we will instead use two pre-made images with these tools already installed.
    810
    9 ----
    10 ''' 0. Setup '''
     11=== Setup ===
     12
    1113Preform the usual startup procedure:
    1214 1. [[CollapsibleStart(Create resource reservation")]][[Include(Documentation/Short/CreateRes)]][[CollapsibleEnd]]
     
    2830    }}}
    2931
    30 ----
    31 ''' 1. Running the Experiment '''
     32=== Running the Experiment ===
    3233
    3334As a two-node example, we image the nodes on Sandbox8, as explained in [#imaging Section 1.1]. One is used for the controller, and the other, the Mininet network.
     
    9798
    9899----
    99 ''' 2. Next Steps '''
     100=== Next Steps ===
    100101 * Use a different controller image - e.g. Open Day Light
    101102 * Use a real bare metal switch and real nodes - see NEXT TUTORIAL