nerdexam
Citrix

1Y0-231 · Question #91

Scenario: A Citrix ADC receives packets destined for a MAC address owned by the Citrix ADC. The destination IP address of the packets does NOT belong to the Citrix ADC. Layer 3 mode is enabled by…

The correct answer is C. route. When Layer 3 mode is enabled, the Citrix ADC behaves like a router - it accepts the packet because it owns the destination MAC (Layer 2 match), but since the destination IP is not its own, it consults its routing table and forwards the packet toward the correct next hop. This…

ADC Platforms

Question

Scenario: A Citrix ADC receives packets destined for a MAC address owned by the Citrix ADC. The destination IP address of the packets does NOT belong to the Citrix ADC. Layer 3 mode is enabled by default on the Citrix ADC. The Citrix ADC will ___________ the packets in this scenario. (Choose the correct option to complete the sentence.)

Options

  • Adrop
  • Brewrite
  • Croute
  • Dbridge

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    15% (6)
  • C
    74% (29)
  • D
    5% (2)

Explanation

When Layer 3 mode is enabled, the Citrix ADC behaves like a router - it accepts the packet because it owns the destination MAC (Layer 2 match), but since the destination IP is not its own, it consults its routing table and forwards the packet toward the correct next hop. This is the defining behavior of L3 mode: forward traffic based on IP, not just MAC ownership.

Why the distractors are wrong:

  • A (drop): The ADC only drops packets when there is no route, an explicit policy enforces it, or the feature set requires it - not by default in this scenario.
  • B (rewrite): Rewriting refers to modifying headers (e.g., NAT, URL rewriting) - a load-balancing function, not the default packet-forwarding behavior.
  • D (bridge): Bridging is the behavior in Layer 2 mode, where the ADC forwards traffic based on MAC addresses without IP-level routing logic; since Layer 3 mode is active here, bridging is not in play.

Memory tip: Think "L3 = IP Routing, L2 = MAC Bridging." If the ADC owns the MAC but not the IP and L3 is on, it routes - just like a standard IP router would.

Topics

#Layer 3 Routing Mode#ADC Packet Processing#MAC vs IP Addressing#ADC Operating Modes

Community Discussion

No community discussion yet for this question.

Full 1Y0-231 Practice