[Ryu-devel] Traffic monitoring

2017-04-27 Thread Kunal Goswami
Hello all, I wish to monitor the protocol wise traffic on all switches in a mininet topology. I tried working with tshark and python API but for some reason it does not monitor the traffic correctly. Do you have any suggestions how I could go about it? If there is a RYU-based alternat

Re: [Ryu-devel] Controlling OVS from Ryu controller

2017-04-27 Thread Fujimoto Satoshi
Hi, Deni If APIs in bridge.py are not enough to satisfy your demand, you can use "run_command()" in bridge.py. "run_command()" calls functions in vsctl.py. I think you will be able to add/delete bridges by using this function. :) https://github.com/osrg/ryu/blob/master/ryu/lib/ovs/bridge.py#L10

Re: [Ryu-devel] Controlling OVS from Ryu controller

2017-04-27 Thread Deni Toruan
Hi Fujimoto san, Thank you very much for the code. I have ran it and it was working. Thanks, you have saved my days. Btw, I have another questions related to this issue. I do hope you will not mind :) a. When I am trying to add port and add/delete bridge, I did not find any function related to th