An engineer executes the command `show interfaces gigabitethernet 0/1 switchport` on a Cisco Catalyst switch and receives the following output:
text
Name: Gi0/1
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 10 (VLAN0010)
Administrative Native VLAN tagging: enabled
Trunking VLANs Enabled: 10, 20, 30
How will the switch handle an outgoing frame belonging to VLAN 10 as it egresses interface GigabitEthernet0/1?
- The frame will be transmitted with an explicit 802.1Q VLAN tag containing VLAN ID 10 because global native VLAN tagging is enabled.Cevap
- BThe frame will be transmitted untagged because VLAN 10 is designated as the trunk interface native VLAN.
- CThe frame will be dropped at the interface because PortFast is enabled on trunk interfaces by default.
- DThe frame will be encapsulated with a 26-byte ISL header because dynamic encapsulation negotiation is active.
Cevap
The switch will transmit the frame with an explicit 802.1Q tag for VLAN 10 because global native VLAN tagging is active on the switch.
Standard IEEE 802.1Q trunking sends frames belonging to the native VLAN without a VLAN tag. However, when native VLAN tagging is enabled globally (`vlan dot1q tag native`), the switch appends an 802.1Q tag header (VLAN ID 10) to all outgoing native VLAN frames across 802.1Q trunks.
Adım Adım Çözüm
Anahtar Kavram
802.1Q Native VLAN Tagging Behavior