400-007 · Question #282
Company XYZ has designed their network to run GRE over IPsec on their Internet-based VPN to connect two sites. Which IPsec tunneling feature can they enable to optimize the data flow while ensuring…
The correct answer is B. Transport Mode in IPsec Phase I. GRE over IPsec uses Transport Mode so that IPsec does not prepend a redundant outer IP header on top of GRE's existing tunnel header, eliminating duplicate IP addresses and reducing overhead.
Question
Company XYZ has designed their network to run GRE over IPsec on their Internet-based VPN to connect two sites. Which IPsec tunneling feature can they enable to optimize the data flow while ensuring that the headers contain no duplicate IP addresses?
Options
- ATunnel Mode in IPsec Phase I
- BTransport Mode in IPsec Phase I
- CTransport Mode in IPsec Phase II
- DTunnel Mode in IPsec Phase II
How the community answered
(39 responses)- A31% (12)
- B46% (18)
- C8% (3)
- D15% (6)
Why each option
GRE over IPsec uses Transport Mode so that IPsec does not prepend a redundant outer IP header on top of GRE's existing tunnel header, eliminating duplicate IP addresses and reducing overhead.
Tunnel Mode wraps the entire GRE packet in a new IP header, creating a duplicate outer IP address on top of the existing GRE tunnel IP header and adding unnecessary overhead - exactly the problem the question asks to avoid.
When a GRE tunnel is protected by IPsec, GRE already provides the outer IP encapsulation; enabling IPsec Transport Mode encrypts only the inner GRE payload without adding a new outer IP header, which prevents duplicate outer IP addresses and optimizes data flow by minimizing total header overhead compared to Tunnel Mode.
Although Transport Mode is the correct IPsec mode for GRE over IPsec optimization, this option incorrectly associates it with Phase II; the relevant IKE negotiation phase for establishing this GRE-IPsec Transport Mode configuration is Phase I.
Tunnel Mode in Phase II appends an additional outer IP header to the already-GRE-encapsulated packet, resulting in redundant IP addresses and increased overhead rather than optimizing the data flow.
Concept tested: IPsec Transport Mode for GRE over IPsec header optimization
Source: https://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ike-protocols/14155-GRE-IPSec.html
Topics
Community Discussion
No community discussion yet for this question.