Changes between Version 59 and Version 60 of GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout/Execute
- Timestamp:
- 07/18/13 18:38:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout/Execute
v59 v60 62 62 - 2.4.1 Log on to node "left" and change the link capacity for the interface with IP address "192.168.2.2" (use "ifconfig" to find the correct interface, here we assume eth1 is the interface connecting to node "Switch"): 63 63 {{{ 64 ovs-vsctl set Interface eth1 ingress_policing_rate=10000 065 }}} 66 The above will rate-limit the connection from node "Switch" to node "left" to have a bandwidth of 10 0Mbps.64 ovs-vsctl set Interface eth1 ingress_policing_rate=10000 65 }}} 66 The above will rate-limit the connection from node "Switch" to node "left" to have a bandwidth of 10Mbps. 67 67 - Other ways to e.g., change link delay and lossrate using "tc qdisc netem" can be found in Section 4. 68 68