5 | | ==== 1. Running the network ==== |
| 7 | In this experiment Mininet will serve as the source of [https://www.opennetworking.org/about/onf-overview open flow traffic], floodlight will be the controller. |
| 8 | |
| 9 | Rather than build these tools from scratch, we will instead use two pre-made images with these tools already installed. |
| 10 | |
| 11 | ---- |
| 12 | ''' 0. Setup ''' |
| 13 | Preform the usual startup procedure: |
| 14 | 1. [[CollapsibleStart(Create resource reservation")]][[Include(Documentation/Short/CreateRes)]][[CollapsibleEnd]] |
| 15 | The user needs a set of nodes/resources from a domain to run the experiment on.For the rest of this tutorial we will assume that the the reserveation was made for sb1 domain. |
| 16 | 2. [[CollapsibleStart(Login into reserved domain: "ssh username@sb1.orbit-lab.org")]][[Include(Documentation/Short/Login)]][[CollapsibleEnd]] |
| 17 | After you receive the confirmation email, you can access the reserved domain by ssh to the corresponding domain console. |
| 18 | 3. Load the controller on '''node1-1'''. The image name is ''OF-Tutorial-Floodlight-12-7-2014.ndz'' |
| 19 | {{{ |
| 20 | omf load -t node1-1 -i OF-Tutorial-Floodlight-12-7-2014.ndz |
| 21 | }}} |
| 22 | '''NOTE:''' All subsequent instructions assume the controller is running on '''node1-1''' |
| 23 | 4. Load the Mininet instance on '''node1-2'''. The image name is ''OF-Tutorial-Mininet-12-7-2014.ndz'' |
| 24 | {{{ |
| 25 | omf load -t node1-2 -i OF-Tutorial-Mininet-12-7-2014.ndz |
| 26 | }}} |
| 27 | 5.Once loaded turn on both nodes: |
| 28 | {{{ |
| 29 | omf tell -a on -t all |
| 30 | }}} |
| 31 | |
| 32 | ---- |
| 33 | ''' 1. Running the Experiment ''' |