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
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' )
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
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
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
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(