[pox-dev] Understanding POX

2015-01-24 Thread Sandesh Shrestha
Hello All, Can anyone please explain me what registerNew and addListenerByName are used for ? Thanks, Sandesh Shrestha www.sandeshshrestha.blogspot.com

[pox-dev] Problem installing flow entry

2015-03-10 Thread Sandesh Shrestha
%s%(event.connection)) Icmp(event.connection) core.openflow.addListenerByName(ConnectionUp,start_switch) Thanks, Sandesh Shrestha

[pox-dev] Measuring link bandwidth between open vswitch and server

2015-03-13 Thread Sandesh Shrestha
Dear All, I have an open vswitch connected to a mininet host acting as a http server. I want to monitor the bandwidth and delay of the link between open vswitch and server. How can I do that using openvswitch and controller like pox(or anything else) Thanks, Sandesh Shrestha

Re: [pox-dev] Create ICMP packets in POX

2015-02-27 Thread Sandesh Shrestha
(Controlling %s%(event.connection)) Icmp() core.openflow.addListenerByName(ConnectionUp,start_switch) Thanks, Sandesh Shrestha www.sandeshshrestha.blogspot.com On Thu, Feb 26, 2015 at 6:17 AM, Lucas Brasilino lr...@cin.ufpe.br wrote: Hi Sadesh, I think you can construct

Re: [pox-dev] Create ICMP packets in POX

2015-02-28 Thread Sandesh Shrestha
Thank you very much for pointing that out Murphy. However, I am still not able to get the response ping. Please share if you have any idea. Thanks, Sandesh Shrestha On Fri, Feb 27, 2015 at 8:39 PM, Murphy McCauley murphy.mccau...@gmail.com wrote: Jumping in with a quick comment below

Re: [pox-dev] Create ICMP packets in POX

2015-02-28 Thread Sandesh Shrestha
Hello All, I got it. Thanks for your support. I got arp request in POX which is enough for my need. I just had to calculate the round trip time. Thanks, Sandesh Shrestha On Sat, Feb 28, 2015 at 6:26 PM, Lucas Brasilino lr...@cin.ufpe.br wrote: Hi Sandesh, I used arbitrary source mac

Re: [pox-dev] Getting counter values in POX controller

2015-02-28 Thread Sandesh Shrestha
Helllo Sulabh and Murphy, Thanks a lot for the link. I got it now. Thanks, Sandesh Shrestha On Sat, Feb 28, 2015 at 5:13 PM, Murphy McCauley murphy.mccau...@gmail.com wrote: Haha. What a coincidence. :) On Feb 28, 2015, at 4:10 PM, Sulabh Bista sul...@gmail.com wrote: Hey, A generic

[pox-dev] Create ICMP packets in POX

2015-02-25 Thread Sandesh Shrestha
Dear All, I want to create an ICMP request(not reply) packet in POX. How can I do that?Especially what will be the icmp payload and source ip and mac address so that I get reply from the mininet host. Thanks, Sandesh Shrestha www.sandeshshrestha.blogspot.com