Re: [Ryu-devel] OF 1.4 Flow Entry Monitoring

2016-04-25 Thread Iwase Yusuke
Hi, On 2016年04月25日 21:27, Joel Frank wrote: > Hi everyone, > > I'm trying to get Flow Entry Monitoring to work and running into trouble > getting the example code to work. I'm trying to add an flow monitor to > the switch when it connects to Ryu. However the code crashes with > following exception

[Ryu-devel] sorry to trouble you, i have some questions to ask you

2016-04-25 Thread WZYING
Dear sir: I am a student who is learning Ryu, i had searched a lot of data on the internet, but i still do not know whether Ryu can use VLAN Virtualize to slices, waiting for your reply,thank you sir,have a nice day

Re: [Ryu-devel] Proxy between OF1.0 and OF1.3?

2016-04-25 Thread Jerônimo Bezerra
Hi Victor, Yes, same Jeronimo from FIU! ;) Thanks for your comments. Let me reply inline: 2016-04-25 9:44 GMT-04:00 Victor Orlikowski : > Jeronimo, > > Long time since we met in person, at the I2 gathering (presuming you're > the same Jeronimo from FIU). ;) > > Am I correct in presuming that y

Re: [Ryu-devel] Proxy between OF1.0 and OF1.3?

2016-04-25 Thread Victor Orlikowski
Jeronimo, Long time since we met in person, at the I2 gathering (presuming you're the same Jeronimo from FIU). ;) Am I correct in presuming that you're trying to making a OF version-adapting proxy? A la FlowSpace Firewall or Flowvisor, but capable of translating from one version of OF to anoth

Re: [Ryu-devel] Proxy between OF1.0 and OF1.3?

2016-04-25 Thread Jerônimo Bezerra
Hi Shinpei, Thanks. What would be the best way for Ryu to connect to another OpenFlow controller, also via OpenFlow? Create a standard TCP socket and my code be responsible for all OpenFlow commands or is there a way for Ryu to start an OpenFlow/TCP channel natively? My idea is: OF switch connec

[Ryu-devel] OF 1.4 Flow Entry Monitoring

2016-04-25 Thread Joel Frank
Hi everyone, I'm trying to get Flow Entry Monitoring to work and running into trouble getting the example code to work. I'm trying to add an flow monitor to the switch when it connects to Ryu. However the code crashes with following exception, when I try to send/generate the of-request: Monitorin

Re: [Ryu-devel] FWD:[Adding queue to a switch using RYU QoS]

2016-04-25 Thread Iwase Yusuke
Hi, On 2016年04月25日 15:08, Malekloo, Ashkan wrote: > Hi, > > Thanks for your response. > > I would appreciate if could help me on something else. I have a scenario in > which I want to change the third scenario of RYU SDN Framework book QoS > chapter that described the Meter based QoS. In my sce