What is MAC address table aging on a Layer 2 switch, what is the typical default aging time, and what happens when an entry ages out?
- A.MAC addresses never age out; switches maintain all learned addresses permanently until the switch is rebooted.
- B.MAC address table aging: learned MAC-to-port mappings expire after a configurable inactivity period (default 300 seconds on most switches). When an entry ages out, the next frame destined for that MAC is treated as unknown unicast and flooded out all ports in the VLAN except the receiving port (unknown unicast flooding), until the device sends a frame and the switch re-learns its current port.
- C.MAC aging is 60 seconds by default; aged-out MACs cause the switch to send ARP requests to find the device.
- D.When a MAC ages out, the switch sends an ICMP redirect to the last known host to update its ARP table.
Why B is correct