Re: [Ryu-devel] extracting TOS values from ev.msg

2019-02-13 Thread IWAMOTO Toshihiro
On Sat, 09 Feb 2019 14:44:29 +0900, David Liew wrote: > > [1 ] > [1.1 ] > hi, > kindly for all, > i have a question please, > i had read the ryu book follow it exactly, but honestly i could not make > it. > How can i extract the TOS values from the ev.msg to track specific value, Do you plan

Re: [Ryu-devel] (no subject)

2019-02-13 Thread Soe Ye Htet
The error is obtained due the unsupported version from OvS. I suggest you try to test by changing openflow version in the command for OvS. On Thu, Feb 14, 2019, 10:20 AM Joaquin Gonzalez Check within the switch if the configuration has been submitted correctly. > > I've been doing that using OVS

Re: [Ryu-devel] (no subject)

2019-02-13 Thread Joaquin Gonzalez
Check within the switch if the configuration has been submitted correctly. I've been doing that using OVS commands directly within the switch like this: def configureOVSdb(switches): i = 1 for switch in switches: s = 's' + str(i) info('*** Configurando OpenFlow13 en ' + s) switch.cmd( 'ovs-vsctl

Re: [Ryu-devel] (no subject)

2019-02-13 Thread Soe Ye Htet
Hello Try to configure your OVS to support OF version 1.0, 1.1 , 1.2 and 1.3 at the same time and lets see the result. On Wed, Feb 13, 2019, 6:38 PM Wajahat Hussain Mir < [email protected] wrote: > Hi Joaquin, > > I have already set the protocols field inside the switch as "OpenFlow1

Re: [Ryu-devel] Error while sending http request to RYU server

2019-02-13 Thread IWAMOTO Toshihiro
On Tue, 12 Feb 2019 17:45:01 +0900, Nirav Patel wrote: > > [1 ] > [1.1 ] > [1.1.1 ] > Hello > I am trying to send a GET request to RYU api > Server running RYU controller > http://192.168.52.142:8080/stats/switches > When i send this request from a web browser or through POSTMAN application > i

Re: [Ryu-devel] (no subject)

2019-02-13 Thread Wajahat Hussain Mir
Hi Joaquin, I have already set the protocols field inside the switch as "OpenFlow13". Could you suggest something else in this regard? With Regards Mir Wajahat Hussain On Wed, Feb 13, 2019 at 5:27 PM Joaquin Gonzalez wrote: > You should change the version supported in OVSwitch in orde

Re: [Ryu-devel] (no subject)

2019-02-13 Thread Joaquin Gonzalez
You should change the version supported in OVSwitch in order to make it work with OF1.3, by default is 1.0 El mié., 13 feb. 2019 08:38, Wajahat Hussain Mir < [email protected]> escribió: > Hi All, > > I am running a python script whose code is shown below and when i'm" > invoking *sim

[Ryu-devel] (no subject)

2019-02-13 Thread Wajahat Hussain Mir
Hi All, I am running a python script whose code is shown below and when i'm" invoking *simple_switch_13.py* on the other side of the terminal i'm getting the errors as shown below unsupported version 0x1. If possible, set the switch to use one of the versions [4] on datapath ('127.0.0.1', 39050)