Changes between Version 4 and Version 5 of Tutorials/m0SDN/aHelloOF
- Timestamp:
- May 13, 2015, 2:27:41 PM (10 years ago)
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)]] 2 4 3 5 In this tutorial we'll preform a simple test of OF concepts. We will be leveraging some existing software tools, specifically: … … 7 9 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. Rather than build these tools from scratch, we will instead use two pre-made images with these tools already installed. 8 10 9 ---- 10 ''' 0. Setup ''' 11 === Setup === 12 11 13 Preform the usual startup procedure: 12 14 1. [[CollapsibleStart(Create resource reservation")]][[Include(Documentation/Short/CreateRes)]][[CollapsibleEnd]] … … 28 30 }}} 29 31 30 ---- 31 ''' 1. Running the Experiment ''' 32 === Running the Experiment === 32 33 33 34 As 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. … … 97 98 98 99 ---- 99 ''' 2. Next Steps ''' 100 === Next Steps === 100 101 * Use a different controller image - e.g. Open Day Light 101 102 * Use a real bare metal switch and real nodes - see NEXT TUTORIAL