Re: [ovs-discuss] OVS bonding: HA + loadbalancing

2012-08-08 Thread Frido Roose
I think the difference here is that vPC, Multi-chassis Etherchannel, ... allows load-balancing over all paths (over both switches), right? While this surely provides HA, it comes with a cost for the Nexus-like switches that it requires. I was thinking about load-balancing over the same switch,

Re: [ovs-discuss] OVS bonding: HA + loadbalancing

2012-08-07 Thread Abhishek Saxena
What you are asking for seems to be a vPC (virtual port channel, aka MLAG) between switch 1 and switch2. Thanks. On Mon, Aug 6, 2012 at 8:02 AM, Frido Roose wrote: > Hello, > > Is it possible to create an active-backup bond on top of a balance-slb > bond in openvswitch? > > This is the situatio

Re: [ovs-discuss] OVS bonding: HA + loadbalancing

2012-08-06 Thread Ethan Jackson
You may consider using LACP to solve this problem. You can create a single 4 port LACP bond, and plug it into two different switches. LACP will automatically choose one of those two switches to be active and forward to it until it dies. Ethan On Mon, Aug 6, 2012 at 8:02 AM, Frido Roose wrote:

[ovs-discuss] OVS bonding: HA + loadbalancing

2012-08-06 Thread Frido Roose
Hello, Is it possible to create an active-backup bond on top of a balance-slb bond in openvswitch? This is the situation: 1 bridge: br0 eth0 => physical switch1 eth1 => physical switch1 (same switch or stack) eth2 => physical switch2 eth3 => physical switch2 (same or stack) __