Changes between Version 1 and Version 2 of Internal/OpenFlow/Controllers/MultiCtl
- Timestamp:
- Sep 5, 2012, 7:58:40 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Controllers/MultiCtl
v1 v2 1 = Multiple Controllers (And making them cooperate). = 1 = Multiple Controllers (And making them cooperate). = #home 2 2 This page documents the process of designing a multi-controller !OpenFlow architecture where the controllers actively collaborate to emulate a network stack for experiments. 3 3 4 4 == Quick Links. == 5 [#i Overview.] [[BR]] 5 [#i Overview] [[BR]] 6 [#ii Development Setup] [[BR]] 7 [#iii Logs] - records of work [[BR]] 8 [#iv Subpages] - extra notes related to this page 6 9 7 10 == Overview. == #i … … 15 18 16 19 Developing a general solution to this problem is difficult, so focus will be narrowed down to a more specific task of producing a cooperative multi-controller framework for running a topology configuration service split into a global and local component, and an experimental routing protocol with ID resolution. 17 20 21 == Development Setup == #ii 22 The [http://yuba.stanford.edu/foswiki/bin/view/OpenFlow/Mininet Mininet SDN prototyping tool] will be used for testing and debugging implementations. The implementation will be based on modified versions of !OpenFlow Hub's [http://floodlight.openflowhub.org Floodlight controller]. 23 24 Proof-of-concept experiments for evaluating the architecture will be run on ORBIT sandboxes. 25 26 ---- 27 [#home Home.]