[ovs-discuss] How to apply rate limiting or QoS on upload speed?

Navneet Singh navneet.singh2012 at gmail.com
Tue Mar 10 05:35:12 UTC 2015


I am trying to control upload speed using openvswitch on eth1 port using
commands like


> =>ovs-vsctl set port eth1 qos=@newqos -- --id=@newqos create qos
> type=linux-htb queues=0=@q0,1=@q1 -- --id=@q0 create queue
> other-config:min-rate=2000000 other-config:max-rate=2000000 -- --id=@q1
> create queue other-config:min-rate=3000000 other-config:max-rate=3000000


WAN is provided to eth0 port and forwarded to br0 through iptables and NAT.
I am able to achieve rate limiting on downloading but not on uploading.
Please help me in solving this.

Topology used in attached.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20150310/08fcceff/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: topo
Type: application/octet-stream
Size: 30551 bytes
Desc: not available
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20150310/08fcceff/attachment-0002.obj>


More information about the discuss mailing list