fix(switches): remove invalid LACP hash fix — layer-2-3-4 not supported
Dell PowerConnect 5448 only supports layer-2, layer-2-3, and layer-3 load balancing (verified via console help output). The layer-2-3-4 option does not exist on this hardware. Current layer-2-3 setting is already optimal. Removes the previously-prepped cmds file. [#369] 💘 Generated with Crush Assisted-by: Crush:glm-5.2
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
! ==================================================================
|
|
||||||
! 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
|
|
||||||
Reference in New Issue
Block a user