Hi,
On 2015年05月25日 23:00, Lia Lia wrote:
> I follow the steps described in "Ryu SDN fraework, release 1.0" chapter 9.
> 1)build an environment on Mininet:
> ryu@ryu-vm:~$ sudo mn --topo linear,3 --mac --switch ovsk --controller remote
> -x
> 2)Set the version of OpenFlow to be used in each router
I follow the steps described in "Ryu SDN fraework, release 1.0" chapter 9.
1)build an environment on Mininet:
ryu@ryu-vm:~$ sudo mn --topo linear,3 --mac --switch ovsk --controller remote -x
2)Set the version of OpenFlow to be used in each router to 1.3.
switch: s1 (root):
root@ryu-vm:~# ovs-vsctl
Hi,
On 2015年05月22日 02:43, Lia Lia wrote:
> hello
>
> i´m cheking "Ryu SDN fraework, release 1.0" and i work with firewall
> dscribed in chapter 9 ok.
>
> But
>
> I´m trying to simulate an SDN enviroment in Mininet with ryu
> controller and use a router(switch OpenFlow) that can be set using
> R
hello
i´m cheking "Ryu SDN fraework, release 1.0" and i work with firewall
dscribed in chapter 9 ok.
But
I´m trying to simulate an SDN enviroment in Mininet with ryu
controller and use a router(switch OpenFlow) that can be set using
REST.
I´m trying to use the router described in "Ryu SDN fraew