Re: [Ryu-devel] Help me

2015-03-03 Thread Minoru TAKAHASHI
Hi, On 2015年03月03日 00:05, Lia Lia wrote: > I´m working in my I´m cheking "RYU SDN Framework, Release 1.0"After > > I need your help. I´m trying to use the firewall described in ¨RYU SDN > Framework¨ chapter 9,these are what I did: > > 1.OK /Builded an enviroment in a virtual machine with Mininet

Re: [Ryu-devel] Fwd: Ryu controller + ofsoftswitch13 + dump flow table of switch

2015-03-03 Thread Minoru TAKAHASHI
Hi, It is not possible to run dpctl without passive listening port. Please try the following. 1) Modify custom_script.py as follows. (listenPort: port to listen on for dpctl connections.) > /s1 = net.addSwitch( 's1' )/ > /s2 = net.addSwitch( 's2' )/ - s1 = net.addSwitch( 's1' )

[Ryu-devel] Ryu apps

2015-03-03 Thread Susana Ballester Macías
Hi! I installed Ryu 3.19 in Ubuntu Server 14.04. My question is: Can I startup at the same time all the apps Ryu supports like firewall, vlan, router, etc?? My purpose is to simulate a network with all those functions in Mininet. Thanks! Ing. Susana Ballester Macías Departamento de Telecomunic

[Ryu-devel] Fwd: Ryu controller + ofsoftswitch13 + dump flow table of switch

2015-03-03 Thread Ruchika Luthra
Hello, Now, after successfully connecting my custom topology to remote controller (Ryu considered here, running its simple_switch_13 learning switch application). The switches in the considered topology are ofsoftswitch13. Now using the dpctl management utility, I want to dump the stats of the swi

Re: [Ryu-devel] How to identify a BFD packet

2015-03-03 Thread Wei-Li Tang
2015-03-02 13:35 GMT+08:00 Padma Jayasankar : > Hi, > I am using BFD packets to identify link failure. I have tos et the route > for these packets from the controller. To enter a flow entry for the > switches in the route(path) of > the BFD packets, which match fields can be used. This entry sho

Re: [Ryu-devel] Enabling BFD from the Controller

2015-03-03 Thread Wei-Li Tang
2015-02-27 22:01 GMT+08:00 Padma Jayasankar : > Hi, > I want to set more than one bfd parameters from the controller. ie) i > have to execute the following command > sudo ovs-vsctl set interface s6-eth1 bfd:enable=true bfd:min_rx=100 > bfd:min_tx=100 > > if i use > cmd = ovs_vsctl.VSCtlCommand(