Hi,
I have 2 switches trunked with LACP, both HP 2848 (J4904A).
Connection between the Switches is a LACP Trunk of 4 Ports.
Running Configuration Switch 1:
trk 41-44 TRK10 LACP
vlan 100
name "INTERNAL"
untagged 33-37,40,Trk1-Trk4,Trk11
ip address 172.16.96.10 255.255.224.0
tagged 1-4,Trk10
exit
vlan 230
name "CLUSTER"
untagged 25-31
tagged Trk10
exit
vlan 240
name "ISCSI-UNUSED"
tagged Trk10
exit
vlan 250
name "ISCSI1"
tagged 1-4,Trk10
jumbo
exit
vlan 260
name "MIGR"
tagged Trk10
exit
vlan 270
name "ISCSI2"
tagged 1-4,Trk10
jumbo
exit
spanning-tree Trk10 priority 4
Running Configuration Switch 2:
trunk 41-44 Trk10 LACP
vlan 230
name "CLUSTER"
tagged Trk10
exit
vlan 260
name "MIGR"
untagged 9-12
tagged Trk10
exit
vlan 240
name "ISCSI-UNUSED"
untagged 29-34
tagged Trk10
exit
vlan 250
name "ISCSI1"
untagged 17-22
tagged 1-4,Trk10
jumbo
exit
vlan 270
name "ISCSI2"
untagged 23-28
tagged 1-4,Trk10
jumbo
exit
vlan 100
name "INTERNAL"
untagged 13-14,39-40
ip address 172.16.96.11 255.255.224.0
tagged 1-4,Trk10
The trunk works but there is no load balancing, only 1 Port is used (about 30-40% average load and the other Ports transmit about 100000 Packages a day.
I thought that there is some round-robin like load balancing mechanism that should ditribute the traffic.
Am I missing something or is the configuration wrong somehow?
Best regards
Markus