Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-08 09:04:46 -08:00
commit c39465c2bd
386 changed files with 50649 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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