nerdexam
Citrix

1Y0-230 · Question #110

Which mode on the NetScaler can a Citrix Administrator utilize to avoid asymmetrical packet flows and multiple route/ARP lookups?

The correct answer is C. MAC-based Forwarding. MAC-based forwarding can be used to avoid multiple-route/ARP lookups and to avoid asymmetrical packet flows. https://docs.citrix.com/en-us/netscaler/11/networking/interfaces/configuring-mac-based-

Basic Networking

Question

Which mode on the NetScaler can a Citrix Administrator utilize to avoid asymmetrical packet flows and multiple route/ARP lookups?

Options

  • AUSNIP
  • BLayer 3
  • CMAC-based Forwarding
  • DLayer 2

How the community answered

(43 responses)
  • A
    2% (1)
  • B
    9% (4)
  • C
    84% (36)
  • D
    5% (2)

Explanation

MAC-based forwarding can be used to avoid multiple-route/ARP lookups and to avoid asymmetrical packet flows. https://docs.citrix.com/en-us/netscaler/11/networking/interfaces/configuring-mac-based-

Topics

#MAC-based Forwarding#asymmetric routing#ARP#packet flow

Community Discussion

7
Bao N.Bao N.Oct 19, 2025

MAC-based Forwarding is the one you want here. MBF lets the NetScaler forward return traffic using the MAC address of the original client-side router instead of doing a fresh route and ARP lookup each time, which is exactly what kills you with asymmetric flows in multi-homed or active-active setups.

13
Yusuf A.Yusuf A.Oct 23, 2025

Honestly I keep coming back to A, USNIP, because my senior explained that Use Subnet IP mode lets the NetScaler forward return traffic directly without bouncing it back through the device in weird paths, which is exactly what causes those asymmetric flow headaches and extra route and ARP lookups. Anyone else locking in A on this one or am I missing something?

-1
Bao N.Bao N.Oct 24, 2025

Yusuf, USNIP actually keeps the NetScaler as the source IP for server-side connections, so return traffic still comes back through it, whereas USIP (Use Source IP, option C) is what lets the server respond directly back to the original client IP and avoids those asymmetric routing problems you described.

0
Nina C.Nina C.Oct 31, 2025

Has to be D, Layer 2 keeps traffic on the same segment, no routing needed.

-1
Bao N.Bao N.Nov 1, 2025

Nina, Layer 2 switching does keep traffic local but it also means every broadcast hits every device on that segment, which kills performance as you scale. C is correct because VLANs logically segment the network at Layer 2, containing broadcast domains without needing separate physical infrastructure.

0
Imani T.Imani T.Oct 8, 2025

Layer 2 mode is the move here because when the NetScaler operates at Layer 2 it stays in the same broadcast domain and forwards based on MAC addresses without having to make routing decisions, which is exactly what kills asymmetric flow problems and keeps you from hammering the route and ARP tables on every packet. I went with D on my practice run and it just makes sense from a fundamentals standpoint, Layer 2 keeps the traffic path simple and symmetric by design.

-2
Bao N.Bao N.Oct 10, 2025

Imani, I hear you on the logic but C is the right pick here because Transparent mode is what actually lets the NetScaler sit in the traffic path without an IP address on the data plane, keeping flows symmetric without any routing involvement, which is a step beyond generic Layer 2 forwarding. Layer 2 mode still requires the NetScaler to participate in switching decisions in a way that can complicate asymmetric flow handling compared to true Transparent mode passthrough.

0
Full 1Y0-230 Practice