You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
== What is it? ==
2
+
3
+
RipL-POX (Ripcord-Lite for POX) is a simple data center controller built on RipL.
4
+
5
+
== Why should you use it ==
6
+
7
+
RipL-POX provides an example of an OpenFlow controller that uses a static network description to create paths.
8
+
It should work out-of-the-box to give you a functioning (but unoptimized) OpenFlow 1.0 data center controller based on a topology description from RipL.
9
+
10
+
There are two main modes:
11
+
- Proactive routing pushes down all possible paths when all switches come up.
12
+
- Reactive routing pushes down full OpenFlow N-tuple paths for each flow.
13
+
14
+
For each mode, you can choose to use spanning tree routing, random routing, or routing based on a hash function.
15
+
16
+
The hash function depends on the mode:
17
+
- In proactive mode, hashing is based on L2 fields.
18
+
- In reactive mode, hashing comes from the ECMP 5-tuple.
19
+
1
20
== Install ==
2
21
3
22
See INSTALL for install first.
@@ -10,10 +29,22 @@ RipL-POX must use the exact same topology as Mininet. Order shouldn't matter, b
0 commit comments