nerdexam
Cisco

200-150 · Question #158

What happens when there is no entry in the Layer 2 CAM table that corresponds to the destination MAC address of an incoming frame?

The correct answer is B. The frame is flooded out of all forwarding ports in its VLAN, except the port on which it is. When a switch has no CAM table entry for a destination MAC address, it floods the frame out all forwarding ports within the same VLAN, excluding the ingress port.

Cisco Data Center Networking Technologies

Question

What happens when there is no entry in the Layer 2 CAM table that corresponds to the destination MAC address of an incoming frame?

Options

  • AThe frame is flooded out of all forwarding ports in all VLANs.
  • BThe frame is flooded out of all forwarding ports in its VLAN, except the port on which it is
  • CThe switch drops the frame.
  • DThe frame is flooded out of all forwarding ports in its VLAN, including the port on which it is

How the community answered

(58 responses)
  • A
    7% (4)
  • B
    88% (51)
  • C
    3% (2)
  • D
    2% (1)

Why each option

When a switch has no CAM table entry for a destination MAC address, it floods the frame out all forwarding ports within the same VLAN, excluding the ingress port.

AThe frame is flooded out of all forwarding ports in all VLANs.

Flooding across all VLANs would violate VLAN segmentation boundaries; unknown unicast flooding is always contained within the frame's own VLAN.

BThe frame is flooded out of all forwarding ports in its VLAN, except the port on which it isCorrect

Switches perform unknown unicast flooding by sending the frame out all forwarding ports within the source VLAN to ensure the destination receives it. The ingress port is excluded to prevent the sender from receiving its own frame back, a behavior sometimes called split horizon at Layer 2. This is the standard Layer 2 unknown unicast flooding procedure defined in IEEE 802.1D bridging.

CThe switch drops the frame.

Dropping unknown-destination frames would break basic Layer 2 forwarding; the switch floods rather than discards because the destination may still be reachable.

DThe frame is flooded out of all forwarding ports in its VLAN, including the port on which it is

Including the ingress port in the flood is incorrect because sending a frame back out the port it arrived on is unnecessary and would create redundant traffic toward the sender.

Concept tested: Layer 2 unknown unicast flooding behavior

Source: https://www.cisco.com/c/en/us/support/docs/switches/catalyst-6000-series-switches/10681-64.html

Topics

#CAM table#unknown unicast#MAC flooding#VLAN

Community Discussion

No community discussion yet for this question.

Full 200-150 Practice