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
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
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
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
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