On 2019-01-08 7:11 p.m., IWAMOTO Toshihiro wrote:
On Wed, 09 Jan 2019 05:24:45 +0900,
alex g wrote:
I use a Ryu controller for distributed SDN network, and I
would like to connect four Ryu controllers on a bus. Does anyone has idea how
to do this?
Take a look at the OVN project in OVS. It performs distributed
switching/routing in conjunction with open vswitch.
other than that, you would need to be more specific in what it is you
are trying to accomplish in terms of:
* underlying hardware
* underlying data plane
* underlying control plane
* do you want to control layer 2? layer 3?
* how do you want to handle routing and route optimization and link
balancing?
Such a question on inter-controller connections is a kind of FAQ here.
Unfortunately, ryu doesn't provide such a thing. You need to design
the protocol and the code by yourself.
Y
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel