cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3692
Views
5
Helpful
15
Replies

MTU

anthony.dyne
Level 1
Level 1

Hi2All

R1-------------------------------------------------R2

R1 is connected via R2 via Wireless connection, its a pretty old Outdoor Wireless Unit.
How do I check if the default MTU of the Wireless is 1500.

Possible to get MTU information from a PC connection from R1 sending data to a PC2 connection at R2


Best Wishes

Anthony

1 Accepted Solution

Accepted Solutions

Anthony

I do not think that you have yet proved what is the MTU since you have not specified control in the ping about fragmentation. Try pinging this way and see what happens

ping 192.168.1.5 -l 1500 -f

HTH

Rick

HTH

Rick

View solution in original post

15 Replies 15

francisco_1
Level 7
Level 7

From your PC you could try and figure the optimal MTU accepted

see http://help.expedient.com/broadband/mtu_ping_test.shtml

Francisco.

Richard Burts
Hall of Fame
Hall of Fame

Anthony

The easy way to do that is to ping from one PC to the other, varying the size of the ping packet and specifying do not fragment. In the Windows ping use the -l parameter to control the packet size and use -f to indicate do not fragment. I would start at 1500 with no fragment and see if it works. If so then your question is solved. If it does not work I would start sending pings with smaller sizes till you find the one that starts to work.

HTH

Rick

HTH

Rick

Hi2All

Rick, i use this command

ping 192.168.1.5 -l 1500

best wishes

Anthony

Hi2All,

ping 192.168.1.5 -l 1500  I get reply wihtout any timeout, does this means MTU is supporting 1500

best wishes

Anthony

Anthony

I do not think that you have yet proved what is the MTU since you have not specified control in the ping about fragmentation. Try pinging this way and see what happens

ping 192.168.1.5 -l 1500 -f

HTH

Rick

HTH

Rick

Hi2All

Rick i get this as output

Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.

best wishes

Anthony

Anthony

That is proof that the MTU of the connection between the PCs is less than 1500.

HTH

Rick

HTH

Rick

Hi2All

How do I get the exact MTU size

best wishes

Anthony

Anthony

I described how to find the size in my first response. If ping at 1500 is too big, then ping using smaller sizes till you find one that works (remembering to use the -f to specify no fragmentation). If you want to be very exact and precise then ping using 1499, then 1498, then 1497 etc till you get to a value that succeeds. Or you could make the process quicker (but slightly less precise) by ping using 1495, then 1490, than 1485 etc till you get to a value that succeeds.

HTH

Rick

HTH

Rick

Hi2All

Thanks a lot rick for supporting.

I got another weird issue on Error Disable, if possible to help me.

You can look at details, i posted in the forum today.

best wishes

Anthony

Hi Rick,

a) In the MS Windows world, ping a.b.c.d -l 1472 -f  is the correct syntax to start as Windows are calculating 28 Bytes of the header length.

So ping a.b.c.d -l 1472 -f has the same result as Cisco CLI command ping a.b.c.d  size 1500 df-bit - an ICMP Echo Request packet of 1500 Bytes size sent with Don't Fragment bit sent.

b) To speed up the procedure of finding the exact maximum packet size which is passing,  you can start with 1472, then try 1372, 1272, etc.

When the first packet passes (let's say 1272), increase the size by 50. If passes, increase by another 25, if not passes, decrease by 25. Etc, etc.

This method (called interval halving in maths)  is quite effective and fast.

BR,

Milan

Milan

I was not aware of the Windows calculation about header. Thanks for that information (and +5 for you).

I am aware of alternatives such as interval halving (I have also heard a similar technique referred to as successive approximations) and thought about suggesting that. Then I decided in the interest of simplicity to just suggest stepping through successive values. Either approach works and your approach gets the answer more quickly when the difference between where we start and the correct answer is large.

HTH

Rick

HTH

Rick

jimmysands73_2
Level 5
Level 5

Along with all the other responses here, you can google mturoute.exe, that might be another way to get the information you wanted.

Hi2All

I did couple of test and found that maximum i get reply with 1270 ; does this mean my Wireless AP supports max MTU size of 1270

ping 192.168.1.5 -l 1270 -f

Pinging 192.168.1.5 with 1270 bytes of data:
Reply from 192.168.1.5: bytes=1270 time=6ms TTL=254
Reply from 192.168.1.5: bytes=1270 time=6ms TTL=254
Reply from 192.168.1.5: bytes=1270 time=6ms TTL=254
Reply from 192.168.1.5: bytes=1270 time=7ms TTL=254

Ping statistics for 192.168.1.5:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 6ms, Maximum = 7ms, Average = 6ms

ping 192.168.1.5 -l 1275 -f

Pinging 192.168.1.5 with 1275 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.

best wishes

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