Trunk Native VLAN

  • If you’re here, it’s because you want to understand what the Native VLAN is and how to configure it.

    Good news: if you already know what a trunk port is, you’re halfway there!

    Diagram showing trunk native VLAN between SW1 and SW2 with VLAN 1 and VLAN 2 traffic on a trunk link using 802.1Q tagging

    Figure 1 – VLAN Frames over a Trunk Link

    Remember, a trunk port allows multiple VLAN frames to be transported at the same time using 802.1Q tags.

    As you can see in the diagram above, frames belonging to VLANs 1 and 2 are transmitted over a trunk link with their 802.1Q tags to their respective destinations.

    But… what happens if an untagged frame arrives on a trunk port?

    Let’s look at this example:

    Switch receives an untagged frame on its trunk port from a PC

    Figure 2 – Untagged Frame on a Trunk Port

    A PC is mistakenly connected to a trunk port and start to send untagged frames.

    How does the switch react? It can’t just ignore them. The switch will put the untagged framed in the Native VLAN.

    Switch SW1 placing an untagged Ethernet frame into the native VLAN on a trunk link

    Figure 3 – Native VLAN Behavior

    That’s exactly the role of the Native VLAN!

    A Native VLAN allows untagged frames arriving on a trunk port to be placed into a specific VLAN: the native VLAN.

    Answer the question below