blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px 
#715FFA solid !important; padding-left:1ex !important; background-color:white 
!important; }  Hi iwase I apply two application in another topology and I get 
response in server but just in this topology I don't get response ,I don't know 
why doing that ?


Sent from Yahoo Mail for iPhone


On Friday, September 16, 2016, 9:26 AM, Iwase Yusuke <iwase.yusu...@gmail.com> 
wrote:

Hi,

I tried your topology script and your app on my environment,
the ARP broadcast storm has occurred.

I have not investigated why further, please confirm your app
(multipath.py) can cooperate with simple_switch_stp_13.py.

For example, simple_switch_stp_13.py installs the flows for
L2 switching into Table 0 with priority 0 by the default and
your app (multipath.py) seems to install the flows into the
same Table with the same priority.

I guess these apps have some logical conflicts in the flow
table...

Thanks,
Iwase


On 2016年09月15日 19:03, wesam kh wrote:
> hi Iwase thank you for your responseit's apply to me when doing this script :
>  mininet $sudo mn --custom ~/mininet/custom/forty.py --controller=remote, 
>ip=127.0.0.1,port=6633  --topo mytopo  --switch ovsk --mac
>
> ryu# ryu-manager --ofp-tcp-listen-port 6633 ryu.app.simple_switch_stp_13 but 
> I have another problem
> when I need to combine two application first :multipath and second 
> simple_switch_stp_13
>
> ryu# ryu-manager --ofp-tcp-listen-port 6633 ryu.app.simple_switch_stp_13  
> ryu.app.multipath
> the controller is stopping in some points and when send packet from client to 
> server the controller don't stopping and don't get any response in server h4 
> ?any help to solve this error ?you see the attach
>
>
>
> Wisam Maala
>
>
>    On Wednesday, September 14, 2016 10:29 AM, Iwase Yusuke 
><iwase.yusu...@gmail.com> wrote:
>
>
>  Hi,
>
> The output of "sudo ss -ntlp" command shows that "ovs-vswitchd" is
> running on the port 6653 of "c0", and Ryu cannot bind this port.
>
> "ovs-vswitchd" seems to use the port from 6634 and increment it for
> each switch instance.
> So, if the number of switch instances becomes more than 20,
> "ovs-vswitchd" may hit the port 6653.
>
> Then, how about the specify the ofp port number of Ryu as following?
> With this option, Ryu will bind the port 6633 only.
>  e.g.)
>  $ ryu-manager --ofp-tcp-listen-port 6633
>
> Thanks,
> Iwase
>
> On 2016年09月13日 17:53, wesam kh wrote:
>> hi IwaseI have same error and I am using two application in separately
>> you see the attachments
>>
>>
>>
>>
>>
>>
>>
>> Wisam Maala
>>
>>
>>    On Tuesday, September 13, 2016 7:51 AM, Iwase Yusuke 
>><iwase.yusu...@gmail.com> wrote:
>>
>>
>>  Hi,
>>
>>>  File "/usr/lib/python2.7/socket.py", line 224, in meth
>>>    return getattr(self._sock,name)(*args)
>>> error: [Errno 98] Address already in use
>>
>> This messages means another application is already using the port 6633 or 
>> 6653,
>> which is the default ofp listen port of Ryu.
>> Please check if another application is running on these ports or not.
>>
>> e.g.)
>> $ sudo ss -ntlp
>> State      Recv-Q Send-Q      Local Address:Port                    Peer 
>> Address:Port
>> ...(snip)
>> LISTEN    0      50                      *:6633                              
>>   *:*                  users:(("ryu-manager",pid=7608,fd=4))
>> ...(snip)
>> LISTEN    0      50                      *:6653                              
>>   *:*                  users:(("ryu-manager",pid=7608,fd=6))
>> ...(snip)
>>
>>
>> Thanks,
>> Iwase
>>
>>
>> On 2016年09月12日 18:30, wesam kh wrote:
>>>  hi every oneI have error when apply the simple_switch_stp_13.py with 
>>>custom network contain forty switch !this problem just with this network
>>> any help
>>> you see the attachments
>>>
>>>
>>>
>>>
>>>
>>> Wisam Maala
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>>
>>>
>>>
>>> _______________________________________________
>>> Ryu-devel mailing list
>>> Ryu-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Ryu-devel mailing list
>> Ryu-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>
>>
>>
>>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
>
>
>

 

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to