A network engineer is troubleshooting an IPsec site-to-site VPN tunnel established between a main office router and a remote branch router situated behind an intermediate Port Address Translation (PAT) gateway. During tunnel negotiation, Phase 1 completes successfully, but encrypted data packets fail to pass between the sites when NAT-Traversal (NAT-T) is disabled on both gateways. Which operational characteristic of IPsec explains why the PAT gateway drops the data phase traffic?
- Native Encapsulating Security Payload (ESP) operates directly over IP protocol 50 without Layer 4 TCP/UDP port headers, preventing PAT gateways from mapping multiple translated sessions.Answer
- BESP relies on TCP sliding window mechanisms to maintain state across translation tables, causing PAT devices to reject non-sequenced IKE exchanges.
- CThe PAT device drops ESP traffic because dynamic translation without the overload keyword forces IPsec tunnels into unencrypted transport mode.
- DESP encapsulation embeds TACACS+ header authentication into Phase 2 negotiations, which prevents RADIUS-based PAT state tables from tracking sessions.
Answer
Native Encapsulating Security Payload (ESP) operates directly over IP protocol 50 without Layer 4 TCP/UDP port headers, preventing PAT gateways from mapping multiple translated sessions.
The correct answer identifies that native Encapsulating Security Payload (ESP) uses IP protocol 50 without Layer 4 TCP or UDP port headers. Because Port Address Translation (PAT) relies on modifying Layer 4 port numbers to multiplex multiple private IP streams across a single public IP address, it cannot translate native ESP packets. Enabling NAT-Traversal (NAT-T) solves this issue by encapsulating ESP packets within UDP port 4500 headers, allowing PAT gateways to translate the traffic successfully.
Step-by-Step Solution
Key Concept
IPsec NAT-Traversal (NAT-T) and ESP Encapsulation Mechanics