Re: [Ryu-devel] out-of-band traffic monitoring

2017-06-27 Thread Fujimoto Satoshi
Hi, Tahereh Unfortunately, traffic monitoring at ports connected to its controller is out of scope of OpenFlow and Ryu. If you want to do this, I think you should implement your own logic. Thanks, Fujimoto On 2017年06月27日 03:36, Tahereh Yaghoubi wrote: Hi, I'm implementing a ryu controller w

[Ryu-devel] out-of-band traffic monitoring

2017-06-26 Thread Tahereh Yaghoubi
Hi, I'm implementing a ryu controller which collects traffic statistics in a separate thread. For events required in this traffic monitoring, I want to have an another band between switches(ovs) and the controller. May I have this band? Could you please explain how can I config that in ovs too?