Hi! I have some troubles setting up bond on BCM57504 via S5224F-ON.
Network configuration:
Bond seems to be established correctly:
But only one port is used:
It might be a switch setup done wrong. But that's my colleague's task.
Any help on setting up the switch or PVE to solve this is appreciated. Thank you very much.
Network configuration:
Code:
auto lo
iface lo inet loopback
auto enp129s0f0np0
iface enp129s0f0np0 inet manual
auto enp129s0f1np1
iface enp129s0f1np1 inet manual
auto enp129s0f2np2
iface enp129s0f2np2 inet manual
auto enp129s0f3np3
iface enp129s0f3np3 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp129s0f0np0 enp129s0f1np1 enp129s0f2np2 enp129s0f3np3
bond-miimon 100
bond-mode 802.3ad
auto vmbr410
iface vmbr410 inet static
address 10.1.0.211/16
bridge-ports bond0.410
bridge-stp off
bridge-fd 0
#10.1.0.0/16
Bond seems to be established correctly:
Code:
júl 20 13:19:00 sm1 kernel: bnxt_en 0000:81:00.0 enp129s0f0np0: NIC Link is Up, 25000 Mbps full duplex, Flow control: none
júl 20 13:19:00 sm1 kernel: bnxt_en 0000:81:00.0 enp129s0f0np0: FEC autoneg off encoding: None
júl 20 13:19:00 sm1 kernel: bond0: (slave enp129s0f0np0): Enslaving as a backup interface with an up link
júl 20 13:19:00 sm1 kernel: bnxt_en 0000:81:00.1 enp129s0f1np1: NIC Link is Up, 25000 Mbps full duplex, Flow control: none
júl 20 13:19:00 sm1 kernel: bnxt_en 0000:81:00.1 enp129s0f1np1: FEC autoneg off encoding: None
júl 20 13:19:00 sm1 kernel: bond0: (slave enp129s0f1np1): Enslaving as a backup interface with an up link
júl 20 13:19:00 sm1 kernel: bnxt_en 0000:81:00.2 enp129s0f2np2: NIC Link is Up, 25000 Mbps full duplex, Flow control: none
júl 20 13:19:00 sm1 kernel: bnxt_en 0000:81:00.2 enp129s0f2np2: FEC autoneg off encoding: None
júl 20 13:19:00 sm1 kernel: bond0: (slave enp129s0f2np2): Enslaving as a backup interface with an up link
júl 20 13:19:00 sm1 kernel: bnxt_en 0000:81:00.3 enp129s0f3np3: NIC Link is Up, 25000 Mbps full duplex, Flow control: none
júl 20 13:19:00 sm1 kernel: bnxt_en 0000:81:00.3 enp129s0f3np3: FEC autoneg off encoding: None
júl 20 13:19:00 sm1 kernel: bond0: (slave enp129s0f3np3): Enslaving as a backup interface with an up link
júl 20 13:19:00 sm1 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
But only one port is used:
Code:
[sm1@08:36 ~]✝ iperf3 -s -p 9999
-----------------------------------------------------------
Server listening on 9999 (test #1)
-----------------------------------------------------------
Accepted connection from 10.1.0.212, port 53622
[ 5] local 10.1.0.211 port 9999 connected to 10.1.0.212 port 53632
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 2.73 GBytes 23.4 Gbits/sec
[ 5] 1.00-2.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 2.00-3.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 3.00-4.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 4.00-5.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 5.00-6.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 6.00-7.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 7.00-8.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 8.00-9.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 9.00-10.00 sec 2.73 GBytes 23.5 Gbits/sec
[ 5] 10.00-10.00 sec 636 KBytes 22.7 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate
[ 5] 0.00-10.00 sec 27.3 GBytes 23.5 Gbits/sec receiver
-----------------------------------------------------------
Server listening on 9999 (test #2)
-----------------------------------------------------------
^Ciperf3: interrupt - the server has terminated
[sm1@08:39 ~]✝
Any help on setting up the switch or PVE to solve this is appreciated. Thank you very much.