Team,
I have a Proxmox server with 2 network cards and bonding with lacp/802.3ad.
The syslog says there is no 802.3ad response:
However the log also says the bond0 port is up and forwarding (and is working as expected).
In addition the lacp status also says the link is up:
The interface settings:
The switch ports are configured with passive lacp since the lacp status says "lacp active: on"
Removing the miimon setting doesn't change this.
What am I overlooking?
With warm regards - Will
I have a Proxmox server with 2 network cards and bonding with lacp/802.3ad.
The syslog says there is no 802.3ad response:
Code:
Jan 15 17:38:30 the-neb systemd-networkd[698]: bond0: Gained carrier
Jan 15 17:38:30 the-neb systemd-timesyncd[941]: Network configuration changed, trying to establish connection.
Jan 15 17:38:30 the-neb systemd-networkd[698]: vmbr0: Gained carrier
Jan 15 17:38:30 the-neb systemd-timesyncd[941]: Network configuration changed, trying to establish connection.
Jan 15 17:38:30 the-neb kernel: [ 98.699509] bond0: (slave enp10s0): link status definitely up, 1000 Mbps full duplex
Jan 15 17:38:30 the-neb kernel: [ 98.699514] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
Jan 15 17:38:30 the-neb kernel: [ 98.699720] bond0: (slave enp5s0f0): link status definitely up, 1000 Mbps full duplex
Jan 15 17:38:30 the-neb kernel: [ 98.699722] bond0: active interface up!
Jan 15 17:38:30 the-neb kernel: [ 98.699733] vmbr0: port 1(bond0) entered blocking state
Jan 15 17:38:30 the-neb kernel: [ 98.699737] vmbr0: port 1(bond0) entered forwarding state
However the log also says the bond0 port is up and forwarding (and is working as expected).
In addition the lacp status also says the link is up:
Code:
cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v6.8.12-5-pve
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 0
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: c8:7f:54:70:03:a3
Active Aggregator Info:
Aggregator ID: 2
Number of ports: 1
Actor Key: 9
Partner Key: 1102
Partner Mac Address: c0:c9:e3:0e:7b:bf
The interface settings:
Code:
auto enp10s0
iface enp10s0 inet manual
bond-primary enp10s0
bond-master bond0
auto enp5s0f0
iface enp5s0f0 inet manual
bond-master bond0
iface enp5s0f1 inet manual
iface enp6s0f0 inet manual
iface enp6s0f1 inet manual
iface enp11s0f0 inet manual
iface enp11s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp10s0 enp5s0f0
bond-mode 4
bond-miimon 0
# Mode 4 - 802.3ad LACP loadbalancing
# Mode 5 - adaptive loadbalancing
# Mode 6 - geeft performance problemen.
auto vmbr0
iface vmbr0 inet static
address 192.168.139.252/24
gateway 192.168.139.241
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-400
dns-domain tech.lan
# Main interface
The switch ports are configured with passive lacp since the lacp status says "lacp active: on"
Removing the miimon setting doesn't change this.
What am I overlooking?
With warm regards - Will
Last edited: