Re: [Ryu-devel] Router

2019-06-20 Thread Pedro Andres Aranda Gutierrez
Hi Edison, sounds good. Let me know if you succeed. Could be a nice lab assignment ;-) Best, /PA On Thu, 20 Jun 2019 at 15:25, Edison Albuquerque wrote: > Thank you Pedro. > I want a simple network with one router and one switch. > I'll try to tweak the code that joins the switch as router. Spe

Re: [Ryu-devel] Router

2019-06-20 Thread Edison Albuquerque
Thank you Pedro. I want a simple network with one router and one switch. I'll try to tweak the code that joins the switch as router. Speciically edit the variable _ROUTER_LIST to have only one switch that will join as router, leaving the other as switch itself. Best regards. Em qui, 20 de jun de 2

Re: [Ryu-devel] Router

2019-06-20 Thread Pedro Andres Aranda Gutierrez
Hi Edison, if you are willing to have two controller instances coexisting, you can associate one switch with a Ryu running rest-router and another with a Ryu running eg simple-switch-13. The instances have to listen on different ports. Best, /PA On Wed, 19 Jun 2019 at 19:53, Edison Albuquerque

Re: [Ryu-devel] Router

2019-06-19 Thread Edison Albuquerque
Thanks, you all. Em qua, 19 de jun de 2019 às 09:23, Fernando Farias escreveu: > Dear Edison, > > The controller has a global view for control of infrastructure, as either > its applications. So an application will do the same action for any device, > in the other word, it will have the same beh

Re: [Ryu-devel] Router

2019-06-19 Thread Fernando Farias
Dear Edison, The controller has a global view for control of infrastructure, as either its applications. So an application will do the same action for any device, in the other word, it will have the same behavior of actions in all device of infrastructure. But, nothing will prevent you to create n

Re: [Ryu-devel] Router

2019-06-19 Thread Yusuke Iwase
Hi, AFAIK, rest_router.py does not have such feature because is one of the sample application for the Ryu-Book tutorial. If other switches need to perform as L2 switch, I guess you need to run another Ryu instance for those switches. Thanks, Iwase 2019年6月19日(水) 1:22 Edison Albuquerque : > Con

Re: [Ryu-devel] Router with IPv6

2015-07-26 Thread Yusuke Iwase
Hi Bryan, On 2015年07月27日 06:09, Bryan Valencia wrote: > Thank you very much for your help. > > I am conducting research on IPv6 and Software Defined Networking by. In the > book http://osrg.github.io/ryu-book/en/Ryubook.pdf an exercise on page 113 I > managed to do successfully. > > Now, I wan