A network engineer is auditing switchport trunk configurations and frame tagging operations across enterprise switches. Match each IEEE 802.1Q trunking configuration scenario or operational event on the left with its corresponding frame behavior or interface outcome on the right.
- Native VLAN mismatch across a link (Switch A configured with native VLAN 99, Switch B configured with native VLAN 1)Triggers CDP/PVST+ syslog error warnings and can result in improper cross-VLAN traffic leakage or STP port blocking
- Ingress untagged Ethernet frame received on an 802.1Q trunk interface configured with native VLAN 20Assigned internally to VLAN 20 without prepending a 4-byte 802.1Q tag header
- Execution of 'switchport trunk allowed vlan remove 50' on an active 802.1Q trunk interfacePrunes VLAN 50 frame traffic from traversing the trunk interface in both ingress and egress directions
- Egress transmission of a frame assigned to VLAN 10 across an 802.1Q trunk link where native VLAN is set to 20Encapsulated with a 4-byte 802.1Q tag header containing Tag Protocol Identifier 0x8100 and VLAN ID 10
Answer
Each 802.1Q trunking scenario correctly pairs with its respective protocol error behavior, frame tagging rule, or allowed list pruning action as outlined in the solution steps.
Matching each event to its technical description demonstrates core 802.1Q trunking principles: Native VLAN mismatches lead to protocol inconsistencies and improper VLAN leakage; untagged ingress frames map directly to the configured native VLAN without header addition; removing a VLAN from the trunk allowed list prunes traffic for that VLAN in both directions; and non-native egress frames are encapsulated with 4-byte 802.1Q headers containing TPID 0x8100 and the corresponding VLAN ID.
Step-by-Step Solution
Key Concept
802.1Q Trunk Tagging, Native VLAN Processing, and Allowed List Pruning