Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
835 B
PowerShell
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
|
|
|