On 06/01/2018 05:41 AM, Jose Carlos Ferreira de Melo Junior wrote: > > Hello everyone, > > I'm new in the house so I have some doubts. > > How can I connect 2 or more separated OvS bridges? > > When I say separated I really mean in OvS on different VM
From a data plane perspective, you can connect them in the same way you would go about connecting multiple physical switches together. For example, you could use an interface from your VM (say, eth1) and connect that to the OVS bridge running in the VM. That interface is then connected to your hypervisor's switching functionality, which in turn connects it to the physical network. All three OVS bridges are now part of the same L2 broadcast domain. From a control plane perspective, you'd (typically) need to use an OpenFlow controller if you wanted them to act as a single (logical) switch consisting of multiple (virtual) switches. I hope this helps. -- Scott
signature.asc
Description: OpenPGP digital signature
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
