A network administrator is designing and hardening VLAN trunking parameters across enterprise switches to ensure proper frame encapsulation, DTP negotiation, and VLAN prune/allow list configurations. Match each VLAN configuration parameter or frame header attribute on the left with its corresponding operational behavior on the right.
- switchport trunk native vlan 99Specifies that egress frames belonging to this VLAN identifier are transmitted without an added 4-byte encapsulation header.
- switchport trunk allowed vlan add 10,20Appends specific VLAN IDs to the interface egress permit list without replacing the currently allowed VLAN range.
- switchport mode dynamic autoConfigures the interface to passively listen for DTP negotiation frames and transition to trunking only if requested by the remote neighbor.
- IEEE 802.1Q Tag StructureInserts a 4-byte field containing a TPID of 0x8100, Priority Code Point bits, and a 12-bit VLAN Identifier between the Source MAC and EtherType fields.
Cevap
Each configuration command or 802.1Q frame attribute corresponds to a specific operational mechanism: native VLAN designation handles untagged frame egress, the allowed list 'add' modifier preserves existing allowed VLAN definitions while appending new ones, dynamic auto modes passively negotiate trunking via DTP, and 802.1Q tagging places a 4-byte header containing VLAN ID and CoS fields immediately following the Ethernet Source MAC address.
The matching pairs correctly connect switch configuration commands and frame attributes to their exact operational outcomes: 'switchport trunk native vlan 99' specifies untagged frame handling for VLAN 99; 'switchport trunk allowed vlan add 10,20' preserves existing allowed VLANs while appending VLANs 10 and 20; 'switchport mode dynamic auto' passively waits for DTP requests; and the IEEE 802.1Q Tag Structure inserts a 4-byte header (TPID 0x8100 and TCI) between the Source MAC address and the EtherType field.
Adım Adım Çözüm
Anahtar Kavram
VLAN Configuration, DTP Operational Modes, and 802.1Q Frame Header Tagging Mechanics
Tahmini Süre:2m 30s