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
+24
View File
@@ -0,0 +1,24 @@
! #369/#394: Convert cross-rack trunk ch1 from static (mode=on) to LACP
! Switch: pfv-r3-tor-stor (Dell PowerConnect 5324 / "Neyland 24T", rack 3)
! WHEN: Friday maintenance window — BOTH switches must change together
! RISK: Brief storage-net outage during transition (seconds)
!
! Current: g20-g23 in ch1, mode=on (static, no failure detection)
! Target: g20-g23 in ch1, LACP active
!
! Radlan CLI syntax (different from DNOS on core-sw01)
! Verify exact keywords on this switch first — 'show running-config'
! will show the current ch1 config to confirm syntax.
!
! IMPORTANT: Run this SIMULTANEOUSLY with core-sw01 change.
!
enable
configure
interface range ethernet g20-g23
no channel-group
channel-group 1 mode active
exit
exit
show interfaces status port-channel 1
show lacp port-channel 1
copy running-config startup-config