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:
@@ -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
|
||||
@@ -0,0 +1,13 @@
|
||||
! pfv-r2-tor-01 — show-only audit command set (added 2026-09-02, #732)
|
||||
! Model UNKNOWN — Dell Radlan/DNOS syntax guessed (per other TORs in fleet).
|
||||
! Invalid commands on the actual CLI are harmless; transcript will show errors.
|
||||
enable
|
||||
show version
|
||||
show system
|
||||
show running-config
|
||||
show interfaces configuration
|
||||
show interfaces description
|
||||
show interfaces status
|
||||
show vlan
|
||||
show port-channel
|
||||
show lacp port-channel
|
||||
@@ -0,0 +1,14 @@
|
||||
! pfv-r3-tor-mgmt-01 — show-only audit command set (added 2026-09-02, #732)
|
||||
! Model per AGENTS.md: Dell PowerConnect 5324 (Radlan CLI), rack 3 mgmt TOR
|
||||
! Modeled on netinfra/switches/pfv-r3-tor-stor-01.cmds (same platform)
|
||||
enable
|
||||
show system
|
||||
show inventory
|
||||
show interfaces configuration
|
||||
show interfaces description
|
||||
show interfaces status
|
||||
show port-channel
|
||||
show lag
|
||||
show vlan database
|
||||
show vlan
|
||||
show running-config
|
||||
@@ -0,0 +1,5 @@
|
||||
! pfv-r3-tor-stor-01 — MAC table + port details (Dell PowerConnect 5324 commands)
|
||||
enable
|
||||
show bridge addressing-table address
|
||||
show interfaces description
|
||||
show interfaces status
|
||||
@@ -0,0 +1,12 @@
|
||||
! pfv-r3-tor-stor-01 — Neyland 24T (Radlan-based, rack 3 storage TOR)
|
||||
! Radlan CLI uses different keywords than DNOS
|
||||
enable
|
||||
show system
|
||||
show inventory
|
||||
show interfaces configuration
|
||||
show interfaces description
|
||||
show port-channel
|
||||
show lag
|
||||
show vlan database
|
||||
show vlan
|
||||
show running-config
|
||||
@@ -0,0 +1,7 @@
|
||||
! pfv-r5-core-01 — MAC address table + LLDP neighbors
|
||||
terminal datadump
|
||||
enable
|
||||
show mac-address-table
|
||||
show lldp info
|
||||
show lldp neighbors
|
||||
show interfaces status port-channel
|
||||
@@ -0,0 +1,7 @@
|
||||
! pfv-r5-core-01 — Dell PowerConnect 5448 (core switch, rack 5)
|
||||
! Need running-config to diagnose ch1 port mismatch (g16 up but not in LAG, g17 down)
|
||||
terminal datadump
|
||||
enable
|
||||
show running-config
|
||||
show interfaces configuration
|
||||
show interfaces description
|
||||
@@ -0,0 +1,13 @@
|
||||
! pfv-r6-mgmt-01 — show-only audit command set (added 2026-09-02, #732)
|
||||
! Model UNKNOWN — Dell Radlan/DNOS syntax guessed (per other TORs in fleet).
|
||||
! Invalid commands on the actual CLI are harmless; transcript will show errors.
|
||||
enable
|
||||
show version
|
||||
show system
|
||||
show running-config
|
||||
show interfaces configuration
|
||||
show interfaces description
|
||||
show interfaces status
|
||||
show vlan
|
||||
show port-channel
|
||||
show lacp port-channel
|
||||
@@ -0,0 +1,11 @@
|
||||
! pfv-rrinfra-rtr — show-only audit command set (added 2026-09-02, #732)
|
||||
! Cisco router (IOS-style CLI). Unprivileged shows first so partial output
|
||||
! survives an enable-password abort; script never sends credentials.
|
||||
terminal length 0
|
||||
show version
|
||||
show ip interface brief
|
||||
enable
|
||||
show running-config
|
||||
show interfaces
|
||||
show vlan brief
|
||||
show cdp neighbors
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user