Re: [Ryu-devel] simple_switch_13.py

2017-11-24 Thread Iwase Yusuke
Hi Jerico, Thanks! You are right! I could reproduce this issue. Let's add "eth_src=src". Could you send a patch for this issue? Thanks, Iwase On 2017年11月24日 16:37, Jerico Moeyersons wrote: Hi Iwase, Thanks for your response! In attach I've added a figure of my setup and with that I will try

Re: [Ryu-devel] simple_switch_13.py

2017-11-24 Thread Jerico Moeyersons
Hi Iwase, Sure, I just send you the files through here or? Thanks! Kind regards, Jerico Van: Iwase Yusuke Verzonden: vrijdag 24 november 2017 9:01 Aan: jeric...@hotmail.com CC: ryu-devel@lists.sourceforge.net Onderwerp: Re: [Ryu-devel] simple_switch_13.py Hi J

Re: [Ryu-devel] simple_switch_13.py

2017-11-24 Thread Jerico Moeyersons
Hi Iwase, In attach you find the patch file (from my forked github repo). Is this anything you need or do I need to do something in the original repository? Thanks in advance! Kind regards, Jerico Van: Jerico Moeyersons Verzonden: vrijdag 24 november 2017 9:16

Re: [Ryu-devel] Rest_topology.py

2017-11-24 Thread Mahmoud Elzoghbi
when i call (http//localhost:8080/v1.0/topology/hosts) API it discovers hosts's macs and which port these hosts connected,but when host move from port to another,it discover the old position of host what should i do to solve this problem?? thnx mahmoud On Fri, Nov 24, 2017 at 9:16 AM, Iwase Yusu

Re: [Ryu-devel] Sending periodic beacons - How to?

2017-11-24 Thread Carlos Ferreira
Hi Iwase, I'm sorry about my mistake. I meant eventlet. Thank you about the info! On 24 November 2017 at 01:48, Iwase Yusuke wrote: > Hi Carlos, > >>> I understand that in the documentation, directly using gevent is not >>> advised. >>> Threads aren't working well because they create conflicts

[Ryu-devel] How to process BGP Update message in ryu application

2017-11-24 Thread Pynbiang Hadem
Hi, I have two Autonomous Systems AS1 and AS2. I am able to send BGP update message from AS1 to AS2 and vice versa. I want to process the BGP update messages in my RYU application. I'm a little confused how to achieve that. Pls help. Thanks Hadem -

[Ryu-devel] AttributeError: 'Topology' object has no attribute 'nodes_iter'

2017-11-24 Thread Soliman Awad Alshra´a Abdullah TU Ilmenau
Hello, I had used a simulation code in ryu, but, when I uninstalled and then installed it again I got this error Does anyone know how to fix it ? File "/usr/local/bin/ryu-manager", line 9, in load_entry_point('ryu==3.29', 'console_scripts', 'ryu-manager')() File "/usr/local/lib/python2.7/d

Re: [Ryu-devel] Load Balancer with Ryu-Framework in a Ring Topology

2017-11-24 Thread Jose Carlos Ferreira de Melo Junior
Hi thank you for the answer, But suposely, could I retrieve the switch or port features that has the rate of bandwidth and apply some rules regarding this bandwidth ??? does it work like that? thanks in advance 2017-11-24 3:41 GMT-03:00 Iwase Yusuke : > Hi Carlos, > > The OpenFlow Spec does no

[Ryu-devel] Switch Disconnect Event - Takes too long to detect a disconnect.

2017-11-24 Thread Carlos Ferreira
Hello to all again. I'm having an issue regarding the way ryu detects a switch disconnect. When I remove the control ethernet cable, which my Zodiac FX switch uses to connect to the Ryu controller, Ryu only generates the disconnect event after some time (over a minute). Shouldn't Ryu be generatin

Re: [Ryu-devel] Switch Disconnect Event - Takes too long to detect a disconnect.

2017-11-24 Thread Carlos Ferreira
Btw, when I ask for the Controller timout being configurable, I meant for the socket timeout configuration. Carlos Miguel Ferreira On 24 November 2017 at 14:41, Carlos Ferreira wrote: > Hello to all again. > > I'm having an issue regarding the way ryu detects a switch disconnect. > When I remove

Re: [Ryu-devel] RETRIEVE ROUTING/FLOW TABLE

2017-11-24 Thread Alessandro Gaballo
Thanks for the reply, I'm running quagga on mininet and each router is in its own namespace, I think I need to connect to one specific zebra daemon. Do you know where I can find other examples or a clear docs for these APIs? On 23/11/2017 23:48, Iwase Yusuke wrote: > Hi, > > How about using the

[Ryu-devel] Setting Default Routes in Custom Topology with Loop

2017-11-24 Thread Taha Khan
Hi Iwase, I have a triangle topology as shown below. I have followed steps as shown in RYU documentation and the interface router addresses are also same except I have added a link between s1 [2] to s3[2] interfaces as shown below. [image: Inline image 1] Router Interface 1 Interface 2 Interfac

Re: [Ryu-devel] Setting Default Routes in Custom Topology with Loop

2017-11-24 Thread Taha Khan
Please Ignore this email Its not complete. Thanks! On Fri, Nov 24, 2017 at 10:41 PM, Taha Khan wrote: > Hi Iwase, > > I have a triangle topology as shown below. I have followed steps as shown > in RYU documentation and the interface router addresses are also same > except I have added a link b

[Ryu-devel] Default Routes in Loop Topology

2017-11-24 Thread Taha Khan
Hi Iwase, Sorry for my last email I accidentally send it. I have a triangular topology as shown below. I have followed steps as shown in RYU documentation, interface addresses are also same except, I have added a link between s1 to s3 as shown below. [image: Inline image 1] Router Port 1 Port

Re: [Ryu-devel] simple_switch_13.py

2017-11-24 Thread Iwase Yusuke
Hi Jerico, Sorry for the delay. Great! Thank you for your contribution! We use "git format-patch" style patch on this mailing list and your patch looks good to me. https://github.com/osrg/ryu/blob/master/CONTRIBUTING.rst If you don't mind, could you add your name and some comments about "why

Re: [Ryu-devel] AttributeError: 'Topology' object has no attribute 'nodes_iter'

2017-11-24 Thread Iwase Yusuke
Hi Soliman, > File "/home/mininet/spider/src/SPIDER_parser.py", line 311, in > networkx_to_mininet_topo >nodes = set(fnss_topo.nodes_iter()) > AttributeError: 'Topology' object has no attribute 'nodes_iter' The above message shows the AttributeError was raised at your application (SPIDER?)

Re: [Ryu-devel] RETRIEVE ROUTING/FLOW TABLE

2017-11-24 Thread Iwase Yusuke
Hi, Sorry, I haven't writing the docs for the Zebra service yet, because this feature is very experimental... For connecting to the specific Zebra daemon on a Mininet host, first, you need to find the path to the Zebra API socket (unix domain socket) or the TCP port for the Zebra API. This pat