JN0-351 · Question #61
What is the maximum allowable MTU size for a default GRE tunnel without IPv4 traffic fragmentation?
The correct answer is D. 1476 bytes. The maximum allowable MTU size for a default GRE tunnel without IPv4 traffic fragmentation is 1476 bytes. This is because GRE packets are formed by the addition of the original packets and the required GRE headers. These headers are 24-bytes in length and since these headers…
Question
What is the maximum allowable MTU size for a default GRE tunnel without IPv4 traffic fragmentation?
Options
- A1496 bytes
- B1480 bytes
- C1500 bytes
- D1476 bytes
How the community answered
(52 responses)- A15% (8)
- B4% (2)
- C8% (4)
- D73% (38)
Explanation
The maximum allowable MTU size for a default GRE tunnel without IPv4 traffic fragmentation is 1476 bytes. This is because GRE packets are formed by the addition of the original packets and the required GRE headers. These headers are 24-bytes in length and since these headers are added to the original frame, depending on the original size of the packet we may run into IP MTU problems. The most common IP MTU is 1500-bytes in length (Ethernet). When the tunnel is created, it deducts the 24-bytes it needs to encapsulate the passenger protocols and that is the IP MTU it will use. For example, if we are forming a tunnel over FastEthernet (IP MTU 1500) the IOS calculates the IP MTU on the tunnel as: 1500-bytes from Ethernet-24-bytes for the GRE encapsulation = 1476-Bytes.
Topics
Community Discussion
No community discussion yet for this question.