Re: [Ryu-devel] RYU Controller

2020-01-08 Thread Yusuke Iwase
Kind regards > > > > Hikmat Aldelou > > *From:* Yusuke Iwase > *Sent:* 08 January 2020 22:41 > *To:* Hikmat Aldelou (Student) > *Cc:* ryu-devel@lists.sourceforge.net > *Subject:* Re: [Ryu-devel] RYU Controller > > > > Hi, > > > > As far a

Re: [Ryu-devel] RYU Controller

2020-01-08 Thread Hikmat Aldelou (Student)
ask? I look forward to hear from you. Kind regards Hikmat Aldelou From: Yusuke Iwase Sent: 08 January 2020 22:41 To: Hikmat Aldelou (Student) Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] RYU Controller Hi, As far as you will control your switches using the OpenFlow protocol, it

Re: [Ryu-devel] RYU Controller

2020-01-08 Thread Yusuke Iwase
Hi, As far as you will control your switches using the OpenFlow protocol, it is feasible, I guess. But I recommend you take care of the supported version of your switch and also the supported features. Regards, Iwase 2019年12月25日(水) 12:32 Hikmat Aldelou (Student) : > Dear, > > > > My Name is Hik

[Ryu-devel] Ryu Controller

2020-01-08 Thread azad jalalian
Hi, I'm azad jalalian. I am using Ryu controller in my thesis and i have a question about that. I had implemented a topology that there are some ovsk switch in that. I had added some queues on the two port of the edge switch. Now when i want to set Qos on the edge switch, on the two different por

[Ryu-devel] RYU Controller

2019-12-24 Thread Hikmat Aldelou (Student)
Dear, My Name is Hikmat Aldelou and Im a PhD student in Brunel university, My research is on how to improve Service discovery in IoT by implementing SDN cotroller. Im using Riverbed (OPNET) to build my network for simulation and results, but Riverbed doesn't provide a model for SDN controller(

[Ryu-devel] ryu controller with python3.5 or later

2019-07-31 Thread ha Fa
Hi, is ryu Controller preferable to work with python3. is there any step to follow. thanks ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

Re: [Ryu-devel] RYU controller Topology discovery Module

2019-06-16 Thread mraabs
.From: madihamat...@gmail.comSent: June 17, 2019 12:23 AMTo: ryu-devel@lists.sourceforge.netSubject: [Ryu-devel] RYU controller Topology discovery Module I am using RYU controller for my link recovery use case. Ryu have Topology discovery

[Ryu-devel] RYU controller Topology discovery Module

2019-06-16 Thread Madiha Mateen
I am using RYU controller for my link recovery use case. Ryu have Topology discovery module . My topology is fat tree. Topology discovery module is initiating but not getting the topology and its links. Ping between hosts is not successful. Any help on this would be appreciated. Thank You Regards

Re: [Ryu-devel] Ryu controller launch

2019-06-04 Thread Yusuke Iwase
Hi Durga, You are going to launch SDN Hub's apps, right? These apps are not maintained by Ryu project, so it is difficult to point out the problems. How about contacting to the SDN Hub team? Thanks, Iwase 2019年6月4日(火) 9:49 Durga Bodla : > *ryu@ryu*:*~/ryu*$ sudo ./ryu/app/sdnhub_apps/run_sdnh

[Ryu-devel] Ryu controller launch

2019-06-03 Thread Durga Bodla
ryu@ryu:~/ryu$ sudo ./ryu/app/sdnhub_apps/run_sdnhub_apps.sh loading app ryu.app.sdnhub_apps.fileserver loading app ryu.app.sdnhub_apps.host_tracker_rest loading app ryu.app.rest_topology loading app ryu.app.sdnhub_apps.stateless_lb_rest loading app ryu.app.sdnhub_apps.tap_rest loading app ryu.app.

Re: [Ryu-devel] Ryu controller struct.error when adding a new table flow

2019-03-06 Thread IWAMOTO Toshihiro
On Wed, 06 Mar 2019 23:56:06 +0900, Daniel Gomes wrote: > i'm writing a layer 4 switch application and i'm trying to do the > following: when a TCP/UDP packet is identified the application checks in a > local database to see if the packet parameters are from a known attacker > (source IP, destinati

[Ryu-devel] Ryu controller struct.error when adding a new table flow

2019-03-06 Thread Daniel Gomes
Hello, i'm writing a layer 4 switch application and i'm trying to do the following: when a TCP/UDP packet is identified the application checks in a local database to see if the packet parameters are from a known attacker (source IP, destination IP , destination port). If the packet matches one lo

Re: [Ryu-devel] RYU Controller Nicira Extended Match Structures Support in ARUBA Switches

2019-02-21 Thread Ramzah Rehman
Ok, thanks for the reply. Best Regards, Ramzah Rehman On Tue, Feb 19, 2019 at 2:23 PM IWAMOTO Toshihiro wrote: > On Thu, 14 Feb 2019 21:42:36 +0900, > Ramzah Rehman wrote: > > I want to know are Nicira Extended Match Structures of RYU Controller > > supported in ARUBA 2930F LJ253A switches?I t

Re: [Ryu-devel] RYU Controller Nicira Extended Match Structures Support in ARUBA Switches

2019-02-19 Thread IWAMOTO Toshihiro
On Thu, 14 Feb 2019 21:42:36 +0900, Ramzah Rehman wrote: > I want to know are Nicira Extended Match Structures of RYU Controller > supported in ARUBA 2930F LJ253A switches?I tried it, and got OFPET_BAD_ACTION > error even though these extensions work fine with OVS (OpenVswitch). I'm not aware of t

[Ryu-devel] RYU Controller Nicira Extended Match Structures Support in ARUBA Switches

2019-02-14 Thread Ramzah Rehman
I want to know are Nicira Extended Match Structures of RYU Controller supported in ARUBA 2930F LJ253A switches?I tried it, and got OFPET_BAD_ACTION error even though these extensions work fine with OVS (OpenVswitch). Best Regards, Ramzah Rehman ___ Ryu-d

Re: [Ryu-devel] Ryu Controller Question

2017-06-25 Thread Iwase Yusuke
Hi Hosseini, Yes, we welcome your questions! https://github.com/osrg/ryu#support FYI, you can find the mail archive, and search the similar posts/discussions on here: http://dir.gmane.org/gmane.network.ryu.devel Thanks, Iwase On 2017年06月23日 18:49, Farshad Hosseini nezhad wrote: Hello My N

[Ryu-devel] Ryu Controller Question

2017-06-23 Thread Farshad Hosseini nezhad
Hello My Name is Farshad Hosseini From Iran. I am working on my Master Thesis. I have some questions about this controller. May i ask them here? Thank you Best wishes Hosseini -- Check out the vibrant tech community on

Re: [Ryu-devel] ryu controller does not start

2017-05-22 Thread Yi Tseng
gt; > 2. if I want to use multiple controller in the same mininet topology, how > I have to declare? > > > > > Thanks, > > -Tanvir > > > > > > -- > *From:* Yi Tseng > *Sent:* Tuesday, 16 May 2017 4:45 PM > *To:* Ul Hu

Re: [Ryu-devel] ryu controller does not start

2017-05-16 Thread Tanvir.Ulhuque
Huque, Tanvir (Data61, Eveleigh ATP) Cc: ryu-devel Subject: Re: [Ryu-devel] ryu controller does not start Hi The default controller is enabled, it will use port 665(3)3, and you can't start Ryu controller. To disable it, just set the remote controller. May I ask how you start your mi

Re: [Ryu-devel] ryu controller does not start

2017-05-15 Thread Yi Tseng
No. > 1. Why i have to disable it ? > 2. How can i do it ? > > Thanks > > Sent from OWA on Android > -- > *From:* Yi Tseng > *Sent:* Tuesday, 16 May 2017 4:05:24 AM > > *To:* Ul Huque, Tanvir (Data61, Eveleigh ATP) > *Cc:* ryu-devel

Re: [Ryu-devel] ryu controller does not start

2017-05-15 Thread Tanvir.Ulhuque
a86487...@gmail.com>> Sent: Tuesday, 9 May 2017 6:52:33 AM To: Ul Huque, Tanvir (Data61, Eveleigh ATP) Cc: ryu-devel Subject: Re: [Ryu-devel] ryu controller does not start Hi, Are you also using mininet? --Yi 2017-05-07 22:15 GMT-07:00 mailto:tanvir.ulhu...@data61.csiro.au>>: Hi Fujimo

Re: [Ryu-devel] ryu controller does not start

2017-05-15 Thread Yi Tseng
AM > *To:* Ul Huque, Tanvir (Data61, Eveleigh ATP) > *Cc:* ryu-devel > > *Subject:* Re: [Ryu-devel] ryu controller does not start > > Hi, > > Are you also using mininet? > > --Yi > > 2017-05-07 22:15 GMT-07:00 : > >> Hi Fujimoto >> >> >>

Re: [Ryu-devel] ryu controller does not start

2017-05-08 Thread Tanvir.Ulhuque
Yes. But why ? Thanks, - Tanvir Sent from OWA on Android From: Yi Tseng Sent: Tuesday, 9 May 2017 6:52:33 AM To: Ul Huque, Tanvir (Data61, Eveleigh ATP) Cc: ryu-devel Subject: Re: [Ryu-devel] ryu controller does not start Hi, Are you also using mininet? --Yi

Re: [Ryu-devel] ryu controller does not start

2017-05-08 Thread Yi Tseng
- > *From:* Fujimoto Satoshi > *Sent:* Monday, 8 May 2017 3:02 PM > *To:* Ul Huque, Tanvir (Data61, Eveleigh ATP); > ryu-devel@lists.sourceforge.net > *Subject:* Re: [Ryu-devel] ryu controller does not start > > > Hi, Tanvir > > > It seems to t

Re: [Ryu-devel] ryu controller does not start

2017-05-07 Thread Tanvir.Ulhuque
ATP); ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] ryu controller does not start Hi, Tanvir It seems to that there is another process using port 6653 or 6633. Please run: netstat -nltp | grep 6633 netstat -nltp | grep 6653 to see what process is using the port

Re: [Ryu-devel] ryu controller does not start

2017-05-07 Thread Fujimoto Satoshi
Hi, Tanvir It seems to that there is another process using port 6653 or 6633. Please run: netstat -nltp | grep 6633 netstat -nltp | grep 6653 to see what process is using the port. Thanks, Fujimoto On 2017年05月04日 15:52, tanvir.ulhu...@data61.csiro.au wrote: Hi All Wh

[Ryu-devel] ryu controller does not start

2017-05-03 Thread Tanvir.Ulhuque
Hi All Whenever I run Ryu, I get the following error message, hub: uncaught exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 54, in _launch return func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/ryu/co

Re: [Ryu-devel] RYU controller

2016-11-23 Thread Garegin Grigoryan
I found what was the problem. Sorry for disturbance. On Wed, Nov 23, 2016 at 3:27 PM, Garegin Grigoryan wrote: > Hi all, > > I have installed RYU controller and get this error when I run the modules. > Could you please help me, what I miss there? > > grigorg@controller:/tmp/ryu$ ./bin/ryu-manage

[Ryu-devel] RYU controller

2016-11-23 Thread Garegin Grigoryan
Hi all, I have installed RYU controller and get this error when I run the modules. Could you please help me, what I miss there? grigorg@controller:/tmp/ryu$ ./bin/ryu-manager --verbose ryu/app/simple_switch_13.py Traceback (most recent call last): File "./bin/ryu-manager", line 18, in from

Re: [Ryu-devel] Ryu controller refused openvswitch

2016-10-28 Thread Shinpei Muraoka
Hi, > Why? What should i do to solve this question? There may be a problem with the destination port. Please execute the following command. $ ryu-manager --verbose --ofp-tcp-listen-port 6653 If Ryu can connect to the OVS, the following log is output.

[Ryu-devel] Ryu controller refused openvswitch

2016-10-26 Thread Alan Wang
Hi All, I tried to let openvswitch connect to the ryu controller. But the connection is be refused by ryu controller. I am so confused about is_connected:true and last_error="Connection refused". $ ovs-vsctl list controller _uuid : abbeff95-fdec-43c0-a566-6e4cf79163ee connection_m

[Ryu-devel] Ryu Controller Implementation on Mininet

2016-06-15 Thread Aditya Bhardwaj
Respected Sir, I am working on SDN Cloud Computing domain. I tried to install Ryu on Mininet but getting error. Please guide me how to install Ryu controller on Mininet *Thank youWith Regards:Aditya Bhardwaj* -- What

[Ryu-devel] Ryu Controller High Available Question

2015-12-16 Thread ????9??
Hi,everyoneRecently,I want to use RYUs to make a controller cluster like opendaylight. As I know that I can use zookeeper,but I have no idea about how to solve the problem of the data synchronism. So I need some helps. If someone have other method at Ryu Controller High Avai

Re: [Ryu-devel] Ryu controller for OpenStack

2015-10-09 Thread fumihiko kakuma
Hi, On Thu, 8 Oct 2015 10:59:06 +0200 Alioune wrote: > Please may I know: > > How to create the new agent for multiple nodes ? > I do not know how much time it takes to explain it from the beginning. It is out of a work range of this ML. You can find many samples about an agent in neutron re

Re: [Ryu-devel] Ryu controller for OpenStack

2015-10-08 Thread Alioune
Please may I know: How to create the new agent for multiple nodes ? Could you attach your local.conf file for kilo release ? Best Regards On 8 October 2015 at 10:33, fumihiko kakuma wrote: > Hi, > > On Thu, 8 Oct 2015 09:28:02 +0200 > Alioune wrote: > > > Thanks for your response Fumihiko. >

Re: [Ryu-devel] Ryu controller for OpenStack

2015-10-08 Thread fumihiko kakuma
Hi, On Thu, 8 Oct 2015 09:28:02 +0200 Alioune wrote: > Thanks for your response Fumihiko. > > I am using OpenStack juno. > > Instead of putting "enable_plugin networking-ofagent > https://git.openstack.org/openstack/networking-ofagent"; in local.conf do > you think it could be possible to inst

Re: [Ryu-devel] Ryu controller for OpenStack

2015-10-08 Thread Alioune
Thanks for your response Fumihiko. I am using OpenStack juno. Instead of putting "enable_plugin networking-ofagent https://git.openstack.org/openstack/networking-ofagent"; in local.conf do you think it could be possible to install networking-ofagent in remote ryu server and then enter "ovs-vsctl

Re: [Ryu-devel] Ryu controller for OpenStack

2015-10-07 Thread fumihiko kakuma
Hi Alioune, On Wed, 7 Oct 2015 22:09:31 +0200 Alioune wrote: > Hi Dear Sir, > I have a few questions about Ruy controller please. > > Is there possible to use one Ruy controller to manage open vswitch running > on all compute nodes instead of using ofagent for each one ? > Yes and ryu plugin

Re: [Ryu-devel] Ryu controller connectivity to Brocade Netiron CES2024c switch

2015-08-07 Thread FUJITA Tomonori
On Mon, 3 Aug 2015 17:42:15 -0500 siddharth gangadhar wrote: > We have Brocade Netiron CES2024c Openflow enabled switches as part of our > Openflow inventory. I was wondering if Ryu controller has teh ability to > support the switch? > > I tried using the Ryu Topology Viewer to check if the cont

[Ryu-devel] Ryu controller connectivity to Brocade Netiron CES2024c switch

2015-08-03 Thread siddharth gangadhar
Hello, We have Brocade Netiron CES2024c Openflow enabled switches as part of our Openflow inventory. I was wondering if Ryu controller has teh ability to support the switch? I tried using the Ryu Topology Viewer to check if the controller is able to detect the switch but was unsuccessful. The com

Re: [Ryu-devel] Ryu controller have problem with forward packets intopology with two links between switches

2015-07-30 Thread _ _
> broadstorm。 >> > >> > ---原始邮件--- >> > 发件人: "_ _" >> > 发送时间: 2015年07月30日 17:13:17 >> > 收件人: "ryu-devel"; >> > 主题: [Ryu-devel] Ryu controller have problem with forward packets >> intopology >> > with two links

Re: [Ryu-devel] Ryu controller have problem with forward packets intopology with two links between switches

2015-07-30 Thread Yi Tseng
; > > On 7/30/15, 牧紫星 <350959...@qq.com> wrote: > > broadstorm。 > > > > ---原始邮件--- > > 发件人: "_ _" > > 发送时间: 2015年07月30日 17:13:17 > > 收件人: "ryu-devel"; > > 主题: [Ryu-devel] Ryu controller have problem with forward packets

Re: [Ryu-devel] Ryu controller have problem with forward packets intopology with two links between switches

2015-07-30 Thread _ _
Question is why?. Earlier I used opendaylight controller and works fine with this topology. On 7/30/15, 牧紫星 <350959...@qq.com> wrote: > broadstorm。 > > ---原始邮件--- > 发件人: "_ _" > 发送时间: 2015年07月30日 17:13:17 > 收件人: "ryu-devel"; > 主题: [Ryu-devel] R

[Ryu-devel] ?????? Ryu controller have problem with forward packets intopology with two links between switches

2015-07-30 Thread ??????
broadstorm?? ------ ??: "_ _" : 2015??07??30?? 17:13:17 ??: "ryu-devel"; ????: [Ryu-devel] Ryu controller have problem with forward packets intopology with two links between switches Welcome Ryu controller have problem with forward packets in top

[Ryu-devel] Ryu controller have problem with forward packets in topology with two links between switches

2015-07-30 Thread _ _
Welcome Ryu controller have problem with forward packets in topology with two links between switches. Below simple topology and logs from controllers. Maybe you know how to solve this? --- mininet topology --- """Custom topology example Two directly connected switches plus a host for each switch:

Re: [Ryu-devel] Ryu controller stucks on move onto config mode

2015-06-23 Thread Ardalan Pouyabahar
Is it a problem with the switch running on the device? Can it be related to the VLan configs or other configs like this? By the way these are the configuration files: root@OpenWrt:~# cat /etc/config/network config switch 'eth0' option name 'eth0' option reset '1' option enable_vlan '1' config s

Re: [Ryu-devel] Ryu controller stucks on move onto config mode

2015-06-22 Thread Minoru TAKAHASHI
Hi, > I think it has openvswitch its openwrt os. Is that what you mean? Yes. Hmm, simple_switch_13.py works correctly in my environment. (I used the URL below as reference. http://osrg.github.io/ryu-book/en/html/switching_hub.html) My environment is as following. $ ryu-manager --version ryu-

Re: [Ryu-devel] Ryu controller stucks on move onto config mode

2015-06-22 Thread Ardalan Pouyabahar
I think it has openvswitch its openwrt os. Is that what you mean? What can I do to solve that error? Thanks for your answer. On Mon, Jun 22, 2015 at 10:46 AM, Minoru TAKAHASHI < takahashi.mino...@gmail.com> wrote: > Hi, > > On 2015年06月21日 19:12, Ardalan Pouyabahar wrote: > > Hello everyone, > >

Re: [Ryu-devel] Ryu controller stucks on move onto config mode

2015-06-21 Thread Minoru TAKAHASHI
Hi, On 2015年06月21日 19:12, Ardalan Pouyabahar wrote: > Hello everyone, > > I run Ryu simple_switch_13.py app (without any changes) to control an > Openflow switch which runs openwrt (barrier breaker version). It connects > successfully but when I connect two devices and manually give them IPs an

[Ryu-devel] Ryu controller stucks on move onto config mode

2015-06-21 Thread Ardalan Pouyabahar
Hello everyone, I run Ryu simple_switch_13.py app (without any changes) to control an Openflow switch which runs openwrt (barrier breaker version). It connects successfully but when I connect two devices and manually give them IPs and try to ping them it gives this error: error msg ev version: 0x

Re: [Ryu-devel] Ryu controller plugin

2015-05-07 Thread FUJITA Tomonori
On Fri, 1 May 2015 11:12:21 +1000 Kelvin Yau wrote: > Hi guys, > > I'm still new to the whole SDN and RYU configuration. I'm looking to do a > Ryu plugin that could use to check the connection and command for the QoS > "example of the operation of the per-flow QoS" documentation provided in > yo

[Ryu-devel] Ryu controller plugin

2015-04-30 Thread Kelvin Yau
Hi guys, I'm still new to the whole SDN and RYU configuration. I'm looking to do a Ryu plugin that could use to check the connection and command for the QoS "example of the operation of the per-flow QoS" documentation provided in your ebook. The goal of the plugin is to check the command is been e

Re: [Ryu-devel] Ryu controller + Ofsoftswitch13 + Mininet Topology Integration Issues

2015-03-02 Thread Akihiro Suda
March 02, 2015 6:01 PM To: ryu-devel@lists.sourceforge.net Subject: [Ryu-devel] Ryu controller + Ofsoftswitch13 + Mininet Topology Integration Issues I tried to create a simple mininet topology using sudo mn --topo single,2 --mac --switch user,protocols=OpenFlow13 --controller rem

[Ryu-devel] Ryu controller + Ofsoftswitch13 + Mininet Topology Integration Issues

2015-03-02 Thread Ruchika Luthra
I tried to create a simple mininet topology using *sudo mn --topo single,2 --mac --switch user,protocols=OpenFlow13 --controller remote,ip=192.168.56.101* //Here Controller in consideration is Ryu Controller. My main aim is to capture the messages exchanged between switch and controller using wire

Re: [Ryu-devel] Ryu controller hang

2015-02-11 Thread Zang MingJie
Hi FUJITA: I'm using heavily customized ofagent which is totally different from the origin one. My agent calls remove flow inside packet_in handler which causes deadlock. the packet_in handler is blocked by remove flow waiting for the barrier reply, but the receive queue is flooded with packet_i

Re: [Ryu-devel] Ryu controller hang

2015-02-10 Thread FUJITA Tomonori
On Mon, 9 Feb 2015 16:24:41 +0800 Zang MingJie wrote: > Hi all: > > I'm developing a neutron agent based on ryu controller. > > I found ryu controller randomly hang when doing stress test, below is > the stacktrace of hanged greenthread: You use ofa_neutron_agent? What kinda of the stress test

[Ryu-devel] Ryu controller hang

2015-02-09 Thread Zang MingJie
Hi all: I'm developing a neutron agent based on ryu controller. I found ryu controller randomly hang when doing stress test, below is the stacktrace of hanged greenthread: --Green Thread-- /usr/lib/python2.7/dist-packages/eventlet/greenthr

Re: [Ryu-devel] Ryu controller not sending switch features request

2014-12-28 Thread Benjamin Eggerstedt
Hi Aravind, Please note that OF v1.3.4 introduced the "new IANA TCP port of 6653" and most switch vendors implemented OF v1.3.1. I wouldn't be surprised if your application would work right away if you'd stick to the "old standard". Benny On Sat, Dec 27, 2014 at 7:04 PM, Aravindhan Dhanasekaran

Re: [Ryu-devel] Ryu controller not sending switch features request

2014-12-27 Thread Benjamin Eggerstedt
Hi Aravind, I see that the TCP ports differ from the "working" and "non-working" example (6633 vs 6653). Did you try to take a packet capture with Wireshark? If the communication stops so suddenly, it feels like coming from such a topic. -Benny On Fri, Dec 26, 2014 at 11:20 PM, Aravindhan Dhanas

[Ryu-devel] Ryu controller not sending switch features request

2014-12-26 Thread Aravindhan Dhanasekaran
Hello, I'm using OpenFlow reference implementation v1.3 switch (CPqD/Ericsson) and Ryu controller. My Ryu controller app is based on the L2 forwarding switch example. Whenever I start my controller, it receives the 'hello' message from the switch and goes to config mode. It just freezes in the con

Re: [Ryu-devel] Ryu controller and Rabbitmq.

2014-08-28 Thread FUJITA Tomonori
Hi, On Tue, 26 Aug 2014 01:29:22 + benamrane fouad wrote: > Hi everyone. I use a rye controller for a distributed SDN network, and I > would like to synchronize two Ryu controller using AMQP broker especially > rabbitmq. Do you have any idea how to mix between Ryu controller code and > Rabbi

[Ryu-devel] Ryu controller and Rabbitmq.

2014-08-25 Thread benamrane fouad
Hi everyone. I use a rye controller for a distributed SDN network, and I would like to synchronize two Ryu controller using AMQP broker especially rabbitmq. Do you have any idea how to mix between Ryu controller code and Rabbitmq. -- BENAMRANE fouad PhD student in computer science at UM5A Cisco c

Re: [Ryu-devel] Ryu controller

2014-05-28 Thread Isaku Yamahata
ryu-devel@lists.sourceforge.net is the best place to ask this kind of questions. On Tue, May 27, 2014 at 08:50:18PM -0600, "Dr. Jose Manuel Ballester" wrote: > Hi! My name is Susana Ballester and I am studying Telecommunication > Engineering at the Polytechnic Institute José A. Echeverría in H

[Ryu-devel] RYU Controller APP getting packet_in without sending any traffic across mininet topology.

2014-05-24 Thread Karthik Sharma
Hi I connect my mininet topology to my RYU controller application and I start getting PACKET_IN messages. What is causing this? Is there any way to stop this? I want to receive PACKET_IN in my controller app only when I deliberately send traffic across the switches in my topology Regards, Kar

Re: [Ryu-devel] Ryu controller running

2014-05-16 Thread FUJITA Tomonori
On Fri, 16 May 2014 12:39:59 +0300 dug moon wrote: > thanks for your assistance > > i tried what you said and it seems it get stuck > this is what i get > > [image: Inline image 1] > > i waited 15 minutes just to be sure its not taking some time to load > any idea what can i do? Looks fine. I

Re: [Ryu-devel] Ryu controller running

2014-05-16 Thread dug moon
thanks for your assistance i tried what you said and it seems it get stuck this is what i get [image: Inline image 1] i waited 15 minutes just to be sure its not taking some time to load any idea what can i do? thanks On Fri, May 16, 2014 at 12:08 PM, FUJITA Tomonori < fujita.tomon...@lab.ntt

Re: [Ryu-devel] Ryu controller running

2014-05-16 Thread FUJITA Tomonori
On Fri, 16 May 2014 12:01:43 +0300 dug moon wrote: > Hi, > > i am trying to connect between ryu controller and ofsoftswitch13 > > i tried running RYU controller using the command : > ./ryu-manager ../ryu/controller/controller.py (as can be seen in the > below image capture) > > i used the e

Re: [Ryu-devel] Ryu Controller -Group table and Openvswitch

2014-03-30 Thread bernard niyonteze
Dear Colleagues, I am new to SDN, I would like to get any assistance. I have trouble to use Ryu controller, I am reading ryu Book but I don't see where there is an example of using multiple switches. I would like to use a topology with multiple switches. My question is how to direct a packet to

Re: [Ryu-devel] Ryu Controller -Group table and Openvswitch

2014-02-06 Thread Alex Tang
Hi, The error message is incomplete, can you provide more details? By the way, group features are not yet supported in the most recent release of OVS (2.0.0). You need to build it from their git repo in order to use group-related commands in OVS. 2014-02-06 21:41 GMT+08:00 bernard niyonteze : >

[Ryu-devel] Ryu Controller -Group table and Openvswitch

2014-02-06 Thread bernard niyonteze
Dear Colleagues , I am new in openflow , and I am not sure if it's possible to use group table features using Ryu controller and Openvswitch. I really want to use group table features but I don't know if it can be done using Ryu controller and Openvswitch. I am trying but I got the following er

Re: [Ryu-devel] RYU controller enhancements required

2014-02-04 Thread Wei Liao
Hi OK, it works with your command. Thanks Wei Liao -Original Message- From: Yuichi Ito Sent: Tuesday, February 04, 2014 12:05 AM To: Wei Liao Cc: FUJITA Tomonori ; ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] RYU controller enhancements required hi. the interface of

Re: [Ryu-devel] RYU controller enhancements required

2014-02-03 Thread Yuichi Ito
b$ curl http://localhost:8080/stats/meterconfig/1 > > {"1": [{"bands": [{"burst_size": 0, "rate": 1000, "type": "DROP"}], "flags": > "KBPS", "meter_id": 1}, {"bands": [{"burst_

Re: [Ryu-devel] RYU controller enhancements required

2014-02-03 Thread Wei Liao
": 2}]}user@user-VirtualBox:lib$ The R3.4 supports the instructions array, I don't know why R3.5 only take take actions instead of instructions. I saw json of mod_flow about instructions under tests directory, I could not find out how to associate meter to a flow. Thanks and Regards Wei

Re: [Ryu-devel] RYU controller enhancements required

2013-12-19 Thread FUJITA Tomonori
Hi, On Tue, 17 Dec 2013 08:34:01 -0500 "Wei Liao" wrote: > Thanks a lot for your response. Could you please let me know when > item 1 and 2 will be ready. for item 3, is there any examples in current As you can see on the mailing list, the second item is on progress. I expect the first and se

Re: [Ryu-devel] RYU controller enhancements required

2013-12-17 Thread Wei Liao
Regards Wei Liao -Original Message- From: FUJITA Tomonori Sent: Tuesday, December 17, 2013 6:13 AM To: l...@opencon.com Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] RYU controller enhancements required Hi, On Fri, 13 Dec 2013 11:55:16 -0500 "Wei Liao" wrote:

Re: [Ryu-devel] RYU controller enhancements required

2013-12-17 Thread FUJITA Tomonori
Hi, On Fri, 13 Dec 2013 11:55:16 -0500 "Wei Liao" wrote: > 1. Is there any plan to submit METER related REST API in ofctl_rest.py > 2. Is there any plan to submit metadata supporting in ofctl_v1_3.py for > FLOW_MOD instruction and match > 3. REST API to handle upstream Async. events (Po

[Ryu-devel] RYU controller enhancements required

2013-12-13 Thread Wei Liao
Hello, I have following questions regarding RYU OF controller package: 1. Is there any plan to submit METER related REST API in ofctl_rest.py 2. Is there any plan to submit metadata supporting in ofctl_v1_3.py for FLOW_MOD instruction and match 3. REST API to handle upstream Async. events

Re: [Ryu-devel] ryu controller and ofsoftswitch13 from cpqd

2013-02-18 Thread FUJITA Tomonori
On Mon, 18 Feb 2013 14:34:50 +0530 Nikhil wrote: > How can i connect ryu controller with ofsoftswitch13 from cpqd? No configuration on Ryu side. Just run ryu-manager. -- Everyone hates slow websites. So do we. Make you

Re: [Ryu-devel] ryu controller

2013-02-18 Thread Piotr Niedzwiedz
Hi Nikhil, I am also a beginner in RYU, but from my short experience ryu-manager is definitely able to run as OF controller. I used L2Switch example application from http://osrg.github.com/ryu/doc/writing_ryu_app.html. I copy/pasted this code into main.py and launched it in this way:

[Ryu-devel] ryu controller and ofsoftswitch13 from cpqd

2013-02-18 Thread Nikhil
Hi, How can i connect ryu controller with ofsoftswitch13 from cpqd? Best Regards, Nikhil -- The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software develo

[Ryu-devel] ryu controller

2013-02-18 Thread Nikhil
Hi, I am trying to use ryu controller with ovs, I can see ryu-manager is used to run application. ryu-manager is just a application launcher or it runs controller as well? How to run just controller? Please clarify. Best Regards, Nikhil --

Re: [Ryu-devel] ryu controller and quantum guide

2013-02-06 Thread Isaku Yamahata
Hi Edgar. I answered same question on the launchpad. FYI for others, if you're brave enough to try git repo, devstack from the repo would be easiest way You need a patch which is pending for merge. https://review.openstack.org/#/c/17907/ thanks, On Thu, Feb 07, 2013 at 08:19:47AM +0900, FUJITA T

Re: [Ryu-devel] ryu controller and quantum guide

2013-02-06 Thread FUJITA Tomonori
Hello, On Tue, 5 Feb 2013 09:23:50 -0800 Edgar Magana wrote: > It seems that this link is out of date: > http://www.osrg.net/ryu/using_with_openstack.html > > Is there updated docs about the Quantum and Ryu controller config and > installation?. The following links could be helpful. https://

[Ryu-devel] ryu controller and quantum guide

2013-02-05 Thread Edgar Magana
It seems that this link is out of date: http://www.osrg.net/ryu/using_with_openstack.html Is there updated docs about the Quantum and Ryu controller config and installation?. Thanks, Edgar-- Free Next-Gen Firewall Hardw