Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
32 lines
783 B
YAML
32 lines
783 B
YAML
# Cable Labeling Scheme Documentation
|
|
|
|
cable_labeling:
|
|
format: "<SOURCE>-<DEST>-<TYPE>-<NUMBER>"
|
|
|
|
examples:
|
|
- label: "ROUTER-WAN1-SPECTRUM-01"
|
|
source: "Router Server"
|
|
destination: "Spectrum Modem #1"
|
|
type: "Cat6 Ethernet"
|
|
port: "i350-T4 WAN1"
|
|
|
|
- label: "ROUTER-ML110-2.5G-01"
|
|
source: "Router Server"
|
|
destination: "HPE ML110 Gen9"
|
|
type: "Cat6 Ethernet"
|
|
port: "i225 Quad-Port LAN2.5-1"
|
|
|
|
- label: "ROUTER-SHELF01-SAS-01"
|
|
source: "Router Server LSI HBA #1"
|
|
destination: "Storage Shelf #1"
|
|
type: "SFF-8644 Mini-SAS HD"
|
|
port: "Port-1"
|
|
|
|
labeling_guidelines:
|
|
- Use consistent format
|
|
- Label both ends of cable
|
|
- Include port numbers
|
|
- Use durable labels
|
|
- Document in this file
|
|
|