Re: [Ryu-devel] Question about RYU controller

2017-01-03 Thread Iwase Yusuke
Hi, On 2016年12月28日 17:11, 张少龙 wrote: > hi, > This is a student who was learning about SDN knowledge using RYU > controller, while i create a topology owning 256 switches and 4096 links with > Mininet , the RYU contoller can not find all the switches,so i send this > e-mail to consult the swi

[Ryu-devel] Question about RYU controller

2016-12-28 Thread 张少龙
hi,  This is a student who was learning about SDN knowledge using RYU controller, while i create a topology owning 256 switches and 4096 links with Mininet , the RYU contoller can not find all the switches,so i send this e-mail to consult the switch number limitation of RYU.  May receive your respo

[Ryu-devel] Question about RYU

2016-12-22 Thread Bencheikh Madjed
Im pleased to thank you for your great and handy framework. I have two questions about   "OFPActionOutput(out_port)" : Is it possible to specify  seveval output ports (not just one)  for example   OFPActionOutput(out_port1 ,out_port2 ... ) ? Is it possible to redefine or customize  "OFPP_FLOOD

Re: [Ryu-devel] Question about Ryu apps

2015-06-03 Thread Yusuke Iwase
Hi, On 2015年06月03日 16:06, Liz wrote: > I need to know if ryu examples aplication like rest_firewall.py and > rest_router.py are external aplication(usted the REST API) or run outsides of > Controller's framework ?? What do "external" and "outside" mean? All the sample applications in ryu/app/*

[Ryu-devel] Question about Ryu apps

2015-06-03 Thread Liz
I need to know if ryu examples aplication like rest_firewall.py and rest_router.py are external aplication(usted the REST API) or run outsides of Controller's framework ?? Thanks--

Re: [Ryu-devel] Question about Ryu apps

2015-06-02 Thread Yusuke Iwase
Hi, On 2015年05月26日 09:24, Liz wrote: > I can start at the same time rest_router and rest_firewall Ryu's aplication? rest_router and rest_firewall can not be started at the same time. Because the flow table entries which are used in these apps are conflicted. If you want to use rest_router and r

[Ryu-devel] Question about Ryu apps

2015-05-25 Thread Liz
I can start at the same time rest_router and rest_firewall Ryu's aplication?  I started both with: ~/ryu $:./bin/ryu-manager ryu.app.rest_router ryu.app.rest_firewall I am using "Ryu  SDN Framework" book chapter 9 and 10, but when I made the router and firewalls configurations the host can't ping

Re: [Ryu-devel] Question about Ryu and Physical switch

2014-07-14 Thread Ali Bagh
Hi Satoshi, Thank you very much for replying back to me. I was out of town for a few days and got behind my emails. Ok I will try to setup openflow based on the switch config and try to go from there. I was trying to find examples somewhere online to see if someone did setup Ryu with an actual

Re: [Ryu-devel] Question about Ryu and Physical switch

2014-07-08 Thread Satoshi KOBAYASHI
Hi Ali, Ryu supports both switches physically and virtually. It is important that the switch is supporting OpenFlow protocol. You can find out the document of the switch for how to use. Thanks, Satoshi 2014-07-08 10:53 GMT+09:00 Ali Bagh : > Hi All, > > I want to connect Ryu to a physical switc

[Ryu-devel] Question about Ryu and Physical switch

2014-07-07 Thread Ali Bagh
Hi All, I want to connect Ryu to a physical switch such as Quanta for example or Interface Masters or even Arista box. However, I can’t find any information how to do so. Could somebody please tell me how to do so? All the examples and talks are about virtual switches. I hope that does not mean

Re: [Ryu-devel] question about RYU and OpenStack

2014-07-07 Thread FUJITA Tomonori
On Mon, 7 Jul 2014 09:59:40 +0800 "jjf_ntci" wrote: > I want to set to the configuration with OPenStack ang Ryu ,Do you have any reference material? https://github.com/osrg/ryu/wiki/OpenStack I would strongly recomend OFAgent (namely, Ryu plugin v2).

[Ryu-devel] question about RYU and OpenStack

2014-07-06 Thread jjf_ntci
Hello all: I want to set to the configuration with OPenStack ang Ryu ,Do you have any reference material? thanks ! 2014-07-07 jjf_ntci -- Open source business process management suite built on Java and Eclipse Turn pr

Re: [Ryu-devel] Question about Ryu OpenFlow v1.0 API

2014-01-09 Thread FUJITA Tomonori
On Wed, 8 Jan 2014 13:20:50 +0200 "Oren Spector" wrote: > In the current Ryu API documentation > (http://ryu.readthedocs.org/en/latest/ofproto_ref.html) I don't seem to find > references to OpenFlow v1.0 APIs, as are available in the link > https://github.com/osrg/ryu/wiki/OpenFlowV1.0-in-Ryu. Is

[Ryu-devel] Question about Ryu OpenFlow v1.0 API

2014-01-08 Thread Oren Spector
Hi, In the current Ryu API documentation (http://ryu.readthedocs.org/en/latest/ofproto_ref.html) I don't seem to find references to OpenFlow v1.0 APIs, as are available in the link https://github.com/osrg/ryu/wiki/OpenFlowV1.0-in-Ryu. Is the github documentation up-to-date with Ryu 3.5 release?

Re: [Ryu-devel] question about ryu with openstack

2013-06-07 Thread Yoshihiro Kaneko
Hi, 2013/6/5 hsin han Liu : > Hi ! > some simple questions want to ask... > > i followed > https://github.com/osrg/ryu/wiki/RYU-Openstack-Grizzly-environment-HOWTO > & > https://github.com/osrg/ryu/wiki/RYU-OpenStack-Grizzly-environment-VM-image-file-HOWTO > > 1.how do i know ryu is working fine (

[Ryu-devel] question about ryu with openstack

2013-06-04 Thread hsin han Liu
Hi ! some simple questions want to ask... i followed https://github.com/osrg/ryu/wiki/RYU-Openstack-Grizzly-environment-HOWTO & https://github.com/osrg/ryu/wiki/RYU-OpenStack-Grizzly-environment-VM-image-file-HOWTO 1.how do i know ryu is working fine (vlan or gre tunnel) ? 2.where can i check a

Re: [Ryu-devel] question about ryu

2013-05-20 Thread Isaku Yamahata
On Mon, May 20, 2013 at 03:10:57PM +0800, hsin han Liu wrote: > > thanks a lot for the information! > > Also,can i ask which part of the code is supporting live migration as the > document says? > > https://github.com/osrg/ryu/wiki/ > Details-of-Ryu-in-cooperation-with-OpenStack-Grizzly Simple

Re: [Ryu-devel] question about ryu

2013-05-20 Thread hsin han Liu
thanks a lot for the information! Also,can i ask which part of the code is supporting live migration as the document says? https://github.com/osrg/ryu/wiki/Details-of-Ryu-in-cooperation-with-OpenStack-Grizzly how does ryu know vm is about to migrate? Thanks, Allen 2013/5/20 Isaku Yamahata

Re: [Ryu-devel] question about ryu

2013-05-19 Thread Isaku Yamahata
On Sun, May 19, 2013 at 03:17:54PM +0800, hsin han Liu wrote: > Hello > > > > 1.want to know more about ryu/app/simple_isolation.py and > ryu/app/simple_vlan.py ,also how to use it? For internal, please refer to https://github.com/osrg/ryu/wiki/Details-of-Ryu-in-cooperation-with-OpenStack-Griz

[Ryu-devel] question about ryu

2013-05-19 Thread hsin han Liu
Hello 1.want to know more about ryu/app/simple_isolation.py and ryu/app/simple_vlan.py ,also how to use it? 2.does ryu support vlan construction like http://openvswitch.org/support/config-cookbooks/vlan-configuration-cookbook/ without openstack? Thanks, Allen -

Re: [Ryu-devel] Question about Ryu Link Layer Discovery

2012-12-11 Thread Isaku Yamahata
Hi. Please use ryu-devel ML for this kind of purpose. It is best place for Ryu related questions. On Mon, Dec 10, 2012 at 02:36:53PM -0500, Joon-Myung Kang (Eliot) wrote: > Dear Mr. Yamahata, > > Hello. I am Joon-Myung Kang who is a Post-doctoral fellow at University of > Toronto. > > I am work