Re: [Ryu-devel] About restAPI question for pysical port status

2014-07-18 Thread jalee
Thanks Takahashi. I will try it. Best Regards, Jalee -Original Message- From: Minoru TAKAHASHI [mailto:[email protected]] Sent: Friday, July 18, 2014 2:46 PM To: jalee Cc: [email protected] Subject: Re: [Ryu-devel] About restAPI question for pysical port status

Re: [Ryu-devel] About restAPI question for pysical port status

2014-07-17 Thread Minoru TAKAHASHI
gt; From: takahashi.minoru [mailto:[email protected]] > Sent: Monday, June 23, 2014 5:13 PM > To: jalee > Cc: [email protected] > Subject: Re: [Ryu-devel] About restAPI question for pysical port status > > On Mon, 23 Jun 2014 15:15:18 +0800 > jalee wrote

Re: [Ryu-devel] About restAPI question for pysical port status

2014-06-23 Thread jalee
Thanks Takahashi, waiting for you good news! Best Regards, Jalee -Original Message- From: takahashi.minoru [mailto:[email protected]] Sent: Monday, June 23, 2014 5:13 PM To: jalee Cc: [email protected] Subject: Re: [Ryu-devel] About restAPI question for pysical

Re: [Ryu-devel] About restAPI question for pysical port status

2014-06-23 Thread takahashi.minoru
On Mon, 23 Jun 2014 15:15:18 +0800 jalee wrote: > Hi All, > > I have two question: > > 1.Can I use REST_API control port(physical/logical) up/down? > > 2.How can get physical/logical port/link status from REST_API? Unfortunately, neither supported. I try to make a patch. Please wait for a while

[Ryu-devel] About restAPI question for pysical port status

2014-06-23 Thread jalee
Hi All, I have two question: 1.Can I use REST_API control port(physical/logical) up/down? 2.How can get physical/logical port/link status from REST_API? could you tell me how can I edit it? I use curl. Thanks, Jalee =

Re: [Ryu-devel] About restAPI question for idel-timeout/hard-timeout

2014-06-22 Thread jalee
Got it, Thanks your help. BR, Jalee -Original Message- From: takahashi.minoru [mailto:[email protected]] Sent: Monday, June 23, 2014 12:00 PM To: jalee; [email protected] Subject: Re: [Ryu-devel] About restAPI question for idel-timeout/hard-timeout On Sun, 22

Re: [Ryu-devel] About restAPI question for idel-timeout/hard-timeout

2014-06-22 Thread takahashi.minoru
On Sun, 22 Jun 2014 01:24:40 +0800 jalee wrote: > Hi All, > > Can I use REST_API add idle-timeout/hard-timeout into the flow entry, could > you tell me how can I edit it? > > Thanks, > > > > Jalee > > > > Such as: > > curl -d '{"cookie": "1", > > "dpid": "0001",

[Ryu-devel] About restAPI question for idel-timeout/hard-timeout

2014-06-21 Thread jalee
Hi All, Can I use REST_API add idle-timeout/hard-timeout into the flow entry, could you tell me how can I edit it? Thanks, Jalee Such as: curl -d '{"cookie": "1", "dpid": "0001", "priority": "23999", "match": {"in_port": "49",

Re: [Ryu-devel] About restAPI question for more actions at one flow entry

2014-02-06 Thread Yuichi Ito
ailto:[email protected]] > Sent: Thursday, January 23, 2014 12:03 PM > To: jalee > Cc: [email protected] > Subject: Re: [Ryu-devel] About restAPI question for more actions at one flow > entry > > Hi. > >> So, ryu controller just do push mpls

Re: [Ryu-devel] About restAPI question for more actions at one flow entry

2014-02-06 Thread jalee
Hi Yuichi, Do you have fix version can resolve ofctl_rest bug? Thanks, Jalee -Original Message- From: Yuichi Ito [mailto:[email protected]] Sent: Thursday, January 23, 2014 12:03 PM To: jalee Cc: [email protected] Subject: Re: [Ryu-devel] About restAPI question for

Re: [Ryu-devel] About restAPI question for more actions at one flow entry

2014-01-22 Thread jalee
mpls label "777", could you tell me how can edit > the restAPI as below. > Thanks, > > Jalee > > curl -d '{"cookie": 1, > "dpid": "0034", > "priority": "101", >

Re: [Ryu-devel] About restAPI question for more actions at one flow entry

2014-01-22 Thread Yuichi Ito
could you tell me how can edit the > restAPI as below. > Thanks, > > Jalee > > curl -d '{"cookie": 1, > "dpid": "0034", > "priority": "101", > "match": {"in_port": &quo

Re: [Ryu-devel] About restAPI question for more actions at one flow entry

2014-01-22 Thread jalee
t;8"}, {"type": "PUSH_MPLS", "ethertype": "34887"}]}' http://10.1.25.52:8080/stats/flowentry/add -Original Message- From: Yuichi Ito [mailto:[email protected]] Sent: Wednesday, January 22, 2014 4:35 PM To: jalee Cc:

Re: [Ryu-devel] About restAPI question for more actions at one flow entry

2014-01-22 Thread Yuichi Ito
1"}]}' http://10.1.25.52:8080/stats/flowentry/add > > > > Thanks > > > > Jalee > > > > > > -Original Message- > From: Yuichi Ito [mailto:[email protected]] > Sent: Wednesday, January 22, 2014 2:14 PM >

Re: [Ryu-devel] About restAPI question for more actions at one flow entry

2014-01-21 Thread Yuichi Ito
Hi. > curl -d > '{"cookie":"1","dpid":"0049","priority":"101","match":{"in_port":"7","dl_src":"00901a400011","dl_dst":"00909941","dl_vlan":"101","dl_vlan_pcp":"0","dl_type":"2048","nw_tos":"0","nw_proto":"17","nw_src":"30.0.0.1","nw_dst":"40.0.0.1","tp_src":"2001","tp_dst":"2001"}

[Ryu-devel] About restAPI question for more actions at one flow entry

2014-01-21 Thread jalee
Dear All, Can you tell me how can I do use more actions on the restAPI at one flow entry? Such as: Two output port, set vlan_vid, and set dl_dst... curl -d '{"cookie":"1","dpid":"0049","priority":"101","match":{"in_port" :"7","dl_src":"00901a400011","dl_dst":"00909941","dl_vlan

Re: [Ryu-devel] About restAPI question

2014-01-19 Thread jalee
; instantiating app ryu.controller.ofp_handler of OFPHandler > > instantiating app ofctl_rest.py of RestStatsApi > > (7664) wsgi starting up on http://0.0.0.0:8080/ > > (7664) accepted ('127.0.0.1', 51780) > > 127.0.0.1 - - [20/Jan/2014 13:13:16] "POST /stats/f

Re: [Ryu-devel] About restAPI question

2014-01-19 Thread Yuichi Ito
handler of OFPHandler > > instantiating app ofctl_rest.py of RestStatsApi > > (7664) wsgi starting up on http://0.0.0.0:8080/ > > (7664) accepted ('127.0.0.1', 51780) > > 127.0.0.1 - - [20/Jan/2014 13:13:16] "POST /stats/flowentry/add HTTP/1.1" 404 &g

Re: [Ryu-devel] About restAPI question

2014-01-19 Thread Yuichi Ito
Hi. > lab@lab-virtual-machine:~/ryu/ryu/lib$ curl -d '{"dpid": "0031", > "priority":"32768", "match":{"in_port":"1"}, "actions":[{"port":"3"}]}' > http://127.0.0.1:8080/stats/flowentry/add please try with the action type such as: curl -d '{"dpid": "0031", "priority":"32

[Ryu-devel] About restAPI question

2014-01-19 Thread jalee
DearAll, I used restAPI add flow entry, but I still see the 404 message on the controller, could you tell me I miss something? Please see log as below. I will use openflow 1.0 and 1.3.1 API function. Thanks, Jalee = add flow entry lab@lab-virtual-mach