/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
>
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
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
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
;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
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
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
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
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
-
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
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
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
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
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年
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
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,
>>
>>
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
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
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
19 matches
Mail list logo