chore: initial import from KNEL/PFVCluster@041d311 [#769]

Split per O&M lane work order. Full history: KNEL/PFVCluster.
https://projects.knownelement.com/issues/769#note-4152
This commit is contained in:
2026-09-03 21:30:32 -05:00
commit 33827de0dc
236 changed files with 9587 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
! #369/#394: Convert cross-rack trunk ch1 from static (mode=on) to LACP
! Switch: core-sw01 (Dell PowerConnect 5448, rack 5)
! WHEN: Friday maintenance window — BOTH switches must change together
! RISK: Brief storage-net outage during transition (seconds)
!
! Current: g13-g16 in ch1, mode=on (static, no failure detection)
! Target: g13-g16 in ch1, mode=auto (LACP active partner negotiation)
!
! NOTE: core-sw01 hash stays layer-2-3 (hardware limit — best available)
! tor3-stor hash stays layer-2-3-4 (already set)
!
! IMPORTANT: Run this SIMULTANEOUSLY with tor3-stor change.
! If one side is LACP and other is static, trunk goes down until
! both sides match. Plan for ~30s storage-net outage.
!
enable
configure
interface range ethernet g13-g16
no channel-group
channel-group 1 mode auto
exit
exit
show interfaces status port-channel 1
show lacp port-channel 1
copy running-config startup-config