Re: [Ryu-devel] limiting bandwidth

2017-06-01 Thread Yiwen Shen
Thanks! I'll look into it. On Thu, Jun 1, 2017 at 8:00 PM, Fujimoto Satoshi < [email protected]> wrote: > Hi, Yiwen > > Off course, Ryu can control the bandwidth by using QoS functions! > > Please read this document: > https://osrg.github.io/ryu-book/en/html/rest_qos.html > > Th

Re: [Ryu-devel] limiting bandwidth

2017-06-01 Thread Fujimoto Satoshi
Hi, Yiwen Off course, Ryu can control the bandwidth by using QoS functions! Please read this document: https://osrg.github.io/ryu-book/en/html/rest_qos.html This document shows examples of QoS application. You can know how to control the bandwidth with OpenVSwitch from this document.

[Ryu-devel] limiting bandwidth

2017-06-01 Thread Yiwen Shen
Hi, I was wondering if there is any mechanism in Ryu for limiting the bandwidth possible for a given flow? For example, traffic through a flow can be at 10 Gbps but I specify somewhere in the flow that the bandwidth is limited to only 2 Gbps. Thanks, Yiwen Shen ---

Re: [Ryu-devel] Limiting bandwidth

2013-10-23 Thread FUJITA Tomonori
On Wed, 23 Oct 2013 20:58:13 +0200 Gabriele Gerbino wrote: > is there any way to change the bandwidth of a link if a certain event > occour? (I want to limit the bandwidth when a certain number of alerts is > reached) > I know you can do so in mininet with the tc command, but I don't know how > t

[Ryu-devel] Limiting bandwidth

2013-10-23 Thread Gabriele Gerbino
Hi all, is there any way to change the bandwidth of a link if a certain event occour? (I want to limit the bandwidth when a certain number of alerts is reached) I know you can do so in mininet with the tc command, but I don't know how to use it into my app. Thanks in advance Gabriele -