A network engineer is auditing Layer 2 forwarding operations, frame encapsulation rules, and switch security configurations on an enterprise switch stack. Match each switching concept or feature on the left with its precise operational behavior on the right.
- IEEE 802.1Q Native VLAN ProcessingIngress untagged frames are assigned to a designated VLAN ID, while egress frames matching this VLAN ID are transmitted across the trunk without an 802.1Q header.
- CAM Table Entry Aging ExpirationSubsequent unicast frames destined for an unlisted destination address are flooded out all active switch ports in the same VLAN except the receiving port.
- Port Security in Sticky MAC ModeDynamically learned MAC addresses are written to the running configuration and persist across reboots if the configuration is saved.
- PVST+ System ID ExtensionEmbeds the 12-bit VLAN identifier into the Bridge Priority field to differentiate Spanning Tree topology instances per VLAN.
Cevap
IEEE 802.1Q Native VLAN Processing matches with untagged ingress frame assignment and untagged egress trunk transmission. CAM Table Entry Aging Expiration matches with unknown unicast flooding out all same-VLAN ports except ingress. Port Security in Sticky MAC Mode matches with writing dynamically learned MAC addresses to the running configuration. PVST+ System ID Extension matches with embedding the 12-bit VLAN ID into the Bridge Priority field.
Each concept correctly matches its underlying Layer 2 mechanism: 802.1Q Native VLAN handles untagged frame forwarding across trunk links; CAM Table Expiration forces unknown unicast flooding within the VLAN boundary upon lookup misses; Sticky MAC Port Security writes dynamic MACs to running-config; and the PVST+ System ID Extension embeds the 12-bit VLAN identifier directly into the 16-bit Bridge Priority structure.
Adım Adım Çözüm
Anahtar Kavram
Layer 2 Switching Concepts, VLAN Encapsulation, Forwarding Tables, and Spanning Tree Architecture