A network engineer connects interface GigabitEthernet0/1 on Switch-A to interface GigabitEthernet0/1 on Switch-B. Switch-A is configured with `switchport mode trunk` and `switchport trunk native vlan 50`. Switch-B retains default Cisco IOS switchport settings. Which two operational outcomes will occur on this interswitch connection? (Select two.)
- Switch-B operational mode transitions to an 802.1Q trunk through Dynamic Trunking Protocol (DTP) negotiation.Answer
- CDP generates system log messages reporting a native VLAN mismatch between Switch-A and Switch-B.Answer
- CThe interswitch connection fails to form a trunk because dynamic auto ports require dynamic desirable mode on the remote end to establish trunking.
- DSpanning Tree Protocol automatically places both switch ports into PortFast forwarding to prevent native VLAN frame drops.
Answer
The interswitch link operational outcomes are: Switch-B operational mode transitions to an 802.1Q trunk through Dynamic Trunking Protocol (DTP) negotiation, and CDP generates system log messages reporting a native VLAN mismatch between Switch-A and Switch-B.
Default Cisco Catalyst interface settings use `switchport mode dynamic auto` and native VLAN 1. When connected to a port configured with `switchport mode trunk`, DTP negotiates an operational 802.1Q trunk link. Concurrently, because Switch-A is explicitly set to native VLAN 50 while Switch-B remains on VLAN 1, CDP exchanges uncover the configuration discrepancy and issue native VLAN mismatch error logs.
Step-by-Step Solution
Key Concept
802.1Q Trunk Negotiation & Native VLAN Mismatch Diagnostics