Ad space (banner)
📡Networking Lessons
Lesson 15 / 39

Naming a VLAN with name

When "VLAN 10" alone doesn't tell you what the VLAN is for, use name. It is used in VLAN configuration mode and gives the VLAN a human-friendly name.

The syntax is name vlan-name, inside VLAN configuration mode. A name on top of the number makes everything more readable later.

Running name Sales names the VLAN "Sales," and show vlan brief then shows the name alongside the number.

A common stumble is running on numbers alone until, months later, nobody remembers what VLAN 10 was actually for.

In real work, department or system names (Sales, Guest-WiFi, Servers) are the usual VLAN names, and they directly improve day-to-day operations.

Networking
Try it (type this into the pseudo terminal)
name Sales

🧑‍💻 You can type this command into the Networking pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)