[Ryu-devel] Add flow entry to specific switch

2015-04-09 Thread mehran shetabi
Hi, I want to add flow entry to specific switch in my network topology that implemented with Mininet. Would you please tell me that how can I specify the exact switch in Ryu controller? Best regards ... mehran shetabi PhD student Computer Enginee

[Ryu-devel] About Ryu Event Dispatching

2015-04-09 Thread Liu, Weijie
Hi, I run two apps on Ryu, A and B. Both of them capture packet-in event. But it seems that at any time, only one of the two succeeds to capture the packet. How can I configure Ryu to let both of the two capture the same packet? I remember I have read about this but failed to find it out again.

Re: [Ryu-devel] How to add/modify/delete flow without getting the datapath from an event

2015-04-09 Thread Clément Rault
Hi, Thanks, that what I was looking for! But I'm not sure to understand what you mean by "try to create your app this app as a guide?"? Best, Clément On 9 April 2015 at 05:13, Minoru TAKAHASHI wrote: > Hi, > > On 2015年04月08日 21:41, Clément Rault wrote: >> Hi, >> >> I am wondering if there is a

[Ryu-devel] Is RYU Stateful conntroller

2015-04-09 Thread sachidanand das
Hi, Will RYU automatically install flows that were pushed earlier when the active connection with a switch is reset. Regards, Sachit -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process

Re: [Ryu-devel] Flow Matching in HP 3500 yl with OF 1.3

2015-04-09 Thread Nicholas Bastin
On Thu, Apr 9, 2015 at 1:03 AM, Chandra Satriana wrote: > Just a bit different question, is actions Forward to Controller, supported > in HP ? > This action is supported but obviously executed in software per the rate limiting rules configured on your device. You can review all of these configu

Re: [Ryu-devel] Flow Matching in HP 3500 yl with OF 1.3

2015-04-09 Thread Chandra Satriana
Hi, Thanks guys. I realized why it was not working. It was because when I was trying to insert new flows, previously I deleted the flows like this: $ ovs-ofctl del-flows tcp:10.10.10.12:6633 and this cause to also delete the flows in table id 0 which suppose to forward it to table 100. This is I c

[Ryu-devel] ?????? sdn

2015-04-09 Thread ??????
hi?? I do it like this?? But the result is still 404 error. thanks -- -- ??: "Minoru TAKAHASHI";; : 2015??4??9??(??) 10:05 ??: "??"<406699...@qq.com>; "ryu-devel"; : Re: [Ryu-devel] sdn Hi, On 2015??04??08?? 23:38, ?

[Ryu-devel] Stp on Openvswitch

2015-04-09 Thread FIXED-TERM Vardhan Harsha (CR/AEH4)
Hello All , I have looped network with 3 computers running OpenVswitch version 2.0.2 and 2 host. so the network is as shown below. s1-- | | h1s2--s3---h2 Ryu is running the STP

[Ryu-devel] simple_vlan problem

2015-04-09 Thread ビバ9╆
Hi,everyone Today I test the ryu app simple vlan.At first,I only running the simple_vlan app use the command on controller: ryu-manager --verbose --observe-links ryu.app.simple_vlan.py‍ But when I pointed the switch(pica8 3297) to this controller,some errors occured like

Re: [Ryu-devel] Flow Matching in HP 3500 yl with OF 1.3

2015-04-09 Thread nitish nagesh
Hello, Adding to what Robert said. HP switches, by default have the following OpenFlow pipeline model when OpenFlow connection is negotiated to 1.3: 0 -> 100 -> 200+ Table 100 is a hardware Table (TCAM) table and Table 200 is a software table. Default rules in these tables will drop