Files
loc_az_hci/infrastructure/network/cable-mapping.ps1
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

17 lines
835 B
PowerShell

# Physical Port Mapping and Cable Labeling
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "Cable Mapping and Port Mapping" -ForegroundColor Cyan
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "`nPhysical Port Mapping:" -ForegroundColor Yellow
Write-Host "WAN1-4 (i350-T4): Spectrum modems/ONTs" -ForegroundColor White
Write-Host "10GbE-1/2 (X550-T2): Reserved for future" -ForegroundColor White
Write-Host "LAN2.5-1: HPE ML110 Gen9" -ForegroundColor White
Write-Host "LAN2.5-2: Dell R630" -ForegroundColor White
Write-Host "LAN2.5-3/4: Key services" -ForegroundColor White
Write-Host "LAN1G-1..8: Remaining servers/appliances" -ForegroundColor White
Write-Host "`nSee config/hardware/cable-labels.yaml for detailed mapping." -ForegroundColor Yellow