Changes between Version 12 and Version 13 of Documentation/fSDN/OpenFlow


Ignore:
Timestamp:
May 2, 2011, 10:24:35 PM (13 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/fSDN/OpenFlow

    v12 v13  
     1[[TOC(!OpenFlow,Documentation/OpenFlow/*)]]
     2
    13= !OpenFlow Experimentation in ORBIT =
    24
    35SB9 is dedicated to [http://www.openflowswitch.org OpenFlow] experimentation (NOTE: Nodes in SB9 don't have wireless interfaces!).
    4 
    5 == Hardware ==
    6 
    7 As show in Figure 1, the SB9 is built around an !OpenFlow capable switch with 9 nodes 7 of which are equipped with NetFPGA cards and 2 general purpose ORBIT nodes and a sandbox console.
     6As show in Figure 1, sanbox 9 is built around an !OpenFlow capable switch with 9 nodes 7 of which are equipped with NetFPGA cards and 2 general purpose ORBIT nodes and a sandbox console.
    87 
    98[[Image(SB9.jpg, 600px, link=, align=right)]]
     
    1211The switch labeled 'sw-sb-09', a Pronto 3240,  provides the central connectivity backplane for as 'DATA' interface of all hosts/NetFPGAs in the sandbox. Each host (node1-1..node1-7, node1-10..node1-11) is connected to the sw-sb-09 switch through one 1GbE data connection on the interface 'eth0' or 'exp0'. As is the case with the rest of ORBIT nodes, a second GbE interface ('eth1' or 'control') of each node,  that is used exclusively for experiment control (incl. ssh/telnet sessions), is connected to an external control switch outside of sandbox.
    1312
    14 The first 7 hosts (node1-1..node1-7) each contain a 4x1GbE NetFPGA installed on a PCI slot. The NetFPGA has 4 connections to the top switch, each corresponding to its 4-GbE ports nf2c0-nf2c3.
     13The first 7 hosts (node1-1..node1-7) each contain a 4x1GbE NetFPGA installed on a PCI slot. Each NetFPGA has 4 connections to the top switch, corresponding to its 4-GbE ports nf2c0-nf2c3.
    1514
    1615Some external reference links about above hardware:
     
    1918 * [http://www.netfpga.org NetFPGA]
    2019
    21 == Software ==
    22 
    2320The Pronto switch is a !OpenFlow enabled switch and can be run in native or !OpenFlow mode by controlling its boot configuration. When in native mode, it runs the Pica8 Xorplus switch software while when it is in !OpenFlow mode it can run either stock Indigo firmware or experimenter provided !OpenFlow image for Pronto switches. The mode of operation is controlled by a simple HTTP based service.
    2421
    2522== Tutorials ==
    2623
    27  * [wiki:Documentation/OpenFlow/HowTo Tutorial 1: OpenFlow "Hello World"]
    28  * [wiki:Documentation/OpenFlow/Tutorial2 Tutorial 2: Multiple Controllers]
     24The usual: reserve sb9, login into the console, image the nodes that you and run the tutorials:
     25
     26 * [wiki:Documentation/OpenFlow/aHowTo Tutorial 1: !OpenFlow "Hello World"]
     27 * [wiki:Documentation/OpenFlow/bTutorial2 Tutorial 2: Multiple Controllers]
     28 * [wiki:Documentation/OpenFlow/cNetFpgaTut: !NetFPGA Testing]