Re: [Ryu-devel] RYU core with flow stats request

2015-05-28 Thread Ashok Jude
Thanks san. Yep I wanted for destination mac and this worked! On 5/28/15, 12:13 AM, "Yusuke Iwase" wrote: >Hi Ashok, > >On 2015年05月28日 15:32, Ashok Jude wrote: >> >> Hi All, >> >> I am looking for the curl syntax to do mac rewrite action. Can

Re: [Ryu-devel] RYU core with flow stats request

2015-05-27 Thread Ashok Jude
Hi All, I am looking for the curl syntax to do mac rewrite action. Can someone help. I looking to change the incoming DMAC to different MAC on egress. Ashok -- ___ Ryu-devel

Re: [Ryu-devel] RYU core with flow stats request

2014-11-17 Thread Ashok Jude
Thanks Fujita. Make sense On 11/16/14, 3:12 PM, "FUJITA Tomonori" wrote: >Hi, > >On Thu, 13 Nov 2014 06:07:35 + >Ashok Jude wrote: > >> Thanks so much for the analysis. I will have Juniper dev to fix this >>from >> switch side. On RYU side, even o

Re: [Ryu-devel] RYU core with flow stats request

2014-11-12 Thread Ashok Jude
you have plans to fix it? -Ashok On 11/12/14, 8:13 PM, "Yusuke Iwase" wrote: >Hi, > >On 2014年11月13日 10:49, Ashok Jude wrote: >> HI Yusuke >> >> <> <> <> >> All are the same. I tried requested multiple flow stats messages to OF >&

Re: [Ryu-devel] Curl command to add multiple buckets with same group.

2014-11-12 Thread Ashok Jude
lhost:8080/stats/groupdesc/1 >{ > "1": [ >{ > "type": "ALL", > "group_id": 1, > "buckets": [ >{ > "watch_port": 4294967295, > "weight": 0, > "watch_group": 4294967295, >

Re: [Ryu-devel] RYU core with flow stats request

2014-11-12 Thread Ashok Jude
yu/utils.py", line 103, >>>in >>> >>>return ' '.join(hex(ord(byte)) for byte in data) >>> TypeError: ord() expected string of length 1, but int found >>> >>> >>> Any idea what is wrong or any advice how to fi

Re: [Ryu-devel] OFPVID_PRESENT | OF1.3.1

2014-11-11 Thread Ashok Jude
Thanks much Yusuke, < wrote: >Hi, > >On 2014年11月11日 15:38, Ashok Jude wrote: >> Hi All, >> >> I am testing a vendor hardware based switch which supports only >>OF1.3.1. I wanted to test /push flows based on the below match >>combination for VL

[Ryu-devel] Curl command to add multiple buckets with same group.

2014-11-11 Thread Ashok Jude
Hi All I am able to add one bucket per group using the below command. I wanted to add more buckets to same groupID. Can you please give me the curl command for that? Not abe to find with search. Basically, each bucket should have different actions. curl -X POST -d '{ \ "dpid": 71145865295

[Ryu-devel] RYU core with flow stats request

2014-11-11 Thread Ashok Jude
Hi RYU team, I am seeing following issue with RYU. I am testing flow stats request with vendor hardware switch using OF1.3.1 Step 1 : Pushed the below flow from RYU to switch. The flow gets installed rightly. curl -X POST -d '{"dpid": "71145865295808","priority":"1","match": {"in_port": "2"

[Ryu-devel] OFPVID_PRESENT | OF1.3.1

2014-11-10 Thread Ashok Jude
Hi All, I am testing a vendor hardware based switch which supports only OF1.3.1. I wanted to test /push flows based on the below match combination for VLAN_TAGS. Can you help me with following clarifications. I)I don't understand OXM mask and use. Can you explain me with some examples? II) How

Re: [Ryu-devel] RYU older version with just OF1.3 capable

2014-11-04 Thread Ashok Jude
Hi All, I wanted to have RYU only speak OF1.3 not OF1.3. Can someone point me to older version of RYU just 1.3 capable? I think it is RYU 3.14. I wanted that package and install the same in my ubuntu vm -Ashok --

[Ryu-devel] How to downgrade RYU with OF1.4 to OF1.3

2014-10-30 Thread Ashok Jude
Hi All, Need help here. Ofswitch (OF1.3) --RYU Controller ( OF1.4) (Linux/vm) I installed RYU controller and by default Openflow 1.4 is installed. My switch only understands OF1.3. How can I make RYU to speak only OF1.3. Any help is much appreciated. ---