how many bytes of GRE overhead does encapsulation add to the original data packet?

With the following GRE tunnel configuration, how many bytes of GRE overhead does encapsulation add to the original data packet?

interface Tunnel0

ip address 1.1.1.1 255.255.255.252

tunnel source Ethernet0/0
tunnel destination 2.2.2.2

tunnel key 1234

With the following GRE tunnel configuration, how many bytes of GRE overhead does encapsulation add to the original data packet?

interface Tunnel0

ip address 1.1.1.1 255.255.255.252

tunnel source Ethernet0/0
tunnel destination 2.2.2.2

tunnel key 1234

A.
32 bytes

B.
24 bytes

C.
28 bytes

D.
20 bytes



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Riley

Riley

The answer is B or 24 bytes.

“P fragmentation issues have become more widespread since IP tunnels have become more widely deployed. The reason that tunnels cause more fragmentation is because the tunnel encapsulation adds “overhead” to the size a packet. For example, adding Generic Router Encapsulation (GRE) adds 24 bytes to a packet, and after this increase the packet may need to be fragmented because it is larger then the outbound MTU. In a later section of this document, you will see examples of the kinds of problems that can arise with tunnels and IP fragmentation.”

http://www.cisco.com/en/US/tech/tk827/tk369/technologies_white_paper09186a00800d6979.shtml