Changes between Version 6 and Version 7 of Internal/OpenFlow/topoMapping
- Timestamp:
- Aug 13, 2012, 6:34:26 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/topoMapping
v6 v7 22 22 * ''network'' : via !OpenFlow e.g. a Floodlight module that takes a topology description and pushes static flows, or even CLI. 23 23 24 The overall architecture will possibly work as follows: 24 == Components Overviews == 25 This section contains some initial design considerations for the various components listed above. The overall architecture will possibly work as follows: 25 26 26 [[Image(topo logizer.png)]]27 [[Image(topopologizer.png)]] 27 28 28 == Components Overviews == 29 This section contains some initial design considerations for the various components listed above. 29 The file parser will produce two outputs, the node:edge information needed by the topology setup component, and a set of hints provided to a component that would initialize the base topology, which the final topology will be enforced upon using dpctl. Initialization would include actions such as starting up VMs and virtual switches, and checking that they are up and are in a configurable state. 30 30 31 ==== !OpenFlow topology setup ==== 31 32 It was assumed that [http://floodlight.openflowhub.org Floodlight] will be used for development. Several methods to enforce topology using SDN methods come to mind: