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

Listing VLANs with show vlan brief

When you want to see which VLANs exist and which ports belong to each, use show vlan brief. It lists the configured VLANs together with their assigned ports.

The syntax is show vlan brief, in privileged EXEC mode.

Running show vlan brief displays VLAN numbers, names, status, and member ports in a table — the whole VLAN layout at a glance.

A common stumble is not realizing that trunk ports don't appear in the show vlan brief listing, and wrongly concluding a port "isn't assigned to any VLAN."

In real work, it is the standard check after VLAN configuration work, and for catching ports that ended up in the wrong VLAN.

Networking
Try it (type this into the pseudo terminal)
show vlan brief

🧑‍💻 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)