Native VLANs and untagged frames

Frames that are placed on a trunk include a VLAN tag. Switches know to which VLAN to forward a frame that is received on a trunk interface by this tag. If however for some reason, there is no tag on a frame that is received, the switch must know what to do with it. The Native VLAN configuration essentially tells the switch on which VLAN any untagged frames should be placed.

Now if you have connected two switches with a trunk, it is highly unlikely that any frame will arrive without a tag. (If it does, then there is a problem with some configuration). However, if you have a hub between two switches connected with a trunk and you have a PC connected to that hub, then you will definitely receive untagged frames on the trunk ports. Take a look at the following diagram:

switches-end-devices-vlans-trunks.excalidraw

In the above diagram, VLAN 1 is set as the native VLAN for all trunks in the topology. Any frames sent by the PC will hit the trunk ports on SW1 and SW2 untagged. The switches must know what to do with them. This is why the native VLAN must be configured, otherwise these frames will be dropped. In the above topology, you can see that such frames would be forwarded on VLAN 1 (which is the native VLAN), thus PC2 and PC3 will be able to receive this frame.

Such a topology is a very bad idea. You should never create such a network. The capability of switches to deal with untagged frames however must be applied and configured in order for trunks to function correctly from end to end.

The native VLAN is also used for some control plane functions. For further information on this, take a look at VLAN control frames.

Also take a look at VLANs - when a tagged frame arrives on an access port.

Links:

https://forum.networklessons.com/t/802-1q-native-vlan-on-cisco-ios-switch/1082/48?u=lagapides

https://networklessons.com/switching/802-1q-native-vlan-cisco-ios-switch