Re: [Ryu-devel] I HAVE A QUESTION

2019-02-23 Thread Artem Gromov
But you can adapt to eventlet any existing python netconf server implementation and use it with ryu. This could be pretty hard task though. On Mon, Feb 18, 2019, 18:33 knet solutions wrote: > Ryu controller doesnot support netconf. > > On Mon, Feb 18, 2019 at 8:59 PM mehdi abd > wrote: > >> He

Re: [Ryu-devel] I HAVE A QUESTION

2019-02-18 Thread knet solutions
Ryu controller doesnot support netconf. On Mon, Feb 18, 2019 at 8:59 PM mehdi abd wrote: > Hello > i m mehdi, i m a networking student. i started learning about ryu and how > to use it as an sdn controller. > i see alot of tutorials using mininet and other simulators. > my question is, can i con

[Ryu-devel] I HAVE A QUESTION

2019-02-18 Thread mehdi abd
Hello i m mehdi, i m a networking student. i started learning about ryu and how to use it as an sdn controller. i see alot of tutorials using mininet and other simulators. my question is, can i connect ryu controller to cisco 2960s switches physically ? and using Netconf to configure those swit

Re: [Ryu-devel] I have a question about openstack quantum and ryu

2013-08-27 Thread Yoshihiro Kaneko
Hello, VLAN works with L3 agent. MAC based L2 isolation also work in principle, but we don't support it now. Thanks 2013/8/26 張華婷 : > There are 3 technologies,which are vlan,gre and MAC address based L2 > isolation, to be implemented when ryu cooperates with OpenStack quantum. > And the documen

[Ryu-devel] I have a question about openstack quantum and ryu

2013-08-25 Thread 張華婷
There are 3 technologies,which are vlan,gre and MAC address based L2 isolation, to be implemented when ryu cooperates with OpenStack quantum. And the document,Instructions for construction of Openstack grizzly environment with Ryu using devstack,pointed out that gre can work with l3 agent, which pr