Device Naming Conventions
Use a consistent <site>-<function>-<number> pattern for all network devices.
A consistent device naming convention is the cheapest reliability improvement in network documentation. The standard pattern is <site>-<role>-<number>: nyc-core-sw-01, lon-dist-sw-a, fw-ha-01.
The convention encodes location, function, and identity in the hostname itself, so a name alone tells you where a device lives and what it does - and the Rack Elevation, device inventory, and change log all stay aligned with no extra effort.
| Example | Pattern | Notes |
|---|---|---|
| core-sw-01 | <site>-<role>-<nn> | 2-digit zero-padded |
| nyc-fw-ha-01 | <site>-<role>-<detail>-<nn> | Include HA or cluster info |
| dc1-dist-sw-a | <site>-<tier>-<role>-<id> | Use letters for stack members |
| lon-srv-web-03 | <site>-<type>-<function>-<nn> | Type prefixes: srv, net, sto |
Read More
Guides that go deeper on the same topic.


More Reference
Explore the other reference in the toolkit.