Participants: two PVEs (6.1-8 ) and an old HP-2810-24G (J9021A)
I want to have both failover and double bandwidth on this two fresh installed PVEs .
But actually works only failover, the bandwidth is limited to 1Gbps.
I am sure I am missing something, this is why I am posting here.
pve1
pve2
HP-2810-24G
I want to have both failover and double bandwidth on this two fresh installed PVEs .
But actually works only failover, the bandwidth is limited to 1Gbps.
I am sure I am missing something, this is why I am posting here.
pve1
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno3 eno4
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr1
iface vmbr1 inet static
address 192.168.16.44/24
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno3 eno4
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr1
iface vmbr1 inet static
address 192.168.16.44/24
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
pve2
auto lo
iface lo inet loopback
iface enp5s0f0 inet manual
iface enp5s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp5s0f0 enp5s0f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 192.168.16.102/24
gateway 192.168.16.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
iface lo inet loopback
iface enp5s0f0 inet manual
iface enp5s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp5s0f0 enp5s0f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 192.168.16.102/24
gateway 192.168.16.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
node0-SW# sh running-config
Running configuration:
; J9021A Configuration Editor; Created on release #N.11.78
hostname "node0-SW"
time timezone 2
interface 5
name "LAN1-pve2"
lacp Active
exit
interface 6
name "LAN2-pve2"
lacp Active
exit
interface 10
disable
exit
interface 11
name "LAN3-PVE1"
lacp Active
exit
interface 13
name "LAN4-PVE1"
lacp Active
exit
interface 23
disable
exit
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-24
ip address dhcp-bootp
exit
vlan 16
name "16net"
tagged 2
exit
vlan 22
name "22guest"
tagged 2
exit
vlan 111
name "VLAN111"
tagged 1-3
exit
no stack
spanning-tree
spanning-tree priority 0
ip ssh
Running configuration:
; J9021A Configuration Editor; Created on release #N.11.78
hostname "node0-SW"
time timezone 2
interface 5
name "LAN1-pve2"
lacp Active
exit
interface 6
name "LAN2-pve2"
lacp Active
exit
interface 10
disable
exit
interface 11
name "LAN3-PVE1"
lacp Active
exit
interface 13
name "LAN4-PVE1"
lacp Active
exit
interface 23
disable
exit
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-24
ip address dhcp-bootp
exit
vlan 16
name "16net"
tagged 2
exit
vlan 22
name "22guest"
tagged 2
exit
vlan 111
name "VLAN111"
tagged 1-3
exit
no stack
spanning-tree
spanning-tree priority 0
ip ssh
LACP
PORT LACP TRUNK PORT LACP LACP
NUMB ENABLED GROUP STATUS PARTNER STATUS
---- ------- ------- ------- ------- -------
5 Active Dyn1 Up Yes Success
6 Active Dyn1 Up Yes Success
11 Active Dyn2 Up Yes Success
13 Active Dyn2 Up Yes Success
PORT LACP TRUNK PORT LACP LACP
NUMB ENABLED GROUP STATUS PARTNER STATUS
---- ------- ------- ------- ------- -------
5 Active Dyn1 Up Yes Success
6 Active Dyn1 Up Yes Success
11 Active Dyn2 Up Yes Success
13 Active Dyn2 Up Yes Success