A network technician connects interface GigabitEthernet0/1 on Switch-A to interface GigabitEthernet0/1 on Switch-B using an Ethernet link. Switch-A retains its factory default interface configuration of `switchport mode dynamic auto`, while Switch-B is explicitly configured with `switchport mode dynamic desirable`. Which two operational conditions describe the resulting state of this interswitch link?
- The link successfully negotiates and operates as an 802.1Q trunk link.Cevap
- Frames belonging to the native VLAN traverse the trunk link without an 802.1Q header tag by default.Cevap
- CThe link operational mode defaults to an access port because dynamic auto refuses trunk establishment requests from dynamic desirable ports.
- DSpanning Tree Protocol PortFast is automatically enabled on the link once trunking negotiation completes.
Cevap
The link negotiates to operate as an 802.1Q trunk, and native VLAN frames cross the trunk link untagged by default.
When configuring interswitch trunking via DTP, combining `dynamic desirable` on one end with `dynamic auto` on the other results in successful 802.1Q trunk negotiation because `desirable` actively initiates the negotiation state while `auto` accepts it. Additionally, under IEEE 802.1Q standard operation, frames destined for the native VLAN (default VLAN 1) are transmitted across the trunk link without an added 802.1Q header tag.
Adım Adım Çözüm
Anahtar Kavram
DTP Mode Negotiation and 802.1Q Native VLAN Tagging Mechanics