Re: [ovs-discuss] problem with LACP Failover

2012-08-04 Thread Pacôme MASSOL
Hello, thanks for your advices but i'm still stuck. At the beginning, everything is OK : $ sudo ovs-dpctl dump-flows sw0 in_port(3),eth(src=08:00:27:9b:24:12,dst=08:00:27:77:b1:55),eth_type(0x0800),ipv4(src=10.0.0.1,dst=10.0.0.2,proto=1,tos=0,ttl=128,frag=no),icmp(type=0,code=0), packets:119,

Re: [ovs-discuss] problem with LACP Failover

2012-07-30 Thread Ethan Jackson
Well, based on the output you've given, the bond looks healthy. You'll have to figure out where precisely the packets are getting dropped. Typically I do this by using ovs-dpctl dump-flows to figure out what the datapath is a given packet. If you're still stuck, you may want to check out the ovs-

Re: [ovs-discuss] problem with LACP Failover

2012-07-27 Thread Pacôme MASSOL
Le 26/07/2012 23:21, Ethan Jackson a écrit : Please keep replies on the list. Ooops sorry ! Thank you for your help. What I tried since your last message : This my startup configuration (VMs halted) : - killall ovsdb-server killall ovs-vswitchd for tap in `seq 0 3`; do ip tuntap del m

Re: [ovs-discuss] problem with LACP Failover

2012-07-26 Thread Ethan Jackson
Do I understand correctly that you're creating a lacp bond within a hypervisor going from a guest to DOM0? That's a bit strange . . . > - play with ovs-appctl bond/set-active-slave and change active slave set-active-slave shouldn't affect LACP bonds. If you want to trigger a failover you will n

[ovs-discuss] problem with LACP Failover

2012-07-26 Thread Pacôme MASSOL
Hello, I'm a perfect newbie with Openvswtich, read the reference manual and try to configure LACP Failover with 2 VMs under VirtualBox : Host : Fedora 17 (kernel 3.4.6-2) + Openvswitch 1.4.0 Guests : Windows 2008R2 with 2 NICs Intel Pro 1000 MT and Linux Debian 6 with 1 NIC Intel Pro 1000 MT