A Cisco Catalyst switch receives an untagged Ethernet frame on an interface configured as an 802.1Q trunk port. Place the operational steps performed by the switch in the correct order from ingress frame arrival to egress transmission.
- 1The switch receives an untagged Ethernet frame on a physical interface operating in 802.1Q trunk mode.
- 2The switch internally tags/associates the incoming frame with the native VLAN configured on the ingress trunk port.
- 3The switch evaluates the ingress port's allowed VLAN list to verify that the native VLAN is permitted to cross the interface.
- 4The switch performs a Layer 2 MAC address table lookup within the context of the assigned native VLAN to determine the egress destination port.
- 5The switch transmits the frame out an egress trunk port without an 802.1Q header because the frame belongs to that egress port's native VLAN.
Answer
The correct sequence is: (1) Frame reception on 802.1Q trunk, (2) Internal classification into ingress native VLAN, (3) Ingress trunk allowed VLAN list verification, (4) MAC address table lookup within native VLAN context, and (5) Egress transmission untagged on matching native VLAN trunk.
When an untagged frame is received on an 802.1Q trunk port, the switch first accepts the frame and assigns it internally to the interface's native VLAN. It then validates whether that native VLAN is permitted according to the trunk's allowed VLAN configuration. Next, it performs a Layer 2 MAC table lookup restricted to that native VLAN's broadcast domain to select the egress port. Finally, when transmitting out another trunk port configured with the same native VLAN, the switch leaves the frame untagged according to 802.1Q specification.
Step-by-Step Solution
Key Concept
IEEE 802.1Q Native VLAN Ingress Classification, Filtering, and Egress Tagging Lifecycle
Estimated Time:2m 0s