A network administrator executes the global configuration command `vlan dot1q tag native` on a Cisco Catalyst switch. Interface GigabitEthernet1/0/1 on the switch is explicitly configured with `switchport mode trunk` and `switchport trunk native vlan 50`. Which TWO operational behaviors occur on this trunk interface as a result of this configuration? (Select TWO.)
- Egress frames originating from VLAN 50 exiting interface GigabitEthernet1/0/1 are encapsulated with an 802.1Q header specifying VLAN ID 50.Answer
- Ingress untagged Ethernet frames received on interface GigabitEthernet1/0/1 are dropped by the switch interface.Answer
- CFrames belonging to VLAN 50 continue to be transmitted untagged while all other allowed VLANs are dropped until CDP renegotiates the native VLAN ID.
- DInterface GigabitEthernet1/0/1 is automatically forced into Spanning Tree PortFast mode to prevent native VLAN convergence delays.
- ECDP Type-Length-Value (TLV) messages dynamically alter the neighboring switch running configuration to match the native VLAN tagging state.
Answer
Enabling the global command `vlan dot1q tag native` forces the switch to place an 802.1Q tag on all native VLAN traffic (VLAN 50) egressing trunk ports and causes the switch to drop incoming untagged frames received on those trunk ports.
Under default 802.1Q operation, native VLAN traffic is sent untagged. Executing `vlan dot1q tag native` globally forces the switch to insert an 802.1Q tag into egress frames for the native VLAN (VLAN 50) and drop any untagged frames received on trunk interfaces.
Step-by-Step Solution
Key Concept
Global 802.1Q Native VLAN Tagging Behavior
Estimated Time:2m 0s