diff --git a/netinfra/switches/core-sw01-lacp-hash-fix.cmds b/netinfra/switches/core-sw01-lacp-hash-fix.cmds new file mode 100644 index 0000000..e8743a6 --- /dev/null +++ b/netinfra/switches/core-sw01-lacp-hash-fix.cmds @@ -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