What bond type are you using? Are both sides using the same type? What do you see when you run "ovs-appctl bond/show <port>" for bond ports?
--Justin > On Jan 13, 2016, at 7:03 AM, Herdoiza, David Alejandro > <[email protected]> wrote: > > Hi, > > I have the following topology: > > +---+ +-----------+ +------------+ +---+ > | | | +--------+ | | | > |h1 +-----+ Switch1 | | Switch2 +----+ h2| > | | | +--------+ | | | > +---+ +-----------+ +------------+ +---+ > > I have connected 2 ovs switches using a bond, the problem is that in the > second switch all ARP packets are being dropped for some reason, so the > second switch is not learning any MAC causing the ping between the hosts to > fail. > > I’ve been debugging the flows of the second switch without success: > > bash-4.3# ovs-ofctl dump-flows br0 > NXST_FLOW reply (xid=0x4): > cookie=0x0, duration=1386.031s, table=0, n_packets=431, n_bytes=27534, > idle_age=914, priority=0 actions=NORMAL > > bash-4.3# ovs-appctl dpif/dump-flows br0 > skb_priority(0),recirc_id(0),in_port(5),eth(src=86:72:a1:42:0e:7b,dst=ff:ff:ff:ff:ff:ff),eth_type(0x0806), > packets:2, bytes:120, used:0.645s, actions:drop > > I have to mention that I am using OpenVswitch 2.3.1 > > Thanks, > David > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
