feat(switches): add core-sw01 LACP hash fix commands for onsite application

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
This commit is contained in:
2026-08-07 11:59:55 -05:00
parent 776afc212d
commit 25a71c0265
@@ -0,0 +1,13 @@
! ==================================================================
! 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