nerdexam
Citrix

1Y0-350 · Question #108

Scenario: A security test has shown that the NetScaler is forwarding IP packets. Company standard operating procedure is that the routers should be the only devices forwarding packets. Which step…

The correct answer is B. Disable Layer 3 mode. See the full explanation below for the reasoning.

Question

Scenario: A security test has shown that the NetScaler is forwarding IP packets. Company standard operating procedure is that the routers should be the only devices forwarding packets. Which step should the network engineer take to prevent forwarding packets?

Options

  • AEnable Layer 2 mode.
  • BDisable Layer 3 mode.
  • CDisable Path MTU Discovery.
  • DEnable MAC based forwarding.

How the community answered

(52 responses)
  • A
    8% (4)
  • B
    77% (40)
  • C
    12% (6)
  • D
    4% (2)

Community Discussion

7
Isolde G.Isolde G.Jun 26, 2026

The answer is B, disable Layer 3 mode. By default the NetScaler has Layer 3 mode enabled, which allows it to forward IP packets between subnets the same way a router would, and that is exactly what the security test caught. Turning off Layer 3 mode takes the NetScaler out of the IP forwarding path so it no longer makes routing decisions, which keeps that responsibility where company policy says it belongs, on the routers. The other options do not address forwarding behavior at all, Layer 2 mode and MAC based forwarding are about how the appliance handles traffic at the Ethernet level, and Path MTU Discovery is a separate mechanism for managing packet size negotiation across the path.

27
Anjali D.Anjali D.May 31, 2026

Our group landed on B pretty quickly once someone pointed out that Layer 3 mode is what lets the NetScaler act like a router in the first place, so disabling it pulls that capability back and keeps packet forwarding where the SOP says it belongs. Can anyone clarify what traffic or functionality you would actually lose on the NetScaler if you turned off Layer 3 mode, and whether there are common deployments where that tradeoff is a dealbreaker?

5
Prof. SaraProf. SaraJun 1, 2026

Solid group reasoning, and the practical loss worth flagging for exam day is that disabling Layer 3 mode also kills USIP (Use Source IP) transparency for server-side return traffic, which is a dealbreaker in any deployment where backend servers must see the real client IP and route their replies back through the ADC rather than directly.

0
Prof. SaraProf. SaraJun 3, 2026

I first leaned toward D because MAC-based forwarding sounds like it controls how traffic moves at the hardware level, but then the domain concept clicked, Layer 3 mode is exactly what gives the NetScaler its IP routing capability, so disabling it is the precise surgical step that pulls packet forwarding off the appliance and keeps it where your SOP says it belongs, on the routers only.

5
Giovanna H.Giovanna H.Jun 26, 2026

Blueprint section: Network Configuration and Packet Forwarding Behavior. Mnemonic, think "Layer 3 Loves to Route," so if you want NetScaler out of the routing business, pull it out of Layer 3 mode entirely, and the answer is B. I remember sitting for this one and second-guessing myself between B and D, but then I recalled from lab that MAC-based forwarding is a switching optimization, not a routing control, and Layer 2 mode still lets the appliance participate in forwarding decisions in different ways, so disabling Layer 3 is the clean, direct cut that satisfies a policy requiring routers to be the sole forwarding devices.

5
Orla P.Orla P.Jun 12, 2026

Layer 2 mode is exactly what you want here because it keeps the NetScaler from making any routing decisions of its own, so all packet forwarding stays with the routers where it belongs per your SOPs. Enabling L2 mode is the cleanest way to strip that forwarding behavior right out of the appliance without touching anything else in your config.

0
Isolde G.Isolde G.Jun 13, 2026

Orla, Layer 2 mode on a NetScaler actually enables MAC-based forwarding and lets the appliance participate in Layer 2 switching, which is the opposite of what you want here. Option B, disabling L2 mode, is what removes that bridging behavior and keeps the NetScaler from making its own forwarding decisions outside your routing infrastructure.

0
Full 1Y0-350 Practice