Re: [Ryu-devel] Installing multiple flows in parrallel

2017-06-21 Thread Iwase Yusuke
Hi Yi, On 2017年06月22日 05:18, Yi Tseng wrote: > Hi Iwase, > > I am not sure we can do that with multiprocessing module. > > Might need to change Ryu event mechanism to do that (e.g. need to send events > to different process...) Yes you are right. I tried to use multiprocessing module a little

Re: [Ryu-devel] Tracking Flow Statistics.

2017-06-21 Thread Fujimoto Satoshi
Hi, Suhail Unfortunately, these statistics are out of OpenFlow's scope, and OpenVSwitch does not seem to provide statistics like these... I think you need to implement your own application to take statistics. For example, you need to make your switches to do Packet-In with every packet, then y

Re: [Ryu-devel] rest_firewall.py with rest_tolopolgy.py

2017-06-21 Thread Fujimoto Satoshi
Hi, Mahmoud Please confirm you've ran your apps with "--observe-links" option. Without this, host detection won't work. If the above does not solve your problem, please tell me commands you ran to run your apps and to make ping. Thanks, Fujimoto On 2017年06月21日 21:28, Mahmoud Elzoghbi wrote: I

Re: [Ryu-devel] Testing BGP in ryu

2017-06-21 Thread Fujimoto Satoshi
Hi, Pynbiang I'm sorry for that I've overlooked your reply. I think something may be wrong with your ryu.conf, especially about IP address or port settings. Please check your ryu.conf, or could you let me see your ryu.conf? Thanks, Fujimoto On 2017年06月22日 01:42, Pynbiang Hadem wrote: Hi Fuj

[Ryu-devel] Tracking Flow Statistics.

2017-06-21 Thread Suhail Asif
Hi, I am trying to work with RYU flows. Now I want to track some important statistics, i could not find any documentation related to them, it would be great if some one could help.. Following are the statistics required. Length of First Packet Length of Longest Packet Length of shortest Packet

Re: [Ryu-devel] Installing multiple flows in parrallel

2017-06-21 Thread Yi Tseng
Hi Iwase, I am not sure we can do that with multiprocessing module. Might need to change Ryu event mechanism to do that (e.g. need to send events to different process...) Yi 2017-06-20 18:48 GMT-07:00 Iwase Yusuke : > Hi Corry and Yi, > > > On 2017年06月21日 03:14, Yi Tseng wrote: > > Hi, > > > >

Re: [Ryu-devel] Testing BGP in ryu

2017-06-21 Thread Pynbiang Hadem
Hi Fujimoto, I have followed the steps given by you: 1) $ sudo mn --switch ovsbr --topo single,2 --mac -x 2) in host1 (xterm) i executed the following: root@mininet-vm:~# ryu-manager --verbose --config-file /home/mininet/ryubgp/ryu.conf /home/mininet/ryu/ryu/services/protocols/bgp/application

Re: [Ryu-devel] rest_firewall.py with rest_tolopolgy.py

2017-06-21 Thread Mahmoud Elzoghbi
It is a great analysis, but after enable switch as a firewall and make ping to make arp request to catch hosts mac by rest topology.py It return empty list also On Jun 21, 2017 4:33 AM, "Fujimoto Satoshi" wrote: > Hi, Mahmoud > > First, rest_topology.py can find hosts only after the controller c