Yes, the final idea is connect them to a openflow controller and then
generate some isolated trafic among them.
But I dont know how it would be logically. For example: to connect one OvS
bridge to another OvS bridge I heard about patch port but I think it's not
working.
how can I be sure the connection really works? I don't know if Im missing
something
VM1 VM2
OvS 1
OvS 2
Bridge dp1
Bridge dp2
port "dp1"
port "dp2"
interface "dp1"
interface "dp2"
type: internal
type: internal
port "patch0"
port "patch1"
interface "patch0"
interface "patch1"
type: patch
type: patch
options: {peer="patch1"}
options: {peer="patch0"}
2018-06-01 8:55 GMT-03:00 Scott Lowe <[email protected]>:
> 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
>
>
> _______________________________________________
> discuss mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
>
>
--
Best regards,
José Carlos Ferreira
Msc student in Computer Science
System and Network Analyst at PoP-PE/RNP
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss