cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
805
Views
0
Helpful
5
Replies

ping sizes

carl_townshend
Spotlight
Spotlight

Hi all, if If the maximum mtu is 1500 bytes, what happens when I send a ping that is 2000 bytes, does it get fragmented?

5 Replies 5

prakapat
Level 1
Level 1

Offcourse

Need to Check end to end also

for where does the mtu apply? does it apply at the layer 2 boundry or layer 3 ?

Hello,

The most common interpretation of MTU is that it is the maximum payload encapsulated inside an L2 frame. That is, if we remove the L2 header and trailer from the L2 frame, the remaining bytes is the MTU.

When you do a ping from a windows pc, you can even specify a size of zero (ping -l 0 ). This means that zero is the payload of the ICMP packet. The payload inside the L2 frame consists of the IP and the ICMP headers (with zero bytes of ICMP data).

Kind Regards,

M.

so does ethernet fragment the packet if its too big? and can layer 3 and layer 4 also fragment, where is it normally done ?

Hi

Fragmentation is done by Layer 3 device.So it is doen at L3.If the packet needs to be fragmented in between its journey to the destination it reamins fragmented till it reaches to the destination.Even though the in between links now has more MTU size it gets assemled at the destination only.

HTH,

regards,

shri :)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card