Re: [Ryu-devel] Bug with Simple_Switch

2017-02-22 Thread Talal Al
this problem, I just rolled back to previous Ryu. Cheers, Talal From: Iwase Yusuke Sent: Thursday, February 23, 2017 4:03:18 PM To: [email protected] Cc: [email protected] Subject: Re: [Ryu-devel] Bug with Simple_Switch Hi Talal, You mean a

[Ryu-devel] Bug with Simple_Switch

2017-02-22 Thread Talal Al
Dear All, I just updated Ryu in my system and got an error with simple_switch " if eth.ethertype == ether_types.ETH_TYPE_LLDP: AttributeError: 'NoneType' object has no attribute 'ethertype' "

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-04-05 Thread Talal Al
Hi Shinpei, I've updated OVS to the latest one (2.5.0) as you recommended and I'm still receiving the same error. What do you think ? Cheers, Talal > To: [email protected]; [email protected] > From: [email protected] > Date: Mon, 14 Mar 2016 12:02

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-22 Thread Talal Al
Hi Hiroaki, Yes, it is accepting this way but not via Ryu controller. I've a look at the log file and seems nothing wrong. Please if anyone knows, let me know. Cheers, Talal > To: [email protected] > From: [email protected] > Date: Fri, 18 Mar 2016 12:04:10 +0900

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-19 Thread Talal Al
I've managed to update the openvswitch to 2.5.0, but still I'm getting the same error (Bad argument in SET_FIELD action (Code=15) Any suggestion ?? Cheers, Talal > To: [email protected]; [email protected] > From: [email protected] > Date: Mon, 14 Mar

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-10 Thread Talal Al
eck the version of the Open vSwitch in the following command. > > $ sudo ovs-vsctl --version > > > Thanks, > > On 2016年03月11日 11:23, Talal Al wrote: > > I've tried OpenFlow 1.3, 1.4 and 1.5. None of them works > > > > > To: [email protected]; ryu-deve

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-10 Thread Talal Al
ch/of13/action/25_SET_FIELD/29_ICMPV6_TYPE.json#L4-L74 > https://github.com/osrg/ryu/blob/master/ryu/tests/switch/of13/action/25_SET_FIELD/30_ICMPV6_CODE.json#L4-L73 > > Please try to check the operation by using the latest version (2.5.90)  > of the Open vSwitch. > > > T

[Ryu-devel] Bad arguement" (code 15)

2016-03-10 Thread Talal Al
Dear All, When I wanted set up fields such as eth_type, ip_proto, icmpv6_type, icmpv6_code as shown below, I still got the error " Bad arguement" (code 15), however the rest is fine such as ipv6_dst, ipv6_src. Could you please advise me on this ? OFPActionSetField(eth_type=34525

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-09 Thread Talal Al
t > Subject: Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15) > > Thanks Shinpei, > > I'll change the values accordingly, but what's the correct value for neighbor > solicitation and neighbor advertisement ? > > Cheers, > Talal > >

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-09 Thread Talal Al
Thanks Shinpei, I'll change the values accordingly, but what's the correct value for neighbor solicitation and neighbor advertisement ? Cheers, Talal > On Mar 9, 2016, at 6:08 PM, Shinpei Muraoka wrote: > > Hi > > > I've installed rules on the Openflow

[Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-08 Thread Talal Al
\x00\x00\x00\x00\x00...". When I refered to the spec 1.3, code#15 is "Bad argument in SET_FIELD action". I tried serveral ways but without luck. Could you please advise me what to do in order to

[Ryu-devel] ARP_Responder

2016-03-03 Thread Talal Alharbi
Hi All, I've found a couple of versions of ARP_responder in Ryu, but none of them work properly as in POX. Is there any updated version. Cheers, Talal -- Site24x

[Ryu-devel] Adding Flow Entry

2016-02-21 Thread Talal Alharbi
heers, Talal File "/home/ubuntu/ryu/ryu/lib/hub.py", line 52, in _launch func(*args, **kwargs) File "/home/ubuntu/ryu/ryu/base/app_manager.py", line 275, in _event_loop handler(ev) File "/home/ubuntu/Desktop/Arphandler/ryuproxyall2.py", line 62, in switch

Re: [Ryu-devel] Rewrite Flow Entry OpenFlow1.3

2015-08-28 Thread Talal Alharbi
Even this one is not working ! Any suggestions? Sent from my iPhone > On Aug 28, 2015, at 5:34 PM, Yusuke Iwase wrote: > > Hi, > >> On 2015年08月28日 16:21, Talal Alharbi wrote: >> No Worries. I have fixed it but I have a new problem. >> >> I managed to se

Re: [Ryu-devel] Rewrite Flow Entry OpenFlow1.3

2015-08-28 Thread Talal Alharbi
I did without luck. Sent from my iPhone > On Aug 28, 2015, at 5:34 PM, Yusuke Iwase wrote: > > Hi, > >> On 2015年08月28日 16:21, Talal Alharbi wrote: >> No Worries. I have fixed it but I have a new problem. >> >> I managed to set actions to rewrite th

Re: [Ryu-devel] Rewrite Flow Entry OpenFlow1.3

2015-08-28 Thread Talal Alharbi
sourceforge.net > From: [email protected] > Date: Fri, 28 Aug 2015 14:24:33 +0900 > > Hi, > > On 2015年08月28日 12:15, Talal Alharbi wrote: > > Dear All, > > > > I was looking to have a rule on the switch to rewrite the payload of ARP > > request, which

Re: [Ryu-devel] Rewrite Flow Entry OpenFlow1.3

2015-08-27 Thread Talal Alharbi
y OpenFlow1.3 > To: [email protected] > CC: [email protected] > From: [email protected] > Date: Fri, 28 Aug 2015 14:24:33 +0900 > > Hi, > > On 2015年08月28日 12:15, Talal Alharbi wrote: > > Dear All, > > > > I was looking to have a rule on the swi

[Ryu-devel] Rewrite Flow Entry OpenFlow1.3

2015-08-27 Thread Talal Alharbi
Dear All, I was looking to have a rule on the switch to rewrite the payload of ARP request, which rewrite the packet and send ARP reply without sending the packet to the controller. Cheers, Talal

[Ryu-devel] Command To Build Ryu Controller

2015-05-11 Thread Talal Alharbi
mmand but I could not remember. Cheers, Talal -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applica

Re: [Ryu-devel] Hosttracker

2015-04-27 Thread Talal Alharbi
Thank Shuoling! Does it rely on ARP ? From: [email protected] Date: Mon, 27 Apr 2015 22:43:41 +0800 To: [email protected] CC: [email protected] Subject: Re: [Ryu-devel] Hosttracker I have do this once. you can see here. On Mon, Apr 27, 2015 at 4:18 PM, Talal Alharbi

[Ryu-devel] Hosttracker

2015-04-27 Thread Talal Alharbi
Dear All, How does the hosttracker module work in Ryu ? Is just like in Pox ? Thank you! Talal -- One dashboard for servers and applications across Physical-Virtual-Cloud

Re: [Ryu-devel] Error with Switch.py

2015-03-26 Thread Talal Alharbi
Hi Yamamoto, Thank you, yes it works now but when I edited in the original file, I couldn't see the print statement that I have added. Best, Talal On Mar 24, 2015, at 1:55 PM, YAMAMOTO Takashi wrote: >> Dear Ryu Expert, >> >> I have tried switch.py module and I h

[Ryu-devel] Error with Switch.py

2015-03-23 Thread Talal Alharbi
_cli_opt raise ArgsAlreadyParsedError("cannot register CLI option") oslo.config.cfg.ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option root@mininet-vm:~/ryu# Even I have tried to run the command like: 1- ./bin/ryu-manager --verbose

Re: [Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-15 Thread Talal Alharbi
./bin/ryu-manager ryu/app/simple_switch.py >loading app ryu/app/simple_switch.py >loading app ryu.controller.ofp_handler >instantiating app ryu.controller.ofp_handler of OFPHandler >instantiating app ryu/app/simple_switch.py of SimpleSwitch > > can you provide exact comm

Re: [Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-15 Thread Talal Alharbi
I installed it from https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial I tried your suggestion but it's incorrect Any suggestion ??!! Best, Talal On Mar 13, 2015, at 6:11 PM, YAMAMOTO Takashi wrote: >> How to fix this ? >> >> >> /ryu# ./bin/ryu-man

[Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-13 Thread Talal
How to fix this ? /ryu# ./bin/ryu-manager ryu/app/simple_switch.py Traceback (most recent call last): File "./bin/ryu-manager", line 18, in from ryu.cmd.manager import main ImportError: No module named ryu.cmd.manager -

[Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-13 Thread Talal
Hi there,,, How to fix the following: /ryu# ./bin/ryu-manager ryu/app/simple_switch.py Traceback (most recent call last): File "./bin/ryu-manager", line 18, in from ryu.cmd.manager import main ImportError: No module named ryu.cmd.manager -