Skip to content

Structured Cabling Label Generator

Generate sequential structured cabling labels from a naming pattern for patch panels, racks and ports.

Pattern

{n} is the sequence number, {r} is the rack identifier.

24 labels

Paste straight into a label printer, or into a spreadsheet column. Capped at 1000 labels per run.

Why labelling schemes matter

Cable labelling is the cheapest thing you can do during installation and the most expensive thing to retrofit. An unlabelled patch field is traced by hand, cable by cable, usually during an outage, usually by someone who did not install it.

ANSI/TIA-606 is the standard that governs administration of telecommunications infrastructure. You do not have to follow it to the letter, but you do have to follow something, consistently, and write it down.

What makes a good label

  • Unique. Every identifier appears exactly once in the facility. Duplicates are worse than no label, because they are trusted.
  • Hierarchical. Read left to right from largest to smallest: building, room, rack, panel, port. This sorts correctly and reads naturally.
  • Fixed length. Zero-pad the numbers. Without padding, a sort puts port 10 immediately after port 1, and finding port 2 in a list becomes an exercise in irritation.
  • Both ends. Label each end with its own identity and, ideally, its far-end destination. A label that only says where a cable starts halves its usefulness.
  • Unambiguous characters. Avoid using both O and 0, or I and 1, in the same scheme. Someone will misread them at 3 a.m.

A workable scheme

A common structure that satisfies TIA-606 in spirit:

[Room]-[Rack]-[Panel]-[Port]

For example, DC1-A12-PP01-024 is room DC1, rack A12, patch panel 1, port 24. It is verbose, and that is the point — it is unambiguous when read aloud over a phone to someone in another building.

ElementExampleNote
Room / suiteDC1Omit if you only have one
RackA12Grid position: row letter, column number
Panel / devicePP01, SW01Numbered top to bottom within the rack
Port024Zero-padded to the panel's port count

Practical notes on printing

  • Use self-laminating wrap labels for cables. A printed adhesive label without a laminate flag lifts within a year, especially in warm air.
  • Do not use handwritten labels on anything permanent. They fade, and handwriting is not searchable when someone photographs the rack.
  • Label the panel as well as the port. A port number alone is meaningless once a cable is unplugged and lying on the floor.
  • Keep the scheme in documentation, not only on the cables. The labels tell you what something is; the documentation tells you what the labels mean.

Using this generator

Set a pattern using {n} for the sequence number and {r}for the rack, choose the start value and count, and copy the result straight into a label printer's import dialogue or a spreadsheet column. Padding controls the zero-fill width, so a 48-port panel should use two digits and anything larger should use three.

Everything runs in your browser — nothing is uploaded, and no identifiers from your facility leave the machine.