Hi,
I'm running Open vSwitch on some nodes and trying to get a LACP bond to
work.
But it's not working fully.
The partner state looks like this:
*partner state: activity timeout aggregation synchronized collecting
distributing*
I have other nodes where it is working and it looks like this:
*partner state: activity aggregation synchronized collecting distributing*
And the HW switch(Dell FTOS) the nodes are connected to are setup correctly
AFAIK.
Here is how my setup looks like:
I've cut the output a bit to reduce clutter.
```
$ sudo ovs-appctl bond/show
---- bond0 ----
bond_mode: balance-tcp
bond may use recirculation: yes, Recirc-ID : 1
bond-hash-basis: 0
updelay: 0 ms
downdelay: 0 ms
next rebalance: 9480 ms
lacp_status: negotiated
slave p1p1: enabled
may_enable: true
slave p1p2: enabled
active slave
may_enable: true
```
```
$ sudo ovs-appctl lacp/show
---- bond0 ----
status: active negotiated
aggregation key: 1
lacp_time: fast
slave: p1p1: current attached
port_id: 2
may_enable: true
actor port_id: 2
actor key: 1
actor state: activity timeout aggregation synchronized collecting
distributing
partner port_id: 132
partner key: 38
partner state: activity timeout aggregation synchronized collecting
distributing
slave: p1p2: current attached
port_id: 1
may_enable: true
actor port_id: 1
actor key: 1
actor state: activity timeout aggregation synchronized collecting
distributing
partner port_id: 196
partner key: 38
partner state: activity timeout aggregation synchronized collecting
distributing
```
FTOS config
```
lacp ungroup member-independent port-channel 38
!
interface TenGigabitEthernet 0/2
description vm09
no ip address
!
port-channel-protocol LACP
port-channel 38 mode active
no shutdown
!
interface TenGigabitEthernet 1/2
description vm09
no ip address
!
port-channel-protocol LACP
port-channel 38 mode active
no shutdown
!
interface Port-channel 38
description vm09
no ip address
portmode hybrid
switchport
no shutdown
!
```
Where do I go from here, how can I figure out what's wrong?
Any help is appreciated.
/Elias
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss