Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-18 Thread mehran shetabi
, Mehran shetabi From: Fujimoto Satoshi Sent: Tuesday, July 18, 2017 4:31 AM To: mehran shetabi; ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] how can i distinguish controllers for packet in to them? Hi, Mehran Sorry for delaying. As I said

[Ryu-devel] FW: how can i distinguish controllers for packet in to them?

2017-07-16 Thread mehran shetabi
From: mehran shetabi Sent: Friday, July 14, 2017 7:23 PM To: ryu-devel@lists.sourceforge.net Cc: satoshi.fujimo...@gmail.com Subject: RE: [Ryu-devel] how can i distinguish controllers for packet in to them? hi, Fujimoto for initializing controllers, i want to

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-14 Thread mehran shetabi
controller req = ofproto_v1_0_parser.NXTSetControllerId(datapath, controller_id=2) datapath.send_msg(req) but, when i do this, there is no packet-in to my controller. why? can i have OpenFlow action and Nicira Extension action together in my ryu code? thank you, Mehran shetabi

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-14 Thread mehran shetabi
) datapath.send_msg(req) but, when i do this, there is no packet-in to my controller. why? can i have OpenFlow action and Nicira Extension action together in my ryu code? thank you, Mehran shetabi From: Fujimoto Satoshi Sent: Friday, July 14, 2017 5

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-13 Thread mehran shetabi
ommand and then send packet-in to specific controller. how can i do this? thank you, Mehran shetabi From: Fujimoto Satoshi Sent: Thursday, July 13, 2017 5:40 AM To: mehran shetabi; ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] how can i distinguish c

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-12 Thread mehran shetabi
mmand don't work). how can i fix it? thank you, Mehran shetabi From: Fujimoto Satoshi Sent: Wednesday, July 12, 2017 5:43 AM To: mehran shetabi; ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] how can i distinguish controllers for packet in to

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-10 Thread mehran shetabi
hi, Fujimoto with setting roles and Async solution, if there are more than two controllers, how can i distinguish between them? my problem is, how can i sent packet-in to the exact controller? thank you, Mehran shetabi From: Fujimoto Satoshi Sent: Tuesday

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-10 Thread mehran shetabi
hi, Fujimoto in the second solution, how can i retrieve Packet-in header? is there any solution for it? thank you, Mehran shetabi From: Fujimoto Satoshi Sent: Monday, July 10, 2017 5:35 AM To: mehran shetabi; ryu-devel@lists.sourceforge.net; satoshi.fujimo

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-10 Thread mehran shetabi
s yes, how can i do this? thank you, Mehran shetabi From: Fujimoto Satoshi Sent: Monday, July 10, 2017 5:35 AM To: mehran shetabi; ryu-devel@lists.sourceforge.net; satoshi.fujimo...@gmail.com Subject: Re: [Ryu-devel] how can i distinguish controllers for packet i

[Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-09 Thread mehran shetabi
distinguish controllers for packet in to them? Thank you, Mehran shetabi -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm

Re: [Ryu-devel] how to measure arrival flow rate

2016-06-21 Thread mehran shetabi
hi, no, i mean exactly flow rate (flow/second). ... mehran shetabi PhD student Computer Engineering Department IUST -Original Message- From: Iwase Yusuke To: mshet...@iust.ac.ir, mininet-discuss-requ...@lists.stanford.edu Cc: ryu

Re: [Ryu-devel] wildcard rule

2016-06-20 Thread mehran shetabi
hi, can i use wildcard rule for MAC address too? how can i do this? thank you, ... mehran shetabi PhD student Computer Engineering Department IUST -Original Message- From: Yi Tseng To: mehran shetabi Cc: "ryu-

[Ryu-devel] wildcard rule

2016-06-18 Thread mehran shetabi
hi, i want to use wildcard rule in my ryu controller. How can i do this? i mean, how can i specify a range of ip source address in OFPMatch of OFPFlowMod instruction? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] how to measure arrival flow rate

2016-06-17 Thread mehran shetabi
hi, is there any way to measure arrival flow rate (flow/second) to a switch in Mininet? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] Difficulty with Set Asynchronous Configuration Message

2016-05-29 Thread mehran shetabi
is no anymore flow removed event. Why? How can I fix it? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST-- What NetFlow Analyzer can do for

Re: [Ryu-devel] OFPR_ACTION bitmask of the “Set asynchronous configuration message”

2016-05-27 Thread mehran shetabi
hi, No, this action is reversible. For seeing the packet_in caused by ACTION again in controller, just do this in the code: packet_in_mask = 3 Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST -Original

Re: [Ryu-devel] OFPR_ACTION bitmask of the “Set asynchronous configuration message”

2016-05-25 Thread mehran shetabi
packet_in caused by ACTION again in my controller. How can I do this? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST -Original Message- From: Shinpei Muraoka To: mshet...@iust.ac.ir, ryu-devel

Re: [Ryu-devel] OFPR_ACTION bitmask of the “Set asynchronous configuration message”

2016-05-24 Thread mehran shetabi
packet_in caused by ACTION again in my controller. How can I do this? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST -Original Message- From: Shinpei Muraoka To: mshet...@iust.ac.ir, ryu-devel

[Ryu-devel] OFPR_ACTION bitmask of the “Set asynchronous configuration message”

2016-05-20 Thread mehran shetabi
#ryu.ofproto.ofproto_v1_3_parser.OFPSetAsync] Which action it means? How can I use it for filtering packet_in messages to my ryu controller? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] How to select which controller responds to packet_in message?

2016-03-12 Thread mehran shetabi
hi, i have one openflow switch that attached to two ryu controller in Equal mod. is there any way for the switch to select which controller responds to packet_in message? Thank you, ... mehran shetabi PhD student Computer Engineering Department

Re: [Ryu-devel] How can I get a notification that a flow has been deleted?

2016-03-04 Thread mehran shetabi
hi, in addition that what you wrote, by adding "out_port=ofp.OFPP_ANY, out_group=ofp.OFPG_ANY" to the Flow_Mod command for deleting the flow entry, it is now working. Thank you, ....... mehran shetabi PhD student Computer Engineering

[Ryu-devel] How can I get a notification that a flow has been deleted?

2016-02-29 Thread mehran shetabi
(((self.flow_removed_receive_time - self.flow_del_send_time) + self.execution_time)*1000)+'\n') elif msg.reason == ofp.OFPRR_GROUP_DELETE: reason = 'GROUP DELETE' else: reason = 'unknown' print re

[Ryu-devel] How can I get a notification that a flow has been deleted?

2016-02-29 Thread mehran shetabi
you, ... mehran shetabi PhD student Computer Engineering Department IUSTdef _measure_flow_setup_time(self): while True: for dp in self.datapaths.values(): if dp.id == 1: ofp = dp.ofproto

[Ryu-devel] measuring flow setup time in ryu

2016-02-27 Thread mehran shetabi
Hi, i want to measure flow setup time in openflow switches with ryu controller. would you please let me know how can i do this? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] How to measure the controller response time in RYU?

2016-02-26 Thread mehran shetabi
? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST-- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM

[Ryu-devel] install ryu in debian 8.0

2016-01-30 Thread mehran shetabi
hi, i want to install ryu from the source code in debian 8.0 , but i got this error: error in ryu setup command: Invalid environment marker: (python_version >= '2.7') how can i fix it? thank you, ... mehran shetabi PhD stud

[Ryu-devel] benchmarking tool

2015-12-30 Thread mehran shetabi
Hi, Is there any benchmarking tool like cbench to evaluate a ryu controller that uses openflow 1.3 protocol? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] calling a thread inside a function

2015-11-28 Thread mehran shetabi
hi, in my ryu application, i have a function that received many parameters. i want to call it as a thread in another function. how can i do this with the hub.spawn() ? can you give me a piece of code? thank you, ... mehran shetabi PhD student

[Ryu-devel] multiple TCP flows generator

2015-09-11 Thread mehran shetabi
Hi, I want to test my SDN Network. what is the best traffic generator for genarating parallel multiple TCP flows? Thank you ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] creating UDP messages

2015-08-31 Thread mehran shetabi
Hi, How can I create a UDP message with some value in it and send it from a Ryu controller to a host connected to the switch of that controller? Would you please give me some code that do this? Thank you, ... mehran shetabi PhD student Computer

[Ryu-devel] exchanging messages between two Ryu controllers

2015-08-24 Thread mehran shetabi
Hi, I have two OpenFlow switches with two separate Ryu controllers. In Ryu, Is there any way for exchanging messages between those two controllers? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] Creating one server with multiple ports in OpenFlow controller

2015-08-04 Thread mehran shetabi
Hi, In Ryu, i want to create one server with multiple ports in my controller. How can i do this? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] how can i run ryu program in IP address like 127.0.0.2

2015-07-25 Thread mehran shetabi
? ... mehran shetabi PhD student Computer Engineering Department IUST-- ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https

[Ryu-devel] using pysnmp in ryu controller

2015-07-09 Thread mehran shetabi
Hi, i want to use PySNMP in my ryu controller. How can i do this? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST-- Don't Limit

[Ryu-devel] collecting management information in Ryu

2015-07-06 Thread mehran shetabi
, ... mehran shetabi PhD student Computer Engineering Department IUST-- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the

[Ryu-devel] communication between controllers

2015-07-02 Thread mehran shetabi
Hi, In multi domain SDN, I want to have communication between controllers. How can I do this in Ryu? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

[Ryu-devel] Is there any default packet traversal in Ryu framework

2015-05-21 Thread mehran shetabi
don’t generate any traffic to my network, why? Is there any packet traversal in Ryu framework in default? If yes, how can I ignore this packet traversal? h1 - s1 /\ s2s3 /\ /\ h2 h3 h4 h5 Thank you ... mehran shetabi PhD

Re: [Ryu-devel] Would you please answer these questions?

2015-05-08 Thread mehran shetabi
, ... mehran shetabi PhD student Computer Engineering Department IUST -Original Message- From: Yi Tseng To: FUJITA Tomonori Cc: mehran shetabi , ryu-devel Date: Fri, 8 May 2015 16:31:11 +0800 Subject: Re: [Ryu-devel] Would you

[Ryu-devel] Would you please answer these questions?

2015-05-06 Thread mehran shetabi
, ... mehran shetabi PhD student Computer Engineering Department IUST-- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance

[Ryu-devel] How to debug Ryu applications?

2015-04-20 Thread mehran shetabi
Hi, Do you have any idea for debugging Ryu applications? I mean that running Ryu applications step by step, and incpecting variables and events when applying the traffic input (TCP, UDP, ...) to it. Thank you, ... mehran shetabi PhD student

[Ryu-devel] Add flow entry to specific switch

2015-04-09 Thread mehran shetabi
Hi, I want to add flow entry to specific switch in my network topology that implemented with Mininet. Would you please tell me that how can I specify the exact switch in Ryu controller? Best regards ... mehran shetabi PhD student Computer

[Ryu-devel] please help me

2014-06-14 Thread mehran shetabi
Hi How can I create a network in mininet with several switches and multiple controllers which each controller assign to some switches and these controllers are remote controllers that work using Ryu NOS? Thank you ... mehran shetabi PhD student