Re: [Ryu-devel] need help about the mininet script where to place the code

2019-08-28 Thread Soe Ye Htet
e.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > -- Best Regards, Soe Ye Htet Research Assistant (Chulalongkorn University) +66647240647 ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

Re: [Ryu-devel] Modifying ingress port number in RYU controller

2019-08-12 Thread Soe Ye Htet
on may be to have two OVS > instances that talk through more than one virtual port and you have an > application that overrides loop detection. > > Best /Pedro A > > Enviado desde mi iPhone > > El 10 ago 2019, a las 20:07, Soe Ye Htet > escribió: > > Unfortunately

Re: [Ryu-devel] Modifying ingress port number in RYU controller

2019-08-10 Thread Soe Ye Htet
arded to the same ingress port by using the reserved > port OFPP_IN_PORT. > > Regards, > > Maen > > > > *From:* Soe Ye Htet > *Sent:* Saturday, August 10, 2019 12:17 PM > *To:* Pedro Andres Aranda Gutierrez > *Cc:* Ryu-devel@lists.sourceforge.net > *Subject

Re: [Ryu-devel] Modifying ingress port number in RYU controller

2019-08-10 Thread Soe Ye Htet
to be logically changed. In openvswitch, we can simply install that rules by putting command " sudo x actions="load:0->OXM_OF_IN_PORT[]". If you know how to do that one, please let me know. Best regards, Soe Ye Htet Research Assistant Chulalongkorn University On Sat, Aug 10,

[Ryu-devel] Modifying ingress port number in RYU controller

2019-08-09 Thread Soe Ye Htet
Dear RYU Team, May I raise one question that how can I change or modify the ingress port number in RYU controller. In OVS, we can simply put "load:0->OXM_OF_IN_PORT[]" this statement at action field. In RYU controller, how can i install that action. -- Best Regards, Soe Ye

Re: [Ryu-devel] ryu-manager command not found

2019-05-07 Thread Soe Ye Htet
Dear, Have you installed ryu controller in your Linux environment? Best regards, Soe Ye Htet Research Assistant Chulalongkorn University On Tue, May 7, 2019 at 4:15 PM teame kahsay <19tea...@gmail.com> wrote: > hi, im new to ryu and generally to SDN, im starting learning using ryu >

Re: [Ryu-devel] (no subject)

2019-02-13 Thread Soe Ye Htet
The error is obtained due the unsupported version from OvS. I suggest you try to test by changing openflow version in the command for OvS. On Thu, Feb 14, 2019, 10:20 AM Joaquin Gonzalez Check within the switch if the configuration has been submitted correctly. > > I've been doing that using OVS

Re: [Ryu-devel] (no subject)

2019-02-13 Thread Soe Ye Htet
Hello Try to configure your OVS to support OF version 1.0, 1.1 , 1.2 and 1.3 at the same time and lets see the result. On Wed, Feb 13, 2019, 6:38 PM Wajahat Hussain Mir < mir.wajahat.huss...@gmail.com wrote: > Hi Joaquin, > > I have already set the protocols field inside the switch as "OpenFlow1

Re: [Ryu-devel] (no subject)

2018-11-28 Thread Soe Ye Htet
other actions).That flow rules can be varied according to what you really need in your topology. Best Regards, Soe Ye Htet Master Engineering Student Chulalongkorn University, Thailand On Thu, Nov 29, 2018 at 5:06 AM Raffaele Viterbo < raffaele.viterb...@gmail.com> wrote: > Hi everyone. >

Re: [Ryu-devel] How to Call RyuApp directly in Python Application

2018-11-18 Thread Soe Ye Htet
to run ryu application in the background, you can put "&" at the end of the command line such as os.system("ryu-manager x &"). I hope you can run ryu application in python application. Best Regards, Soe Ye Htet Master Engineering Student Chulalongkorn University, T

[Ryu-devel] Extracting Log File For Data Plane in RYU controller

2018-11-03 Thread Soe Ye Htet
to prove rerouting scenario. Best regards, Soe Ye Htet Master Engineering Student Chulalongkorn University ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] Controlling only control traffic rate

2018-10-30 Thread Soe Ye Htet
anyone has already done it, please let me know your implementation scenario. Best Regards, Soe Ye Htet Chulalongkorn University ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

Re: [Ryu-devel] Using OvS and RYU controller

2018-10-29 Thread Soe Ye Htet
address of OVS2 is 10.0.0.1. 10.0.0.8 is used as both control IP and data IP which means I use in-band scenario in my testing case. Best regards, Soe Ye Htet Master Engineering student On Tue, Oct 30, 2018 at 12:03 PM IWAMOTO Toshihiro wrote: > On Sat, 27 Oct 2018 20:01:43 +0900, > Soe Y

Re: [Ryu-devel] TCP IPerf is hung between RYU controller and SDN Switch

2018-10-28 Thread Soe Ye Htet
at I applied at the SDN switch. Best Regards, Soe Ye Htet ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] Using OvS and RYU controller

2018-10-27 Thread Soe Ye Htet
controller is also the same. Best regards, Soe Ye Htet Master Engineering Student Future Internet and Wireless Research Group Chulalongkorn University ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu

Re: [Ryu-devel] Assigning Flow Rules to the specific Datapath ID during Failure of node

2018-10-23 Thread Soe Ye Htet
Dear IWAMOTO Toshihiro, I am so sorry for weak knowledge in this case. I will be very happy if there is any example for my desired feature. Best Regards, Soe Ye Htet On Tue, Oct 23, 2018 at 3:37 PM IWAMOTO Toshihiro wrote: > On Mon, 22 Oct 2018 14:08:47 +0900, > Soe Ye Htet wrote: >

Re: [Ryu-devel] Assigning Flow Rules to the specific Datapath ID during Failure of node

2018-10-21 Thread Soe Ye Htet
regards, Soe Ye Htet Future Internet and Wireless Research Group Chulalongkorn Thailand On Thu, Oct 18, 2018 at 1:56 PM IWAMOTO Toshihiro wrote: > On Fri, 12 Oct 2018 21:44:53 +0900, > Soe Ye Htet wrote: > > I am developing some rerouting scenario when there is some node failure. > I &g

Re: [Ryu-devel] Assigning Flow Rules to the specific Datapath ID during Failure of node

2018-10-19 Thread Soe Ye Htet
in order to establish alternate route. As far as I know, I can use switch feature handler to assign the flow entry proactively and packet in event to assign the flow entry reactively. On Fri, Oct 19, 2018 at 3:26 PM Soe Ye Htet wrote: > Thanks you i will try it out. The only what I need to do

Re: [Ryu-devel] Assigning Flow Rules to the specific Datapath ID during Failure of node

2018-10-19 Thread Soe Ye Htet
apply the flow rules without packet in message when some node is failed that problem can be resolved. On Fri, Oct 19, 2018, 3:12 PM IWAMOTO Toshihiro wrote: > On Thu, 18 Oct 2018 16:41:57 +0900, > Soe Ye Htet wrote: > > > > [1 ] > > Dear, > > > > The proble

Re: [Ryu-devel] Assigning Flow Rules to the specific Datapath ID during Failure of node

2018-10-18 Thread Soe Ye Htet
only when raspi1 is down. How to assign the flow table in state change handler function. Best Regards, Soe Ye Htet On Thu, Oct 18, 2018, 1:56 PM IWAMOTO Toshihiro wrote: > On Fri, 12 Oct 2018 21:44:53 +0900, > Soe Ye Htet wrote: > > I am developing some rerouting scenario when there

[Ryu-devel] Synchronize time in packet-in message

2018-10-14 Thread Soe Ye Htet
second or every 2 second. Can we adjust the timing for packet-in message inside the configuration of ryu controller? Best Regards, Soe Ye Htet Future Internet and Wireless Research Group Chulalongkorn University ___ Ryu-devel mailing list Ryu-devel

[Ryu-devel] Assigning Flow Rules to the specific Datapath ID during Failure of node

2018-10-12 Thread Soe Ye Htet
1. But I cannot assign the flow rules to raspi 2 when raspi 1 is failed. Is there any way to assign the flow rules to other node when the node is failure. Any suggestions are warmly welcomed. Best Regards, Soe Ye Htet Chulalongkorn University, Thailand

Re: [Ryu-devel] How to redirect OpenFlow Channel to another link.

2018-10-02 Thread Soe Ye Htet
t. > > Best regards! > > Em ter, 2 de out de 2018 às 13:13, Soe Ye Htet > escreveu: > >> Hi, >> >> I think it is possible to redirect a in-band communication but it may >> depends on the configuration of in-band communication in your network. If >

Re: [Ryu-devel] How to redirect OpenFlow Channel to another link.

2018-10-02 Thread Soe Ye Htet
plane and vlan2 is for data plane. Then you can configure the necessary openflow rules between switch and controller for rerouting process if a link is congested. Best Regards, Soe Ye Htet Master Engineering Student Wireless Network and Future Internet Research Group Chulalongkorn University

Re: [Ryu-devel] TCP IPerf is hung between RYU controller and SDN Switch

2018-09-19 Thread Soe Ye Htet
time up to 1 seconds for TCP iperf experiment between Gateway 1 and Node 1. I will share the experience for the root cause after the investigation has been done. Best Regards, Soe Ye Htet On Wed, Sep 19, 2018 at 2:39 PM IWAMOTO Toshihiro wrote: > On Tue, 18 Sep 2018 21:07:41 +0900, >

Re: [Ryu-devel] TCP IPerf is hung between RYU controller and SDN Switch

2018-09-18 Thread Soe Ye Htet
Dear, I am so sorry for absent to provide the hardware information of my tested network. Intel NUC core i7 is used as the Gateway1. Dell Latitude Laptop is used as the Gateway2. Raspberry Pi 3 Model B is used as Node 1 and Node 2 in my tested network. Best Regards, Soe Ye Htet On Tue, Sep 18

Re: [Ryu-devel] TCP IPerf is hung between RYU controller and SDN Switch

2018-09-18 Thread Soe Ye Htet
rules for TCP at gateway 1 to receive the TCP packet from node 1. I also define the same way of flow rules for TCP at gateway 2 to receive the TCP packet from node 2. If anyone face same kind of issue, please let me know your experience in solving for this problem. Best Regards, Soe Ye Htet Future

[Ryu-devel] TCP IPerf is hung between RYU controller and SDN Switch

2018-09-16 Thread Soe Ye Htet
n the TCP connection between RYU controller and OF Switch. I am trying to investigate what is real root cause of this problem. Can it be because of the failure of TCP handshake between RYU controller and the OF switch. Best Regards, Soe Ye Htet Future Internet and Wireless Research Group Chulalongkorn

Re: [Ryu-devel] LLDP Packet For Wireless Network

2018-09-13 Thread Soe Ye Htet
storm. On Thu, Sep 13, 2018 at 11:42 AM Soe Ye Htet wrote: > Dear IWAMOTO, > > Thanks you very much for your reply. I will share the experience after > varying this value. There is another question from me too. Can we apply > LLDP packet for software defiend wireless networ

Re: [Ryu-devel] LLDP Packet For Wireless Network

2018-09-12 Thread Soe Ye Htet
network and I am also trying to detect the specific link status in between the wireless nodes. Best Regards, Soe Ye Htet On Thu, Sep 13, 2018 at 11:25 AM IWAMOTO Toshihiro wrote: > On Wed, 12 Sep 2018 17:02:51 +0900, > Soe Ye Htet wrote: > > I have read about that LLDP Packet is main

[Ryu-devel] LLDP Packet For Wireless Network

2018-09-12 Thread Soe Ye Htet
I have applied an in-band control. My current network topology is small-scale wireless mesh network with fully interconnected. I have trying to detect the detection of wireless link failure. Best Regards, Soe Ye Htet ___ Ryu-devel mailing list Ryu-devel

Re: [Ryu-devel] Memory Error in RYU Controller

2018-09-12 Thread Soe Ye Htet
Dear IWAMOTO, Thanks for your reply. I think that the memory is full due to packet-in messages from OpenFlow switch. Now, I have set to send packet-in message only with maximum length 100 and currently I do not face the memory error. Best Regards, Soe Ye Htet On Wed, Sep 12, 2018 at 1:26 PM

Re: [Ryu-devel] Memory Error in RYU Controller

2018-09-08 Thread Soe Ye Htet
Dear, I am so sorry for sending email again. Memory error means out of RAM problem. However, the specification of my machine is core i7-7th generation, 16 GB RAM with ubuntu-mate(32 bit) version. Can it be related with 32 bit version. Best Regards, Soe Ye Htet On Sat, Sep 8, 2018 at 7:50 PM Soe

Re: [Ryu-devel] Memory Error in RYU Controller

2018-09-08 Thread Soe Ye Htet
-in message from OF Switch without buffer ID. I think that is main cause of memory problem in RYU controller. Is my guess wrong? When I see the main root cause, i will share in this group so that next person can avoid the similar problem. Best Regards, Soe Ye Htet On Tue, Sep 4, 2018 at 8:58 PM

Re: [Ryu-devel] Memory Error in RYU Controller

2018-09-05 Thread Soe Ye Htet
Dear, I assign the flow rules in each OF Switch to send packet-in message to RYU controller in order to update flow rules dynamically. I think the problem is RYU controller receive the a lot of packet-in message from OF Switch. Best Regards, Soe Ye Htet On Wed, Sep 5, 2018 at 4:08 PM IWAMOTO

[Ryu-devel] Memory Error in RYU Controller

2018-09-04 Thread Soe Ye Htet
/lib/hub.py", line 102, in joinall t.wait() File "/usr/local/lib/python2.7/dist-packages/eventlet/greenthread.py", line 175, in wait return self._exit_event.wait() File "/usr/local/lib/python2.7/dist-packages/eventlet/event.py", line 121, in wait return hubs.g

Re: [Ryu-devel] Fw: Problem in using ovs in raspberry pi - regd.

2018-08-09 Thread Soe Ye Htet
Best Regards, Soe Ye Htet On Fri, Aug 3, 2018 at 10:57 AM, Viswanath Muthukumaraswamy Sathananth < vs527...@dal.ca> wrote: > Hi, > > I am trying to implement a real test bed to check the interaction between > switches and controllers. Raspberry Pi 3b+ act as switches with OVS version &

Re: [Ryu-devel] How to put False in dpset

2018-07-24 Thread Soe Ye Htet
unreplied echo requests before datapath is disconnected.') ]) Best Regards, Soe Ye Htet On Mon, Jul 23, 2018 at 11:21 PM, Soe Ye Htet wrote: > Dear, > > Thanks you so much. > > Best Regards, > Soe Ye Htet > > On Tue, Jul 24, 2018 at 12:05 PM, IWAMOTO Toshihiro >

Re: [Ryu-devel] How to put False in dpset

2018-07-23 Thread Soe Ye Htet
Dear, Thanks you so much. Best Regards, Soe Ye Htet On Tue, Jul 24, 2018 at 12:05 PM, IWAMOTO Toshihiro wrote: > On Mon, 23 Jul 2018 21:19:58 +0900, > Soe Ye Htet wrote: > > > > [1 ] > > [1.1 ] > > Dear, > > > > Here is my source code. I put the

Re: [Ryu-devel] How to put False in dpset

2018-07-23 Thread Soe Ye Htet
46978L,n_buffers=256,n_tables=254) {255421810004811L: ('10.0.0.6', 35670), 1152921504606846978L: ('10.0.0.1', 52576), 1152921504606846981L: ('10.0.0.4', 47416)} move onto main mode EVENT ofp_event->switches EventOFPStateChange EVENT ofp_event->dpset EventOFPStateCha

Re: [Ryu-devel] How to put False in dpset

2018-07-23 Thread Soe Ye Htet
gger.info("Connected_Switch_ID: %s (IP Address: %s)[Status: %s] ",ev.dp.id,ev.dp.address,ev.enter) else: print("datapath leave") On Mon, Jul 23, 2018 at 6:10 PM, Soe Ye Htet wrote: > Dear, > > You means I have to write dpset.DPSet._unregister(s

Re: [Ryu-devel] How to put False in dpset

2018-07-23 Thread Soe Ye Htet
Dear, You means I have to write dpset.DPSet._unregister(self,dp). Best Regards, Soe Ye Htet On Mon, Jul 23, 2018 at 4:28 PM, IWAMOTO Toshihiro wrote: > On Sat, 21 Jul 2018 02:26:08 +0900, > Soe Ye Htet wrote: > > > > [1 ] > > [1.1 ] > > Dear, > > > &g

[Ryu-devel] OpenFlow Switch Disconnection with RYU Controller

2018-07-21 Thread Soe Ye Htet
controller cannot detect the switch disconnection. I use in-band control approach. Best Regards, Soe Ye Htet -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

[Ryu-devel] How to put False in dpset

2018-07-20 Thread Soe Ye Htet
Dear, Sorry for my simple question. I tried to put False in dpset in order to track the disconnection from the switch. Is there any example to put False. class EventDP(EventDPBase): """ An event class to notify connect/disconnect of a switch. For OpenFlow switches, one can get the same notificat

Re: [Ryu-devel] Cannot detect the node failure

2018-07-19 Thread Soe Ye Htet
Dear, Thanks you so much for your reply. But currently event of switch enter can be applied but event of switch leave cannot be applied. I will follow your sugestion too. Thanks you Best regards, Soe Ye Htet On Thu, Jul 19, 2018, 10:43 PM Fernando Farias wrote: > Hi, > > you need

[Ryu-devel] Cannot detect the node failure

2018-07-19 Thread Soe Ye Htet
print("deleted switch ID",switch) if switch in switches: del self.switches[switch] print("deleted switch",self.switches) Best regards, Soe Ye Htet -- Check out the vibran

Re: [Ryu-devel] How to install forwarding rules with the specific switch ID

2018-07-16 Thread Soe Ye Htet
hat core.openflow.sendtoDPID(). In RYU controller, is that also possible. On Tue, Jul 17, 2018 at 9:24 AM, IWAMOTO Toshihiro wrote: > On Sat, 14 Jul 2018 18:19:20 +0900, > Soe Ye Htet wrote: > > > > [1 ] > > Dear RYU team, > > > > I have seen then the way of installing

Re: [Ryu-devel] How to install forwarding rules with the specific switch ID

2018-07-14 Thread Soe Ye Htet
its data GW2. something like the load-balancing scenario. Best Regards, Soe Ye Htet On Sat, Jul 14, 2018 at 8:25 PM, Carlos Ferreira wrote: > Dear Soe Ye Htet, I have a question. > > According to your setup, isn't the controller behaving like a router? > Won't the switch

Re: [Ryu-devel] How to install forwarding rules with the specific switch ID

2018-07-14 Thread Soe Ye Htet
Dear RYU team, I have seen then the way of installing the forwarding rules in REST API. In the REST API, we need to put the datapath ID to install the forwarding rules. Can I install the flow rules with the datapath ID in Packet-In-Event handler. Best regards, Soe Ye Htet On Sat, Jul 14, 2018

Re: [Ryu-devel] How to install forwarding rules with the specific switch ID

2018-07-14 Thread Soe Ye Htet
Dear RYU team, I have only one RYU controller. Actually what I want to do is rerouting for load balancing between the gateway. Best Regards, Soe Ye Htet On Thu, Jul 12, 2018 at 11:14 AM, IWAMOTO Toshihiro wrote: > On Sun, 08 Jul 2018 01:21:55 +0900, > Soe Ye Htet wrote: > > > &

[Ryu-devel] How to install forwarding rules with the specific switch ID

2018-07-07 Thread Soe Ye Htet
please let me know or how I can perform rerouting process. Best regards, Soe Ye Htet Chulalongkorn University, Thailand. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdo