Im a little bit confused how to verify that my LACP is really running.
I get following warning: bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
with Cat i get the following (mac adresses blurred out) for safty):
root@node1:~# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v6.8.12-4-pve
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2+3 (2)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Peer Notification Delay (ms): 0
802.3ad info
LACP active: on
LACP rate: slow
Min links: 0
Aggregator selection policy (ad_select): stable
System priority: 65535
System MAC address:
Active Aggregator Info:
Aggregator ID: 1
Number of ports: 2
Actor Key: 23
Partner Key: 32768
Partner Mac Address:
Slave Interface: enp9s0
MII Status: up
Speed: 40000 Mbps
Duplex: full
Link Failure Count: 1
Permanent HW addr:
Slave queue ID: 0
Aggregator ID: 1
Actor Churn State: none
Partner Churn State: none
Actor Churned Count: 0
Partner Churned Count: 0
details actor lacp pdu:
system priority: 65535
system mac address:
port key: 23
port priority: 255
port number: 1
port state: 61
details partner lacp pdu:
system priority: 32768
system mac address:
oper key: 32768
port priority: 32768
port number: 269
port state: 61
Slave Interface: enp9s0d1
MII Status: up
Speed: 40000 Mbps
Duplex: full
Link Failure Count: 1
Permanent HW addr:
Slave queue ID: 0
Aggregator ID: 1
Actor Churn State: none
Partner Churn State: none
Actor Churned Count: 0
Partner Churned Count: 0
details actor lacp pdu:
system priority: 65535
system mac address:
port key: 23
port priority: 255
port number: 2
port state: 61
details partner lacp pdu:
system priority: 32768
system mac address:
oper key: 32768
port priority: 32768
port number: 265
port state: 61
So here everything looks good but with dmesg |grep bond, i get some errors:
[ 579.680735] bond0: (slave enp9s0): Enslaving as a backup interface with an up link
[ 579.701800] bond0: (slave enp9s0d1): Enslaving as a backup interface with an up link
[ 579.811790] bond0: (slave enp9s0): speed changed to 0 on port 1
[ 579.812271] bond0: (slave enp9s0d1): speed changed to 0 on port 2
[ 579.814008] bond0: (slave enp9s0): link status definitely down, disabling slave
[ 579.814025] bond0: (slave enp9s0d1): link status definitely down, disabling slave
[ 581.690879] bond0: (slave enp9s0): link status definitely up, 40000 Mbps full duplex
[ 581.690888] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 581.691105] bond0: (slave enp9s0d1): link status definitely up, 40000 Mbps full duplex
[ 581.691110] bond0: active interface up!
Also i tested a little bit with iperf3. I get a little bit overf 42 gbit when i connect from several nodes but i never get any close to 80gbit. Any ideas?
I get following warning: bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
with Cat i get the following (mac adresses blurred out) for safty):
root@node1:~# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v6.8.12-4-pve
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2+3 (2)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Peer Notification Delay (ms): 0
802.3ad info
LACP active: on
LACP rate: slow
Min links: 0
Aggregator selection policy (ad_select): stable
System priority: 65535
System MAC address:
Active Aggregator Info:
Aggregator ID: 1
Number of ports: 2
Actor Key: 23
Partner Key: 32768
Partner Mac Address:
Slave Interface: enp9s0
MII Status: up
Speed: 40000 Mbps
Duplex: full
Link Failure Count: 1
Permanent HW addr:
Slave queue ID: 0
Aggregator ID: 1
Actor Churn State: none
Partner Churn State: none
Actor Churned Count: 0
Partner Churned Count: 0
details actor lacp pdu:
system priority: 65535
system mac address:
port key: 23
port priority: 255
port number: 1
port state: 61
details partner lacp pdu:
system priority: 32768
system mac address:
oper key: 32768
port priority: 32768
port number: 269
port state: 61
Slave Interface: enp9s0d1
MII Status: up
Speed: 40000 Mbps
Duplex: full
Link Failure Count: 1
Permanent HW addr:
Slave queue ID: 0
Aggregator ID: 1
Actor Churn State: none
Partner Churn State: none
Actor Churned Count: 0
Partner Churned Count: 0
details actor lacp pdu:
system priority: 65535
system mac address:
port key: 23
port priority: 255
port number: 2
port state: 61
details partner lacp pdu:
system priority: 32768
system mac address:
oper key: 32768
port priority: 32768
port number: 265
port state: 61
So here everything looks good but with dmesg |grep bond, i get some errors:
[ 579.680735] bond0: (slave enp9s0): Enslaving as a backup interface with an up link
[ 579.701800] bond0: (slave enp9s0d1): Enslaving as a backup interface with an up link
[ 579.811790] bond0: (slave enp9s0): speed changed to 0 on port 1
[ 579.812271] bond0: (slave enp9s0d1): speed changed to 0 on port 2
[ 579.814008] bond0: (slave enp9s0): link status definitely down, disabling slave
[ 579.814025] bond0: (slave enp9s0d1): link status definitely down, disabling slave
[ 581.690879] bond0: (slave enp9s0): link status definitely up, 40000 Mbps full duplex
[ 581.690888] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 581.691105] bond0: (slave enp9s0d1): link status definitely up, 40000 Mbps full duplex
[ 581.691110] bond0: active interface up!
Also i tested a little bit with iperf3. I get a little bit overf 42 gbit when i connect from several nodes but i never get any close to 80gbit. Any ideas?
Last edited: