nerdexam
Cisco

352-001 · Question #55

A network designer has provisioned a router to use IPsec to encrypt the traffic over a GRE tunnel going to a web server at a remote location. From the router, the network designer can ping the web…

The correct answer is C. MTU size on the GRE tunnel. Layering GRE and IPsec headers over user traffic reduces the effective payload MTU, causing large user packets to fail while small pings succeed - fixing the GRE tunnel MTU resolves the mismatch.

Network Virtualization

Question

A network designer has provisioned a router to use IPsec to encrypt the traffic over a GRE tunnel going to a web server at a remote location. From the router, the network designer can ping the web server, although the users in the office comment that they are unable to reach it. (Note: The DF bit is not set.) Which aspect should be changed in the design of the virtual connection?

Options

  • AIP addresses of the GRE tunnel endpoints
  • BIPsec configuration
  • CMTU size on the GRE tunnel
  • Dencapsulation of the GRE tunnel

How the community answered

(49 responses)
  • A
    6% (3)
  • B
    8% (4)
  • C
    63% (31)
  • D
    22% (11)

Why each option

Layering GRE and IPsec headers over user traffic reduces the effective payload MTU, causing large user packets to fail while small pings succeed - fixing the GRE tunnel MTU resolves the mismatch.

AIP addresses of the GRE tunnel endpoints

The GRE tunnel endpoint addresses are correctly configured since the router can already ping the remote server; changing them does not address the packet sizing issue.

BIPsec configuration

The IPsec configuration is functionally working since encrypted traffic is reaching the destination (pings succeed); the problem is the cumulative overhead it adds to GRE, not a configuration error.

CMTU size on the GRE tunnelCorrect

GRE encapsulation adds at least 24 bytes of header overhead and IPsec adds additional bytes for its headers and trailer, reducing the effective MTU available for user payload below 1500 bytes; lowering the MTU on the GRE tunnel interface ensures packets are sized correctly before encapsulation, preventing fragmentation-related failures that affect large TCP sessions while leaving small ICMP pings unaffected.

Dencapsulation of the GRE tunnel

Changing the GRE encapsulation type does not reduce the combined header overhead introduced by stacking GRE and IPsec, which is the root cause of the MTU problem.

Concept tested: GRE over IPsec MTU overhead and fragmentation

Source: https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html

Topics

#GRE tunnel#IPsec#MTU fragmentation#tunnel design

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice