From 512860703e0f5479cc1fdbb2365a4d4a5ae1bdd0 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Fri, 7 Aug 2026 12:42:23 -0500 Subject: [PATCH] =?UTF-8?q?fix(switches):=20remove=20invalid=20LACP=20hash?= =?UTF-8?q?=20fix=20=E2=80=94=20layer-2-3-4=20not=20supported?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- netinfra/switches/core-sw01-lacp-hash-fix.cmds | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 netinfra/switches/core-sw01-lacp-hash-fix.cmds diff --git a/netinfra/switches/core-sw01-lacp-hash-fix.cmds b/netinfra/switches/core-sw01-lacp-hash-fix.cmds deleted file mode 100644 index e8743a6..0000000 --- a/netinfra/switches/core-sw01-lacp-hash-fix.cmds +++ /dev/null @@ -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