Two Cisco Catalyst switches, Switch-A and Switch-B, are connected via their GigabitEthernet0/1 interfaces. Switch-A has its interface configured with the command `switchport mode dynamic desirable`, while Switch-B operates using the default Cisco Catalyst DTP configuration (`switchport mode dynamic auto`). Both switches retain all default VLAN parameters. Which of the following statements regarding the operational behavior of this interswitch connection are true? (Select TWO.)
- The interface link successfully negotiates an operational 802.1Q trunking state via Dynamic Trunking Protocol (DTP).Answer
- Traffic belonging to VLAN 1 is transmitted across the trunk link without an added 802.1Q VLAN header tag.Answer
- CFrames belonging to VLAN 1 will have a 4-byte 802.1Q tag prepended with a VLAN ID value of 1 prior to transmission.
- DSpanning Tree Protocol automatically enables PortFast on both trunk ends to bypass listening and learning states.
Answer
The connection successfully negotiates an operational 802.1Q trunk link via DTP, and frames belonging to the default native VLAN (VLAN 1) are transmitted across the trunk untagged.
When combining `switchport mode dynamic desirable` on one end and `switchport mode dynamic auto` on the other, DTP successfully negotiates an operational trunk. Furthermore, because default settings maintain VLAN 1 as the native VLAN, frames associated with VLAN 1 are forwarded across the trunk without receiving a 4-byte 802.1Q VLAN header tag.
Step-by-Step Solution
Key Concept
802.1Q Trunking and Dynamic Trunking Protocol (DTP) Negotiation
Estimated Time:1m 30s