cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7182
Views
17
Helpful
2
Replies

what is the size of icmp echo reply ?

abastis
Level 1
Level 1

we can do extended ping and change the size of the ping request,

but what will be the size of echo request ?

does this varies and is it the same for cisco router or pc ?

2 Replies 2

vladrac-ccna
Level 5
Level 5

I would think is the same size. As it the receiver would only reply your packet.

so it would only change icmp type, and source/destination IP.

check the reply:

C:\Documents and Settings\Administrator> ping -l 1500 19.18.249.1

Pinging 19.18.249.1 with 1500 bytes of data:

Reply from 19.18.249.1: bytes=1500 time=2ms TTL=255

Reply from 19.18.249.1: bytes=1500 time=2ms TTL=255

Reply from 19.18.249.1: bytes=1500 time=2ms TTL=255

Reply from 19.18.249.1: bytes=1500 time=2ms TTL=255

Ping statistics for 19.18.249.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 2ms, Maximum = 2ms, Average = 2ms

HTH,

please rate this post if it do

Vlad

devang_etcom
Level 7
Level 7

when ever you ping using extended facility you will get the reply with the same byte of packets...

as you know in window when ever you are going to ping the destination with various packet size, you will receive the same size of packet reply...

ya their may be possiblity that you will have variable time in ms due to the congesition or any other problem...

actully extended ping facility you can use for check it out the MTU size or you can send packe using DF bit also, so you can have lots of practical testing using it...

hope this will clear your idea

rate all the useful post

regards

Devang