Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-19 Thread Tanvir.Ulhuque
ATP); ryu-devel Subject: Re: [Ryu-devel] multiple controller scenario using RYU Hi, sorry for late reply, You can run Ryu controller in two machine/vm/containers (just give them different IP address) by using If you don't have multiple machine, you can simply change OpenFlow listen port,

Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-19 Thread Tanvir.Ulhuque
@lists.sourceforge.net Subject: Re: [Ryu-devel] multiple controller scenario using RYU Hi Tanvir, If I understand correctly, you would like to specify the IP address of the hosting machine of Ryu. I think you can specify the IP by adding parameter "ofp-listen-host" when you start Ryu. Best re

Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-19 Thread Yi Tseng
- > *From:* Tao Li > *Sent:* Wednesday, 12 April 2017 6:08 PM > *To:* Ul Huque, Tanvir (Data61, Eveleigh ATP) > *Cc:* [email protected] > *Subject:* Re: [Ryu-devel] multiple controller scenario using RYU > > Hi, > > There is almost no difference to

Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-19 Thread Tao Li
ample code structure (if > you have/know). > > > Thank you again for your help :) > -Tanvir > > From: Tao Li > Sent: Wednesday, 12 April 2017 6:08 PM > To: Ul Huque, Tanvir (Data61, Eveleigh ATP) > Cc: [email protected] > Subject: Re: [Ryu-devel]

Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-17 Thread Tanvir.Ulhuque
if you have/know). Thank you again for your help :) -Tanvir From: Yi Tseng Sent: Wednesday, 12 April 2017 6:00 PM To: Ul Huque, Tanvir (Data61, Eveleigh ATP) Cc: ryu-devel Subject: Re: [Ryu-devel] multiple controller scenario using RYU Hi, I think you need to

Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-12 Thread Tanvir.Ulhuque
Tanvir From: Tao Li Sent: Wednesday, 12 April 2017 6:08 PM To: Ul Huque, Tanvir (Data61, Eveleigh ATP) Cc: [email protected] Subject: Re: [Ryu-devel] multiple controller scenario using RYU Hi, There is almost no difference to run multiple Ryu controller, compared with run

Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-12 Thread Tanvir.Ulhuque
if you have/know). Thank you again for your help :) -Tanvir From: Yi Tseng Sent: Wednesday, 12 April 2017 6:00 PM To: Ul Huque, Tanvir (Data61, Eveleigh ATP) Cc: ryu-devel Subject: Re: [Ryu-devel] multiple controller scenario using RYU Hi, I think you need to

Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-12 Thread Tao Li
Hi, There is almost no difference to run multiple Ryu controller, compared with running a single one. You only need to configure different IP/listening port for multiple Ryu instances, and add such information into the Mininet script. Regards, Tao > On 12 Apr 2017, at 08:52, tanvir.ulhu...@d

Re: [Ryu-devel] multiple controller scenario using RYU

2017-04-12 Thread Yi Tseng
Hi, I think you need to design your own mechanism for multiple Ryu controller. For example, you need to setup communication between controllers, also need to create share data between controllers for sharing flows, topology... etc Or if you just want to run two Ryu controller, you can run ryu-ma

[Ryu-devel] multiple controller scenario using RYU

2017-04-11 Thread Tanvir.Ulhuque
Hi I am working on multiple controllers scenario. (1) I want to run multiple controllers separately (without ONOS, or Zookeeper type platform) for the following Mininet topology, http://windysdn.blogspot.com.au/2013/10/mininet-script-for-multiple-controllers.html could you please tell how c