Re: [Ryu-devel] All the links of the topology not getting discovered.

2018-03-26 Thread Taha Khan
/osrg/ryu/blob/master/ryu/topology/switches.py#L509-L513 > > Thanks, > Iwase > > On 2018年03月26日 10:45, Taha Khan wrote: > >> Well, What I observed is - Number of Nodes: 13, Number of Edges:21. >> Is there a way this could be increased in terms of number of edges and >

Re: [Ryu-devel] All the links of the topology not getting discovered.

2018-03-25 Thread Taha Khan
nks should a topology have to > not > > hit performance limit? > > Sorry, I don't have any idea... > > Thanks, > Iwase > > > On 2018年03月24日 11:07, Taha Khan wrote: > >> Thanks for the reply. >> But do you have any rough idea, how many links should a top

Re: [Ryu-devel] All the links of the topology not getting discovered.

2018-03-23 Thread Taha Khan
t the performance limit of "single" controller in order to > use > topology discovery feature against such many switches. > > For handling such large topology, how about splitting your topology into > some > sub-topology and having multiple controllers? > > Thanks, &g

[Ryu-devel] All the links of the topology not getting discovered.

2018-03-23 Thread Taha Khan
Hi I am using RYU-4.23 and Mininet OVS. I have a 62 Node topology. When I run my RYU application I noticed that RYU is not able to discover all the datapaths and links everytime I run my code. And also when I run (link down command ) in mininet CLI, EventLinkDelete is not getting triggered everyti

Re: [Ryu-devel] Fwd: Event_Link_Delete triggering

2018-03-05 Thread Taha Khan
;eth_type': > 2048, 'ipv4_src': '10.0.0.2', 'in_port': 2, 'ipv4_dst': > '10.0.0.1'}),out_group=0,out_port=0,priority=1,table_id=0) > flow_mod message called > mod version=None,msg_type=None,msg_len=None,xid=None,OFPFlowMod( > buffer

Re: [Ryu-devel] Fwd: Event_Link_Delete triggering

2018-03-04 Thread Taha Khan
nected for some > reason, > then "EventLinkDelete" occurred. > > Thanks, > Iwase > > > On 2018年02月28日 00:13, Taha Khan wrote: > >> >> Hi, >> >> I added EventLinkDelete in my code. And noticed EventLinkDelete is >> getting triggered, whi

[Ryu-devel] Unique Flow_ID on datapath

2018-02-06 Thread Taha Khan
Hi, Is there any unique (flow-name or id) to differentiate between flows on a particular datapath ? In my application I need to take actions on particular flow entries and not all of them, it would be helpful if there is something like this. I looked up at RYU documentation but was unable to find

[Ryu-devel] Issues in topology Discover

2017-12-31 Thread Taha Khan
Hi Every One, I am trying to write an application that does topology discovery. I added the a function def get_topology_data at the end of my application I ran the controller with the command: "ryu-manager ryu.app.myswitch --observe-links" and then the mininet with my custom. However, the event Ev

[Ryu-devel] STP- Blocking - Static Routing

2017-11-28 Thread Taha Khan
Hello, I am working on mesh topology and my application gives static routing paths, but due to to STP blocking, I am not able to routes according to my application. Is it possible to stop port blocking due to STP.? So that I can use all ports in routers. Thanks! Taha -

[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] 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 ha

[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.

2017-11-22 Thread Taha Khan
ing wrong. Thanks! Taha On Tue, Nov 21, 2017 at 9:16 PM, Iwase Yusuke wrote: > Hi Taha, > > I haven't investigate the further though... > If simple_switch_stp_13 can work on the Flow Table 0 and then rest_router > can work on the Table 1, > they can work together, but

Re: [Ryu-devel] Setting Default Routes in custom topology.

2017-11-21 Thread Taha Khan
p://osrg.github.io/ryu-boo > k/en/html/index.html). > For example, rest_router assumes packets should be process in the > pipeline, but does not aware > of the flow entries of the other applications and might conflict with each > other. > > Thanks, > Iwase > > On 2017年

[Ryu-devel] Setting Default Routes in custom topology.

2017-11-20 Thread Taha Khan
Hi, I am trying to set default routes in routers in my custom topology. My topology has loops, so to start the controller in using the command "ryu-manager ryu.app.simple_switch_stp_13 ryu.app.rest_router ryu.app.ofctl_rest" I am using python requests to make REST requests, specifying the destinat

Re: [Ryu-devel] Multiple different Controllers

2017-10-18 Thread Taha Khan
ll start trying to connect to Ryu. > (If you are using other OpenFlow switch implementation than OVS, please > refer to its > documentation.) > > Thanks, > Iwase > > > On 2017年10月19日 03:58, Taha Khan wrote: > >> Hi, >> >>

Re: [Ryu-devel] Multiple Controllers

2017-10-18 Thread Taha Khan
Thanks Iwase. On Wed, Oct 18, 2017 at 2:09 AM, Iwase Yusuke wrote: > Hi Taha, > > The following post might be helpful for you. Please check it. > https://www.mail-archive.com/ryu-devel@lists.sourceforge.net > /msg14074.html > > Thanks, > Iwase > > > On 2

[Ryu-devel] Multiple different Controllers

2017-10-18 Thread Taha Khan
Hi, I would like to know how can we connect two or more different controllers with RYU. Example- RYU connected to OpenDaylight managing a network. Thanks! Taha -- Check out the vibrant tech community on one of the world's

[Ryu-devel] Multiple Controllers

2017-10-17 Thread Taha Khan
Hi I would like to know how can I connect multiple instance of controllers controlling (adding rules on same network topology) the same network topology ( ~~ some thing similar to ONOS). Thanks! Taha -- Check out the vib