feat(switches): add show-only audit cmds for 4 consoles [#732]
Fleet perf audit found only 2/6 consoles had repo cmds sets; these four were improvised show-only and used for the 2026-09-02 conman pulls. Report: https://community.turnsys.com/t/298/66 Ticket: https://projects.knownelement.com/issues/732
This commit is contained in:
@@ -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,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
|
||||
Reference in New Issue
Block a user