[pox-dev] POX and MPLS tag

2013-12-20 Thread Chanthan Hel
Dear all, I'm chanthan from Chulalongkorn. I want to use MPLS tag with OVS 2.0 and I also want to use POX as the controller. Can POX do that?? because as I know pox support OF 1.0 but MPLS tag is based on OF1.1 and later version. Thanks, Chanthan -- Mr. Chanthan Hel Electrical engineering

Re: [pox-dev] Ask for PacketIn event and ConnectionUp event Class code

2014-04-05 Thread Chanthan Hel
, at 8:23 AM, Chanthan Hel hel.chantha...@gmail.com wrote: Dear all, I'm Chanthan. Can you share to me how can I find the code of PacketIn and ConnectionUp event Class ?? i try to to find in Pox code but I don't know where they are located in. Really appreciate for your help. Chanthan

[pox-dev] Send packet_out problem

2014-04-11 Thread Chanthan Hel
, _handle_PacketIn) When packet arrive at switch although it have mac address 00:00:00:00:00:01 , it always go to the else condition else: send_packet(event, 3) Please give me some suggestion Chanhan -- Mr. Chanthan Hel Electrical engineering, Faculty of Engineering, Chulalongkorn

[pox-dev] Can pox connect or communicate with host?

2014-04-20 Thread Chanthan Hel
Dear all, As usual, POX can connect and keep communication with of switch. In case I want to to connect pox to host by using python socket. Is it possible?? Moreover, in between POX and host there is one ovs, it still be possible to connect?? Chanthan -- Mr. Chanthan Hel Electrical engineering

Re: [pox-dev] Can pox connect or communicate with host?

2014-04-21 Thread Chanthan Hel
reliability (but as a recuse, reliability could be done in L5). 2014-04-21 11:19 GMT+08:00 Chanthan Hel hel.chantha...@gmail.comjavascript:_e(%7B%7D,'cvml','hel.chantha...@gmail.com'); : Dear all, As usual, POX can connect and keep communication with of switch. In case I want

[pox-dev] Send packet back to input port of switch

2014-04-22 Thread Chanthan Hel
?? Chanthan -- Mr. Chanthan Hel Electrical engineering, Faculty of Engineering, Chulalongkorn University (CU) *Phone: +66 81 456 84 27*

Re: [pox-dev] Send packet back to input port of switch

2014-04-22 Thread Chanthan Hel
Let me try, Thx so much. On Tuesday, April 22, 2014, Shiyao Ma i...@introo.me wrote: You may pastebin your sample code, or? an ofp_packet_out should do it. 2014-04-22 23:40 GMT+08:00 Chanthan Hel hel.chantha...@gmail.comjavascript:_e(%7B%7D,'cvml','hel.chantha...@gmail.com'); : Dear all

Re: [pox-dev] Send packet back to input port of switch

2014-04-22 Thread Chanthan Hel
...@epfl.chwrote: Open flow requires you to use special ofpp_inport port number to send traffic back! Peter (sent from android device) On Apr 22, 2014 6:19 PM, Chanthan Hel hel.chantha...@gmail.com wrote: Let me try, Thx so much. On Tuesday, April 22, 2014, Shiyao Ma i...@introo.me wrote: You

[pox-dev] Copy and send Multiple packet

2014-04-25 Thread Chanthan Hel
message of pox we can use? Thanks, Chanthan -- Mr. Chanthan Hel Electrical engineering, Faculty of Engineering, Chulalongkorn University (CU) *Phone: +66 81 456 84 27*

Re: [pox-dev] pox-dev Digest, Vol 25, Issue 32

2014-04-26 Thread Chanthan Hel
of pox-dev Digest, Vol 25, Issue 32 *** -- Mr. Chanthan Hel Electrical engineering, Faculty of Engineering, Chulalongkorn University (CU) *Phone: +66 81 456 84 27*

[pox-dev] Flow remove time out

2014-06-03 Thread Chanthan Hel
Dear all, I want to modify header field of packet by using ofp_flow_mod() message. But i dont want to install flow entry in flow table. I want to set idle or hard time out that will remove flow immediately after i modify packet header and send it out. How can i do?? Chanthan -- Mr. Chanthan Hel

Re: [pox-dev] Flow remove time out

2014-06-03 Thread Chanthan Hel
. If you describe your use case, maybe someone can suggest an alternative. -- Murphy On Jun 3, 2014, at 1:07 AM, Chanthan Hel hel.chantha...@gmail.com wrote: Dear all, I want to modify header field of packet by using ofp_flow_mod() message. But i dont want to install flow entry in flow

Re: [pox-dev] Flow remove time out

2014-06-03 Thread Chanthan Hel
Ok thx, Now i can do it by using packet_out. Chanthan On Tue, Jun 3, 2014 at 3:32 PM, Murphy McCauley murphy.mccau...@gmail.com wrote: Do you already have the packet at the controller? If so, just use a packet-out instead of a flow-mod. -- Murphy On Jun 3, 2014, at 1:19 AM, Chanthan Hel

Re: [pox-dev] Multiple flow creation

2014-06-06 Thread Chanthan Hel
. -- Murphy On Jun 5, 2014, at 11:36 PM, Chanthan Hel hel.chantha...@gmail.com javascript:; wrote: Dear all I really need your help. I want to install many flow entries in flow table. So I write the function to modify flow. The idea is when controller receives packet, it will check the udp