A network administrator configures an IEEE 802.1Q trunk interface on a switch and executes the command `switchport trunk native vlan 20`. How does the switch handle outgoing frames belonging to VLAN 20 on this trunk interface?
- It transmits the frames onto the link without adding an 802.1Q VLAN tag.Cevap
- BIt encapsulates the frames with an 802.1Q header containing VLAN ID 20.
- CIt drops the frames because native VLAN traffic cannot travel across a trunk link.
- DIt routes the frames directly to VLAN 1 without requiring a Layer 3 device.
Cevap
It transmits the frames onto the link without adding an 802.1Q VLAN tag.
On an IEEE 802.1Q trunk port, traffic belonging to the designated native VLAN is transmitted across the link without an added 802.1Q header tag. Because VLAN 20 is configured as the native VLAN, outgoing frames for VLAN 20 are sent untagged.
Adım Adım Çözüm
Anahtar Kavram
802.1Q Native VLAN Tagging Behavior