Changes between Version 59 and Version 60 of GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout/Execute


Ignore:
Timestamp:
07/18/13 18:38:31 (11 years ago)
Author:
shuang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout/Execute

    v59 v60  
    6262 - 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"):
    6363{{{
    64 ovs-vsctl set Interface eth1 ingress_policing_rate=100000
    65 }}}
    66  The above will rate-limit the connection from node "Switch" to node "left" to have a bandwidth of 100Mbps.
     64ovs-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.
    6767 - Other ways to e.g., change link delay and lossrate using "tc qdisc netem" can be found in Section 4.
    6868