Re: [Ryu-devel] How to get link bandwidth in Ryu

2018-03-12 Thread Fujimoto Satoshi
Hi, I think that there is no method other than actually measuring... You can measure the link bandwidth by using iperf or some other tools: ?0?2?0?2?0?2 https://iperf.fr/ I'm not using it too much, though... Thanks, Fujimoto On 2018??03??13?? 11:11, Zhang Yifan wrote: Thanks, I got it. By th

Re: [Ryu-devel] How to obtain ip address of hosts

2018-03-12 Thread Iwase Yusuke
Hi Zhang and Thanks a lot ??! Excuse me for jumping in. Please refer to the Ryu-Book for getting started. For example, "Switching Hub" section describes how to get MAC address of hosts on Ryu application. I guess you can also get IP address in the similar way. http://osrg.github.io/ryu-book/

Re: [Ryu-devel] How to get link bandwidth in Ryu

2018-03-12 Thread Zhang Yifan
Thanks, I got it. By the way, Do you know some other third-party tools which can get link bandwidth? -- Original -- From: "Fujimoto Satoshi";; Send time: Tuesday, Mar 13, 2018 8:47 AM To: "Zhang Yifan"; Cc: "ryu-devel"; Subject: Re: [Ryu-devel] How to get li

Re: [Ryu-devel] packet_in and ofpmatch

2018-03-12 Thread Fujimoto Satoshi
Hi, Frode It is probably due to the implementation of your switch. Could you use network analyzer, like Wireshark? If you cannot see any match field in the PacketIn, Your situation is due to your switch. Please ask the help team of your switch. Thanks, Fujimoto On 2018年03月13日 06:42, Frode via

Re: [Ryu-devel] How to get link bandwidth in Ryu

2018-03-12 Thread Fujimoto Satoshi
Hi, Zhang In OpenFlow framework, you cannot get link bandwidth. It highly depends on the implementation of your switch whether there is any other ways to get link bandwidth. AFAIK, OpenVSwitch does not provide the way to get link bandwidth. Thanks, Fujimoto On 2018年03月12日 22:16, Zhang Yifan

[Ryu-devel] packet_in and ofpmatch

2018-03-12 Thread Frode via Ryu-devel
Hello, I am currently testing out Ryu and cant seem to get the hang of the flow table matching. I am doing a rather basic example with one switch and one rule. I am sending out the packet with OFPP_TABLE action from the controller. Why am I seing a packet in reason of action, but when parsing t

[Ryu-devel] ryu-devel:生产计划和物料控制是一个企业的心脏 4:42:07

2018-03-12 Thread mteytzlee
PMC生产计划及物料控制 【时间地点】2018年3月29-30 上海 3月31-4月1日 深圳 【参加对象】生产计划主管/物料计划/采购/经理/主管/计划人员/跟单人员、生产部门/经理/主管/管理人员、销售部门/经理/主管/跟单人员。尤其业务副总经理带领管理干部现场诊断和实作对策效果更佳。参加部门:生产计划部门/物料计划部门/采购部门/ 生产部门/销售部门/财务部、货倉(物流)/研发部门/PIE(工艺部)/IT部门/ 【学习费用】4200/2天/1人(含资料费、午餐、茶点等) 【垂询热线】021-31006787,0755-61280006, 13381601000 许先生

[Ryu-devel] How to get link bandwidth in Ryu

2018-03-12 Thread Zhang Yifan
Hi all, How can we get the link bandwidth in Ryu app. Is there any message from the switch that gives the link bandwidth? I mean the link bandwidth between switches or between switch and host, not the port speed. Thanks.--

Re: [Ryu-devel] How to setup multiple ASes in Mininet represented by switches in independent namespaces

2018-03-12 Thread Pynbiang Hadem
Thanks Takeshi, Will try it out. Will get back in case of any more doubts. Thanks Hadem On Mon, Mar 12, 2018 at 11:11 AM, Yi Tseng wrote: > [+mininet mailing list] > > Hi, > > I think what you need to do is to create 6 network namespace and run > quagga+zebra process inside 3 of namespace. > >