[Ryu-devel] Question about Netconf

2021-09-16 Thread JonathonMao
Dear RYU Developers, As the official documents say,Ryu supports various protocols for managing network devices, such as OpenFlow, Netconf, OF-config, etc. To use Netconf, we install the requirements by using this command “pip install -r tools/optional-requires”. But now we don’t know ho

[Ryu-devel] Question

2021-02-05 Thread Azhar Babil
Hello sir, I have a question about the Ryu Controller, is it in the form of a real network device that can be bought or just virtual(software)? Best, Hadi ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/li

[Ryu-devel] Question of Ryu

2020-12-16 Thread HASHIMOTOTAKUYA
* Good evening. I am glad to meet you. I am Hashimoto. Of Ryu arrived, and wanted to ask a question, and sent an email. I study SDN and am using Ryu and OpenvSwitch now. I intend to control the raspberry pie which OpenvSwitch was installed in by a program of Ryu. That use two raspberry p

[Ryu-devel] Question about controller queuing (packet-in messages)

2020-11-07 Thread Dang Anh Khoa 20176647
Dear RYU developers, I am currently study about RYU Controller. In my own application, i need to know exactly the amount packet-in was sent from OvS queuing in RYU to be processed by event handlers. I did set a counter at @set_ev_cls(ofp_event.EventOFPPacketIn, MAIN_DISPATCHER), but turn out it

[Ryu-devel] [Question] OFPActionNwDst does not work in OpenFlow1.0

2020-06-17 Thread Minjune Kim
Hi, all, I am trying to modify destination IP address by using OFPActionNwDst in ryu-maanger based on OpenFlow10 but it dose not work. Can anyone please help me to understand why OFPActionNwDst does not work in OFPPacketOutput and how it can be applied properly? In this case, if ryu-manager recei

[Ryu-devel] question on ovs mod flow

2020-03-29 Thread Jiatong Shen
Hello, I am newbie to openvswitch and would like to find an answer to the following queuestion I am an OpenStack (rocky) user and running network using openstack's ovs agent. Frequently, when I restart agent, I saw flow's duration is changing even if its contents stay almost the same, only co

[Ryu-devel] Question RYU + Pica8

2019-07-19 Thread Rodriguez Felipe
Hello, I'm currently working with Ryu and pica8 switches, the working topology can be appreciated in the picture: [cid:f20c714b-3461-4cf9-a454-b445b7746302] In the internal switch, the ports 2 and 1 are patch interfaces. In transport-switches the ports 1 and 2 are pica8 physical interfaces (

Re: [Ryu-devel] Question

2019-04-02 Thread knet solutions
Use some dB, or in memory dB On Wed, 3 Apr 2019 02:47 رغدة عبد via Ryu-devel, < ryu-devel@lists.sourceforge.net> wrote: > Hello everyone can I make synchronization between two controllers to share > information ,can somebody help me in this direction ? > > Regards. > _

[Ryu-devel] Question

2019-04-02 Thread رغدة عبد via Ryu-devel
Hello everyone can I make synchronization between two controllers to share information ,can somebody help me in this direction ? Regards.___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

Re: [Ryu-devel] Question

2019-03-07 Thread manal benrahmoune
Thank you for the answer. Le jeu. 7 mars 2019 à 13:01, Diarmuid O Briain a écrit : > I dont believe so > > On Thu 7 Mar 2019, 14:05 manal benrahmoune wrote: > >> Hi ; >> I have got a question which is: >> Does Ryu support NETCONF protocol as southbound API ? >> I wish you answer quickly >> than

Re: [Ryu-devel] Question

2019-03-07 Thread Diarmuid O Briain
I dont believe so On Thu 7 Mar 2019, 14:05 manal benrahmoune Hi ; > I have got a question which is: > Does Ryu support NETCONF protocol as southbound API ? > I wish you answer quickly > thank you > > ___ > Ryu-devel mailing list > Ryu-devel@lists.source

[Ryu-devel] Question

2019-03-07 Thread manal benrahmoune
Hi ; I have got a question which is: Does Ryu support NETCONF protocol as southbound API ? I wish you answer quickly thank you ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

Re: [Ryu-devel] Question - Flow Deletion

2018-11-08 Thread Rodriguez Felipe
: [Ryu-devel] Question - Flow Deletion On Thu, 08 Nov 2018 00:30:32 +0900, Rodriguez Felipe wrote: > > [1 ] > [1.1 ] > Hi, > > > In the del_flow function please assume command=ofproto.OFPFC_DELETE not > ofproto.OFPFC_DELETE_STRICT > > > Thank you > >

Re: [Ryu-devel] Question - Flow Deletion

2018-11-07 Thread IWAMOTO Toshihiro
On Thu, 08 Nov 2018 00:30:32 +0900, Rodriguez Felipe wrote: > > [1 ] > [1.1 ] > Hi, > > > In the del_flow function please assume command=ofproto.OFPFC_DELETE not > ofproto.OFPFC_DELETE_STRICT > > > Thank you > > > From: Rodriguez Felipe > Sent: Wednesday, N

Re: [Ryu-devel] Question - Flow Deletion

2018-11-07 Thread Rodriguez Felipe
Hi, In the del_flow function please assume command=ofproto.OFPFC_DELETE not ofproto.OFPFC_DELETE_STRICT Thank you From: Rodriguez Felipe Sent: Wednesday, November 7, 2018 5:18:32 PM To: ryu-devel@lists.sourceforge.net Subject: Question - Flow Deletion Hi!

[Ryu-devel] question

2018-10-11 Thread mohammed Alheji
hello, I want to know something can I use ryu controller to ping between two computer on different subnet which two computer are on the same switch??if yes how? thanks -- *Best wishes,* Mohammed T. Al-hejji Trainee at TTC,Riyadh *Mobile*:0562667799 *Email:*mohammed.024@gmail.com __

Re: [Ryu-devel] Question about supported devices

2018-04-18 Thread Carlos Ferreira
The Zodiac FX support to Openflow is someone erratic. Officially, it supports Openflow 1.0 and 1.3. In practice, there are still some functions from both versions which are not supported. Zodiac's provide no access to Queues. Check the Forum for more info and issues which were discussed over time.

Re: [Ryu-devel] Question about supported devices

2018-04-17 Thread IWAMOTO Toshihiro
On Sat, 14 Apr 2018 06:04:15 +0900, Zhengyu Wang wrote: > Hi, > > I am planning to buy a Zodiac FX to test SDN at home by interest. But I did > not find this device on the supported list of OpenFlow V1.3 1.4. > > Does this mean I cannot use it with RYU controller? Or I can use it via > OpenFlow V

[Ryu-devel] Question about supported devices

2018-04-13 Thread Zhengyu Wang
Hi, I am planning to buy a Zodiac FX to test SDN at home by interest. But I did not find this device on the supported list of OpenFlow V1.3 1.4. Does this mean I cannot use it with RYU controller? Or I can use it via OpenFlow V1.0. Thanks, Zhengyu Wang ---

Re: [Ryu-devel] question about port stats' duration_sec and duration_nsec

2017-08-17 Thread Moh'd Reza Abbasi
Thank you very much Mr. Fujimoto. Yes you were right, the problem was with my switches. I have updated OVS to the latest version, now everything works impeccably. On Wed, Aug 16, 2017 at 6:12 AM, Fujimoto Satoshi < satoshi.fujimo...@gmail.com> wrote: > Hi, > > Umm, I couldn't reproduce your situ

Re: [Ryu-devel] question about port stats' duration_sec and duration_nsec

2017-08-15 Thread Fujimoto Satoshi
Hi, Umm, I couldn't reproduce your situation. I use OpenVSwitch, and with it, I could get different duration_sec and duration_nsec values like this: OFPPortStats(port_no=4294967294,rx_packets=0,tx_packets=0,rx_bytes=0,tx_bytes=0,rx_dropped=0, tx_dropped=0,rx_errors=0,tx_errors=0,rx_frame_err=

[Ryu-devel] question about port stats' duration_sec and duration_nsec

2017-08-15 Thread Moh'd Reza Abbasi
Hi, I was experimenting with ryu, openflow stats request/reply, and mininet. I noticed that duration_sec and duration_nsec are always the same for each reply and they have same values i.e duration_sec = duration_nsec. Is it the right behavior? shouldn't the values be different? Because openflow s

Re: [Ryu-devel] Question

2017-05-25 Thread Iwase Yusuke
Hi, On 2017年05月25日 20:04, Aymn Khallel wrote: > Dear > I am a Ph.D. student, I want to add new Experimenter Match to the OpenFlow > protocol. > So, How to Add an OpenFlow Experimenter Match? > Is there any documented way to add an Experimenter Match to the Rye? AFAIK, there is no document for

[Ryu-devel] Question

2017-05-25 Thread Aymn Khallel
DearI am a Ph.D. student, I want to add new Experimenter Match to the OpenFlow protocol.So, How to Add an OpenFlow Experimenter Match?Is there any documented way to add an Experimenter Match to the Rye?  Best regardsEng Ayman Khallel Ibrahim

Re: [Ryu-devel] Question

2017-05-07 Thread Fujimoto Satoshi
Hi, Aymn Unfortunately, OpenVSwitch does not seem to support IPv6 extension header: https://github.com/openvswitch/ovs/blob/master/Documentation/topics/openflow.rst Thanks, Fujimoto On 2017年05月03日 19:40, Aymn Khallel wrote: IPV6_EXTHDR seemed to be not working?

[Ryu-devel] Question

2017-05-03 Thread Aymn Khallel
IPV6_EXTHDR seemed to be not working? | down votefavorite | I use Ryu framework and Mininet to make some experiments, but IPV6_EXTHDR match seemed to be not working. when I try to use this matchmatch= parser.OFPMatch( in_port=1, ipv6_exthdr=8, eth_type=0x86dd") it does not work, and I checked

Re: [Ryu-devel] Question regarding RYU northbound REST API's

2017-02-09 Thread Iwase Yusuke
Hi, You are using OVS with OpenFlow version 1.3, right? SET_NW_DST action is OpenFlow 1.0 action and not defined on OpenFlow 1.3. For rewriting "nw_dest" ("ipv4_dst" in OpenFlow 1.3), please use SET_FIELD action instead. http://ryu.readthedocs.io/en/latest/app/ofctl_rest.html#description-of-a

[Ryu-devel] Question regarding RYU northbound REST API's

2017-02-09 Thread Nir Shnek
Hello, I'm using latest RYU application in order to configure OVS instance. I'm running the RYU on one linux p.c as open flow controller, on other p.c i'm running OVS as open flow agent. My actions are are: 1. executing the following command on my linux p.c - ryu-manager ryu.app.ofctl_

Re: [Ryu-devel] Question about RYU controller

2017-01-03 Thread Iwase Yusuke
Hi, On 2016年12月28日 17:11, 张少龙 wrote: > hi, > This is a student who was learning about SDN knowledge using RYU > controller, while i create a topology owning 256 switches and 4096 links with > Mininet , the RYU contoller can not find all the switches,so i send this > e-mail to consult the swi

[Ryu-devel] Question about RYU controller

2016-12-28 Thread 张少龙
hi,  This is a student who was learning about SDN knowledge using RYU controller, while i create a topology owning 256 switches and 4096 links with Mininet , the RYU contoller can not find all the switches,so i send this e-mail to consult the switch number limitation of RYU.  May receive your respo

[Ryu-devel] Question about RYU

2016-12-22 Thread Bencheikh Madjed
Im pleased to thank you for your great and handy framework. I have two questions about   "OFPActionOutput(out_port)" : Is it possible to specify  seveval output ports (not just one)  for example   OFPActionOutput(out_port1 ,out_port2 ... ) ? Is it possible to redefine or customize  "OFPP_FLOOD

Re: [Ryu-devel] Question about switch memory and finding out about flow size

2016-12-04 Thread Iwase Yusuke
Hi, On 2016年12月03日 19:51, Moh'd Reza Abbasi wrote: > So, OpenFlow protocol doesn't have any feature to know about the total > flow-table size (memory size) or how much of the flow-table is available? AFAIK, the OpenFlow Spec does not mention about the memory usage or allocation on the OpenFlow s

Re: [Ryu-devel] Question about switch memory and finding out about flow size

2016-12-03 Thread Moh'd Reza Abbasi
So, OpenFlow protocol doesn't have any feature to know about the total flow-table size (memory size) or how much of the flow-table is available? > Have you tried to contact your switch's team? I am working alone, it is for my personal use and interest, and I was looking for something general whi

Re: [Ryu-devel] Question about switch memory and finding out about flow size

2016-12-01 Thread Iwase Yusuke
Hi, Hummm... it is depending on the implementation of your switch, I guess. The length of the OpenFlow messages in bytes can be retried from ofp_header, but how to allocate memory for those rules is not mentioned on the OpenFlow Spec. Have you tried to contact your switch's team? Thanks, Iwase

[Ryu-devel] Question about switch memory and finding out about flow size

2016-11-28 Thread Moh'd Reza Abbasi
Hello all, I am new to SDN and Ryu controller world, so I have couple of questions: 1. How can I find out about switch TCAM capacity and available memory? 2. How can I find out about a flow size before installing the flow-rules in the switches and establishing the path between the source

Re: [Ryu-devel] Question about flow installation

2016-09-29 Thread Garegin Grigoryan
Thanks a lot! I'll read that part of documentation carefully. Sincerely, Garegin Grigoryan --- Michał Rzepka wrote > Hello, > > That problem is more related to OpenFlow protocol than Ryu controller > itself. One should remember that some of match fields have prerequisites > that nee

Re: [Ryu-devel] Question about flow installation

2016-09-29 Thread Michał Rzepka
Hello, That problem is more related to OpenFlow protocol than Ryu controller itself. One should remember that some of match fields have prerequisites that need to be defined first for the flow to be added correctly, as mentioned in OpenFlow specification ("Protocol-specic fields within ofp_mat

[Ryu-devel] Question about flow installation

2016-09-28 Thread Garegin Grigoryan
Hi, I'm new to RYU controller and I'm trying to install some simple rules. I use Openflow 1.0. Here's my code: addressList = ('10.10.1.1', '10.10.1.2', '10.10.1.3') for address in addressList: actions = [parser.OFPActionOutput(ofproto.OFPP_NORMAL)] match = parser.OFPMatc

Re: [Ryu-devel] Question about PACKET_IN xid

2016-05-17 Thread Jason Kölker
On Tue, May 17, 2016 at 7:14 AM, Ali Volkan Atli wrote: > > Hi > > What if I want to match packet-in and flow-mod without buffering (buffer_id). > According to OF 1.5.1 spec, the buffer_id refers to a packet buffered at > the switch and sent to the controller by a packet-in message. > If no buffer

Re: [Ryu-devel] Question about PACKET_IN xid

2016-05-17 Thread Ali Volkan Atli
olkan Atli Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] Question about PACKET_IN xid On Mon, May 16, 2016 at 1:20 PM, Ali Volkan Atli wrote: > Hi > > I'm working with RYU controller and trying to understand why transaction ID > (xid) field in PACKET_IN message

Re: [Ryu-devel] Question about PACKET_IN xid

2016-05-16 Thread Iwase Yusuke
Hi, Excuse me for cutting in. On 2016年05月17日 01:04, Jason Kölker wrote: > On Mon, May 16, 2016 at 1:20 PM, Ali Volkan Atli > wrote: >> Hi >> >> I'm working with RYU controller and trying to understand why transaction ID >> (xid) field in PACKET_IN messages is not parsed in ryu-controller? Why

Re: [Ryu-devel] Question about PACKET_IN xid

2016-05-16 Thread Jason Kölker
On Mon, May 16, 2016 at 1:20 PM, Ali Volkan Atli wrote: > Hi > > I'm working with RYU controller and trying to understand why transaction ID > (xid) field in PACKET_IN messages is not parsed in ryu-controller? Why can't > we use packet_in with xid as a request for flow-mod (which will be reply f

[Ryu-devel] Question about PACKET_IN xid

2016-05-16 Thread Ali Volkan Atli
Hi I'm working with RYU controller and trying to understand why transaction ID (xid) field in PACKET_IN messages is not parsed in ryu-controller? Why can't we use packet_in with xid as a request for flow-mod (which will be reply for packet_in request)? I'M trying to match packet-in and flow-mod

[Ryu-devel] Question regarding semantics in app_manager.py

2015-12-30 Thread Victor Orlikowski
Folks, Looking at app_manager.py, I see: def stop(self): if self.main_thread: hub.kill(self.main_thread) self.is_active = False self._send_event(self._event_stop, None) hub.joinall(self.threads) and I also see: def _event_loop(self): w

Re: [Ryu-devel] Question regarding the switch test tool

2015-10-07 Thread Sascha Bleidner
I see, I need to change all the test patterns beforehand… "If you want to change the port number by the above options, please be aware that there is a need to change the value of the port number of the test pattern file to the test tool before starting.” Is there a set of test pattern availabl

Re: [Ryu-devel] Question regarding the switch test tool

2015-10-07 Thread Sascha Bleidner
Hi, thanks, I got it. Strangely the options I set with e.g. --test-switch-target_send_port_2 are not used by the test… I checked in the tester.py class where the ports are set. The ports are set as I specified with the options for ryu-manager, but the test tool keeps installing the rules with

Re: [Ryu-devel] Question regarding the switch test tool

2015-10-06 Thread Yusuke Iwase
Hi, Please refer to " Transfer path of the applied packet" at Ryu-Book. The Port No.3 is required in the case of GroupMod message tests which tests the Group actions. https://osrg.github.io/ryu-book/en/html/switch_test_tool.html#reference-transfer-path-of-the-applied-packet Thanks, Iwase On 2

[Ryu-devel] Question regarding the switch test tool

2015-10-06 Thread Sascha Bleidner
Hello, I want to execute the switch test tool for a OF hardware switch. https://osrg.github.io/ryu-book/en/html/switch_test_tool.html I currently try to figure out, why I need 3 ports connected between the two switches. Right now I

Re: [Ryu-devel] Question about pipeline

2015-09-13 Thread Yusuke Iwase
e.yusu...@gmail.com] > Sent: Thursday, September 10, 2015 6:46 PM > To: Rojas, Marco Ney > Cc: ryu-devel@lists.sourceforge.net > Subject: Re: [Ryu-devel] Question about pipeline > > Hi Marco, > > On 2015年09月11日 08:21, Rojas, Marco Ney wrote: >> Hi, I’m Marco and ni

Re: [Ryu-devel] Question about pipeline

2015-09-11 Thread Rojas, Marco Ney
al Message- From: Yusuke Iwase [mailto:iwase.yusu...@gmail.com] Sent: Thursday, September 10, 2015 6:46 PM To: Rojas, Marco Ney Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] Question about pipeline Hi Marco, On 2015年09月11日 08:21, Rojas, Marco Ney wrote: > Hi, I’m Marco and nic

Re: [Ryu-devel] Question about pipeline

2015-09-10 Thread Yusuke Iwase
Hi Marco, On 2015年09月11日 08:21, Rojas, Marco Ney wrote: > Hi, I’m Marco and nice to meet you > > > > I’ve been using Ryu SDN framework to program an app that will be connected to > an OpenFlow switch (using OpenFlow version 1.3). But, I got some question > that I need to answer to go on, an

[Ryu-devel] Question about pipeline

2015-09-10 Thread Rojas, Marco Ney
Hi, I'm Marco and nice to meet you I've been using Ryu SDN framework to program an app that will be connected to an OpenFlow switch (using OpenFlow version 1.3). But, I got some question that I need to answer to go on, and I was hoping that you could help me. After see all the examples incorpo

Re: [Ryu-devel] Question about how to combine Ryu apps with my python program

2015-06-22 Thread Yusuke Iwase
Hi, On 2015年06月22日 18:17, Haruka Oguchi wrote: > Hi, > > I am trying to combine a ryu app that detects topology with my python > program that calculate Dijkstra. > But I can’t pass correct value to my python program from ryu app > because I don’t know exactly how > @handler.set_ev_cls(event.Event

[Ryu-devel] Question about how to combine Ryu apps with my python program

2015-06-22 Thread Haruka Oguchi
Hi, I am trying to combine a ryu app that detects topology with my python program that calculate Dijkstra. But I can’t pass correct value to my python program from ryu app because I don’t know exactly how @handler.set_ev_cls(event.EventLinkAdd) handler works. ***My Ryu app that detects topology i

Re: [Ryu-devel] question about arp flow-mod

2015-06-14 Thread Vinllen Chen
Thankyou FUJITA, it helps me. On Sun, Jun 14, 2015 at 9:41 PM, FUJITA Tomonori < fujita.tomon...@lab.ntt.co.jp> wrote: > On Sat, 13 Jun 2015 15:00:09 +0800 > Vinllen Chen wrote: > > > After receiving arp packet from openflow switch, the controller will > > handler the arp and send the arp re

Re: [Ryu-devel] question about arp flow-mod

2015-06-14 Thread FUJITA Tomonori
On Sat, 13 Jun 2015 15:00:09 +0800 Vinllen Chen wrote: > After receiving arp packet from openflow switch, the controller will > handler the arp and send the arp reply packet out. For example, an arp > packet ask for the ip adress 10.0.0.1, and the controller send the reply: > 00:00:00:00:00:0

[Ryu-devel] question about arp flow-mod

2015-06-13 Thread Vinllen Chen
Hi, Dear all: After receiving arp packet from openflow switch, the controller will handler the arp and send the arp reply packet out. For example, an arp packet ask for the ip adress 10.0.0.1, and the controller send the reply: 00:00:00:00:00:01. My question is can the controller send an

Re: [Ryu-devel] Question

2015-06-03 Thread Николай Жупиков
Thank you for your help) -- ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

Re: [Ryu-devel] Question

2015-06-03 Thread Yusuke Iwase
Hi, On 2015年06月02日 03:57, Николай Жупиков wrote: > Hello! please tell me how to use a field in of_proto_13: # EXT- 109 TCP flags > match field Extension oxm_fields.ONFExperimenter ('tcp_flags', 42 , > type_desc.Int2) How can I remove the flags? The usage of 'tcp_flags' match field is the same

Re: [Ryu-devel] Question about Ryu apps

2015-06-03 Thread Yusuke Iwase
Hi, On 2015年06月03日 16:06, Liz wrote: > I need to know if ryu examples aplication like rest_firewall.py and > rest_router.py are external aplication(usted the REST API) or run outsides of > Controller's framework ?? What do "external" and "outside" mean? All the sample applications in ryu/app/*

[Ryu-devel] Question about Ryu apps

2015-06-03 Thread Liz
I need to know if ryu examples aplication like rest_firewall.py and rest_router.py are external aplication(usted the REST API) or run outsides of Controller's framework ?? Thanks--

Re: [Ryu-devel] Question about Ryu apps

2015-06-02 Thread Yusuke Iwase
Hi, On 2015年05月26日 09:24, Liz wrote: > I can start at the same time rest_router and rest_firewall Ryu's aplication? rest_router and rest_firewall can not be started at the same time. Because the flow table entries which are used in these apps are conflicted. If you want to use rest_router and r

[Ryu-devel] Question about packetgenerator2

2015-06-01 Thread Minoru TAKAHASHI
Hi, I am trying to use the packet_data_generator2 by reference to the following page. https://github.com/osrg/ryu/blob/master/ryu/tests/packet_data_generator2/README However I got some error during the build. My environment is FreeBSD 10.1-RELEASE (on Vmplayer). I have attached the edited Makef

[Ryu-devel] Question

2015-06-01 Thread Николай Жупиков
Hello! please tell me how to use a field in of_proto_13: # EXT- 109 TCP flags match field Extension oxm_fields.ONFExperimenter ('tcp_flags', 42 , type_desc.Int2) How can I remove the flags? -- ___

[Ryu-devel] Question about Ryu apps

2015-05-25 Thread Liz
I can start at the same time rest_router and rest_firewall Ryu's aplication?  I started both with: ~/ryu $:./bin/ryu-manager ryu.app.rest_router ryu.app.rest_firewall I am using "Ryu  SDN Framework" book chapter 9 and 10, but when I made the router and firewalls configurations the host can't ping

Re: [Ryu-devel] Question

2015-05-11 Thread Yusuke Iwase
Hi, When testing Ryu with the latest OVS on github, I got the following error message at OFPMP_PORT_DESC mwssage. $ ryu-manager --verbose ryu.app.simple_switch_15 ... error msg ev version: 0x6 msg_type 0x1 xid 0x5796d4bb OFPErrorMsg(code=6,data='\x06\x12\x00\x10W\x96\xd4\xbb\x00\r\x00\x00\x00\x0

[Ryu-devel] Question

2015-05-09 Thread Николай Жупиков
Hello! Please tell me why Open Vswitch v 2.3.0 or v 2.3.1, which have supported OpenFlow 1.5, not support event EventOFPacketIn ryu? -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-

Re: [Ryu-devel] Question

2015-05-07 Thread FUJITA Tomonori
On Fri, 01 May 2015 13:31:00 +0300 Николай Жупиков wrote: > Hello! Does ryu event, which you can use to track the package before > establishing a connection , for example between two IP / MAC addresses. So as > not to involve a PacketIn event for each incoming packet. But only once, when > the

[Ryu-devel] Question

2015-05-01 Thread Николай Жупиков
Hello! Does ryu event, which you can use to track the package before establishing a connection , for example between two IP / MAC addresses. So as not to involve a PacketIn event for each incoming packet. But only once, when the connection between the two addresses. -

Re: [Ryu-devel] Question

2015-04-30 Thread Yi Tseng
Hi You can use unix domain socket to communicate with ryu application. for example, snort library: https://github.com/osrg/ryu/blob/master/ryu/lib/snortlib.py#L71 it allows snort application send alert message to ryu application. OR you can create wsgi application and use *requests* library f

[Ryu-devel] Question

2015-04-29 Thread Николай Жупиков
 Hello! Sorry for frequently asked questions , how to link the Django framework with the application for ryu?-- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring

Re: [Ryu-devel] Question of Ryu

2015-04-23 Thread Minoru TAKAHASHI
Hi, I think that you can delete queue/rules by using the following commands. http://osrg.github.io/ryu-book/en/html/rest_qos.html#delete-queue http://osrg.github.io/ryu-book/en/html/rest_qos.html#delete-qos-rules thanks, On 2015年04月23日 17:25, tangfa...@163.com wrote: > Dear friend: > Why I

[Ryu-devel] Question of Ryu

2015-04-23 Thread tangfa...@163.com
Dear friend: Why I can not delete the relation between qos and port by using ryu interface: /qos/queue/{switch_id}? If I make the rate-limiting, the VM will be limited rate forever. Because I can not delete the policy. I am looking forward to your reply. by the user of Ryu ---

Re: [Ryu-devel] Question about the VM you suggest for Tutorial

2015-04-12 Thread Yusuke Iwase
Hi Andrea, As you say, VM image on "OpenFlow Tutorial" uses old Ubuntu version, but you can use Docker instead. How about using this? To get Ryu Docker image, please refer the following announcement. (http://sourceforge.net/p/ryu/mailman/message/32659541/) Thanks, Iwase On 2015年04月13日 05:11, A

[Ryu-devel] Question about the VM you suggest for Tutorial

2015-04-12 Thread Andrea Gussoni
Hi, I'm Andrea, a computer science student at Politecnico di Milano. In our course of "Piattaforme software per la rete" that translated sounds like "Software platforms for the network" we are using for practicing with SDN technologies (especially ryu) the VM you suggest in your "OpenFlow Tutorial

Re: [Ryu-devel] Question: How to detect BGP peer down in BGPSpeaker

2014-12-05 Thread Toshiki Tsuboi
> 2014/12/05 17:30、FUJITA Tomonori のメール: > > On Thu, 4 Dec 2014 18:53:05 +0900 > Toshiki Tsuboi wrote: > >> Hi team, >> >> I have a question how to detect “BGP peering down" in BGPSpeaker. >> >> It seem this feature has not implement just now. >> However, BMPClient has already handle the det

Re: [Ryu-devel] Question: How to detect BGP peer down in BGPSpeaker

2014-12-05 Thread FUJITA Tomonori
On Thu, 4 Dec 2014 18:53:05 +0900 Toshiki Tsuboi wrote: > Hi team, > > I have a question how to detect “BGP peering down" in BGPSpeaker. > > It seem this feature has not implement just now. > However, BMPClient has already handle the detection > (BgpSignalBus.BGP_ADJ_DOWN). > So, BGPSpeaker ha

[Ryu-devel] Question: How to detect BGP peer down in BGPSpeaker

2014-12-04 Thread Toshiki Tsuboi
Hi team, I have a question how to detect “BGP peering down" in BGPSpeaker. It seem this feature has not implement just now. However, BMPClient has already handle the detection (BgpSignalBus.BGP_ADJ_DOWN). So, BGPSpeaker has to communicate with BMPClient through BMP session. Is it right ? best r

[Ryu-devel] Question : VPNv4 Prefix information in Ryu BGPS

2014-08-05 Thread Toshiki Tsuboi
Hi I have just tested Ryu BGPS . But the result looks unexpected regarding of show_command . As you see, I can’t find the advertised labels or assigned labels for vpnv4 prefix . Is it right ? Best Regards , Toshiki Tsuboi result of show command 1) In case of sample App for ry

Re: [Ryu-devel] Question about reset flow/port bytes count by using RESTful api

2014-07-23 Thread Chia Yen Yeh
Hello Minoru TAKAHASHI, Thanks for your replying, I will follow your suggestion to get the traffic stats and use flag '4' to clear the counter if necessary. 2014-07-23 16:44 GMT+08:00 Minoru TAKAHASHI : > (2014¦~07¤ë22¤é 18:45), Dickens wrote: > > Hi, > > My goal is to calculate the traffics f

Re: [Ryu-devel] Question about reset flow/port bytes count by using RESTful api

2014-07-23 Thread Minoru TAKAHASHI
(2014¦~07¤ë22¤é 18:45), Dickens wrote: > Hi, > My goal is to calculate the traffics from flows and switch ports. > So that, I try to get the counts, set the tx_bytes, rx_bytes(port stats), and > bytes_count(flow stats) with zero, but I¡¦m stuck with sending by RESTful api. > > I trace the Ryu sou

[Ryu-devel] Question about reset flow/port bytes count by using RESTful api

2014-07-22 Thread Dickens
Hi, My goal is to calculate the traffics from flows and switch ports. So that, I try to get the counts, set the tx_bytes, rx_bytes(port stats), and bytes_count(flow stats) with zero, but I’m stuck with sending by RESTful api. I trace the Ryu source code and openflow spec, it seems Ryu support the

Re: [Ryu-devel] Question about getting msg with detail "ovs_bridge is not exists" (Chia Yen Yeh)

2014-07-21 Thread Dickens
Hi, Thanks for your reply, and the informations from RyuBook, it has helped me a lot. And it works, thank you. Kiyonari Harigae 於 2014/7/17 下午7:55 寫道: > Hi, > > You must register the ovsdb_addr. > Please start a rest_conf_switch and rest_qos as follows. > > # ryu-manager ryu.app.rest_qos >

Re: [Ryu-devel] Question about getting msg with detail "ovs_bridge is not exists" (Chia Yen Yeh)

2014-07-17 Thread Kiyonari Harigae
Hi, You must register the ovsdb_addr. Please start a rest_conf_switch and rest_qos as follows. # ryu-manager ryu.app.rest_qos And register the ovsdb_addr. Specify the value that you set in the set-manager command address and port number that you specify. curl -X PUT -d '"tcp:127.0.0.1:6632"'

[Ryu-devel] Question about getting msg with detail "ovs_bridge is not exists"

2014-07-14 Thread Chia Yen Yeh
I have installed Ryu(3.11) and Open vSwitch(2.3.90, also 2.1.2). Running with ryu-manager ryu.app.rest_qos, and get OVS bridge protocols=OpenFlow13. I use the following REST API to get dpid: *curl -X GET http://localhost:8080/qos/queue/all * the result is: *[{"

Re: [Ryu-devel] Question about Ryu and Physical switch

2014-07-14 Thread Ali Bagh
Hi Satoshi, Thank you very much for replying back to me. I was out of town for a few days and got behind my emails. Ok I will try to setup openflow based on the switch config and try to go from there. I was trying to find examples somewhere online to see if someone did setup Ryu with an actual

Re: [Ryu-devel] Question about Ryu and Physical switch

2014-07-08 Thread Satoshi KOBAYASHI
Hi Ali, Ryu supports both switches physically and virtually. It is important that the switch is supporting OpenFlow protocol. You can find out the document of the switch for how to use. Thanks, Satoshi 2014-07-08 10:53 GMT+09:00 Ali Bagh : > Hi All, > > I want to connect Ryu to a physical switc

[Ryu-devel] Question about Ryu and Physical switch

2014-07-07 Thread Ali Bagh
Hi All, I want to connect Ryu to a physical switch such as Quanta for example or Interface Masters or even Arista box. However, I can’t find any information how to do so. Could somebody please tell me how to do so? All the examples and talks are about virtual switches. I hope that does not mean

Re: [Ryu-devel] question about RYU and OpenStack

2014-07-07 Thread FUJITA Tomonori
On Mon, 7 Jul 2014 09:59:40 +0800 "jjf_ntci" wrote: > I want to set to the configuration with OPenStack ang Ryu ,Do you have any reference material? https://github.com/osrg/ryu/wiki/OpenStack I would strongly recomend OFAgent (namely, Ryu plugin v2).

[Ryu-devel] question about RYU and OpenStack

2014-07-06 Thread jjf_ntci
Hello all: I want to set to the configuration with OPenStack ang Ryu ,Do you have any reference material? thanks ! 2014-07-07 jjf_ntci -- Open source business process management suite built on Java and Eclipse Turn pr

Re: [Ryu-devel] Question about JSON for OF1.4 OFPMatch

2014-01-21 Thread Simon Horman
On Wed, Jan 22, 2014 at 12:13:29PM +0900, FUJITA Tomonori wrote: > On Wed, 22 Jan 2014 10:59:48 +0900 > Simon Horman wrote: > > > Hi Fujita-san, > > > > I have a question about the desired JSON representation of > > OF1.4 OFPMatch. > > > > Currently the code serialises an OFPMatch as: > > > >

Re: [Ryu-devel] Question about JSON for OF1.4 OFPMatch

2014-01-21 Thread FUJITA Tomonori
On Wed, 22 Jan 2014 10:59:48 +0900 Simon Horman wrote: > Hi Fujita-san, > > I have a question about the desired JSON representation of > OF1.4 OFPMatch. > > Currently the code serialises an OFPMatch as: > >"OFPMatch": { > "oxm_fields": { > "arp_op": 1, > ... >

[Ryu-devel] Question about JSON for OF1.4 OFPMatch

2014-01-21 Thread Simon Horman
Hi Fujita-san, I have a question about the desired JSON representation of OF1.4 OFPMatch. Currently the code serialises an OFPMatch as: "OFPMatch": { "oxm_fields": { "arp_op": 1, ... } } But the parser fails, complaining that "oxm_fields" is an unknown field

Re: [Ryu-devel] Question in regard to development use cases

2014-01-21 Thread FUJITA Tomonori
Hi, On Mon, 20 Jan 2014 18:55:40 + Morgan Yang wrote: > Based on some of the slides I've read in regard to RYU + OpenStack > deployment, a separate RYU node needs to be configured. I'm curious > if anyone has done any large scale (over 1000 compute/network nodes) > deployments and if so, how

Re: [Ryu-devel] Question in ryu/topology/switches.py

2014-01-21 Thread FUJITA Tomonori
On Sat, 18 Jan 2014 22:22:12 +0800 Shuoling Deng wrote: > Hello, Everyone. > > In ryu/topology/swiches.py. > > there is a code snippet I don't understand the meaning clearly, just > as follows: > >>@staticmethod >> def _drop_packet(msg): >> buffer_id = msg.buffer_id >>

[Ryu-devel] Question in regard to development use cases

2014-01-20 Thread Morgan Yang
Hi: Based on some of the slides I've read in regard to RYU + OpenStack deployment, a separate RYU node needs to be configured. I'm curious if anyone has done any large scale (over 1000 compute/network nodes) deployments and if so, how were the following issues addressed: 1. Should RYU n

[Ryu-devel] Question in ryu/topology/switches.py

2014-01-18 Thread Shuoling Deng
Hello, Everyone. In ryu/topology/swiches.py. there is a code snippet I don't understand the meaning clearly, just as follows: >@staticmethod > def _drop_packet(msg): > buffer_id = msg.buffer_id > if buffer_id == msg.datapath.ofproto.OFP_NO_BUFFER: > return >

Re: [Ryu-devel] Question in regard to adding flows

2014-01-13 Thread FUJITA Tomonori
On Tue, 14 Jan 2014 00:46:03 + Morgan Yang wrote: > Looking at the pcaps, it does seems to be the case, the > OF_CONTROLLER performs a "OFPT_MULTIPART REQUEST", and the OF_AGENT > (10.100.22.236) terminates the connection via "FIN" Yeah, looks like so. I don't know what OpenFlow switch you u

Re: [Ryu-devel] Question in regard to adding flows

2014-01-13 Thread FUJITA Tomonori
On Tue, 14 Jan 2014 00:27:51 + Morgan Yang wrote: > My question is, what type of conditions would trigger the event > above? From wireshark, it seems because the OF_AGENT does not reply > within a time period, causing the OF_MANAGER to generate the event > and re-initializes the connection.

Re: [Ryu-devel] Question in regard to adding flows

2014-01-13 Thread Morgan Yang
gan Yang Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] Question in regard to adding flows Hi, On Mon, 13 Jan 2014 23:57:20 + Morgan Yang wrote: > I am running ryu manager, and adding flows to an OF agent (ivs based). > I'm noticing I can only add 6500 flows on one

  1   2   >