Dell PowerConnect 5448 currently uses layer-2-3 load balancing, which caps any single-client datanet flow at one link (~1Gbps) even though tsys5 has a 2-port LACP bond. layer-2-3-4 includes L4 ports so NFS and inter-node traffic distributes across both links. Non-disruptive change. Prepped for onsite console application. Related: [#369] 💘 Generated with Crush Assisted-by: Crush:glm-5.2
14 lines
579 B
Plaintext
14 lines
579 B
Plaintext
! ==================================================================
|
|
! core-sw01 (Dell PowerConnect 5448) - #369 LACP hash + trunk fix
|
|
! Run at console (onsite). Non-disruptive: redistributes flows, no drop.
|
|
! ==================================================================
|
|
enable
|
|
configure
|
|
! 1) Improve load distribution: include L4 ports so NFS multi-flow spreads
|
|
! across both LACP links (currently layer-2-3 caps single-client at 1Gbps)
|
|
port-channel load-balance layer-2-3-4
|
|
exit
|
|
show interfaces port-channel 1-3
|
|
show running-config | include load-balance
|
|
write memory
|