Hi everyone !

I'm working on a problem on proxmox using openvswitch.

let me explain my goal :

i have one server : 4 interfaces : eth1 eth2 eth3 eth4
i have two juniper switch.

i want to create a lacp bond0 on eth1 and eth2
i want to create a lacp bond1 on eth3 and eth4

upon that, i want to create a fail-over, active-passive bond3 upon bond0 and bond1

for instance, here is what i get :

root@debian:~# ovs-vsctl show
e5124c02-05e7-40ae-a2e3-473c8b0414d9
    Bridge "br1"
        Port "bond0"
            Interface "eth2"
            Interface "eth1"
        Port "br1"
            Interface "br1"
                type: internal
        Port "bond1"
            Interface "eth3"
            Interface "eth4"
    ovs_version: "1.4.2"
root@debian:~# ovs-vsctl add-bond br1 bond2  bond0 bond1
ovs-vsctl: cannot create an interface named bond0 because a port named bond0 already exists on bridge br1
root@debian:~# ovs-vsctl add-br br2
root@debian:~# ovs-vsctl add-bond br2 bond2  bond0 bond1
ovs-vsctl: cannot create an interface named bond0 because a port named bond0 already exists on bridge br1

is there any way to make a fail over bonding upon two lacp bonding with openvswitch ?


for now, maybe i'll try to create the two lacp bond without openvswitch, on later, create a fail-over bond with openvswitch.
that's my last hope if you have no answer for me :-(




_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to