You are troubleshooting a scenario where an SRX device is performing Static NAT for a web server. External users experience intermittent packet drops when loading large web pages. Flow traceoptions show TCP fragmentation issues and ICMP 'Fragmentation Needed' messages being dropped by the security device. Which feature should be checked or configured to resolve this Path MTU Discovery (PMTUD) issue?
Trap 1: Disable the security ALG for TCP streams to allow raw fragmentation…
Disabling ALGs does not solve MTU or MSS negotiation issues.
Trap 2: Configure a Destination NAT pool specifically for ICMP…
ICMP error messages are associated with existing flow sessions and do not use destination NAT pools.
Trap 3: Enable proxy-arp for all fragmented packet ranges on the static NAT…
Proxy ARP deals with Layer 2 MAC resolution, not TCP MTU or packet fragmentation.
- A
Disable the security ALG for TCP streams to allow raw fragmentation forwarding.
Why wrong: Disabling ALGs does not solve MTU or MSS negotiation issues.
- B
Configure a Destination NAT pool specifically for ICMP fragmentation packets.
Why wrong: ICMP error messages are associated with existing flow sessions and do not use destination NAT pools.
- C
Enable proxy-arp for all fragmented packet ranges on the static NAT interface.
Why wrong: Proxy ARP deals with Layer 2 MAC resolution, not TCP MTU or packet fragmentation.
- D
Configure TCP MSS (Maximum Segment Size) adjustment on the security policies or zones to prevent packets from exceeding the path MTU.
TCP MSS clamping ensures that TCP segments sent through the SRX fit within the MTU of the egress path, preventing fragmentation issues and dropped ICMP messages.