Go Back   Velocity Reviews > Newsgroups > Cisco
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Cisco - MTU sizes and reasons

 
Thread Tools Search this Thread
Old 01-06-2006, 09:03 PM   #1
Default MTU sizes and reasons


Hi all,

I "inherited" a router setup that has a VPN connection to one of our
remote sites. I am at a loss to understand why the old administrator
used the MTU that he did, and I hope someone here can explain it to me.
This router has a frame-relay connection to the internet (MTU 1500)
with a VPN Tunnel that has the IP MTP set to 1600. Shouldn't that be
somewhere closer to 1460?

Thanks,
-Zach

Config follows:
interface Tunnel0
bandwidth 1536
ip address 192.168.X.X 255.255.255.252
ip mtu 1600
ip ospf message-digest-key 1 md5 7 AEFF2234234079BCDE3
tunnel source 157.130.X.X
tunnel destination 157.130.X.X
crypto map gre

interface Serial0/0
no ip address
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
bandwidth 1536
ip address 157.130.X.X 255.255.255.252
ip access-group AccessIn in
no cdp enable
frame-relay interface-dlci 666 IETF
crypto map gre



Zach Malmgren
  Reply With Quote
Old 01-07-2006, 07:17 PM   #2
CiscoHeadsetAdapter.com
 
Posts: n/a
Default Re: MTU sizes and reasons
Hi Zach,

MTU size 1600 is too high. In most cases it will cause a fragmentation and,
as a result, lower performance. If you want to check the maximum MTU
possible for your end-to-end connectivity, you could play with the PING,
trying to vary the size of the packet with "do-not-fragment" option set up.
Windows command line should look like "ping -f -l <size> <destination>".
Start with the packet size 1600, and then decrease it untill you get the
response.

Good luck,

Mike
www.headsetadapter.com



"Zach Malmgren" <> wrote in message
news: ups.com...
> Hi all,
>
> I "inherited" a router setup that has a VPN connection to one of our
> remote sites. I am at a loss to understand why the old administrator
> used the MTU that he did, and I hope someone here can explain it to me.
> This router has a frame-relay connection to the internet (MTU 1500)
> with a VPN Tunnel that has the IP MTP set to 1600. Shouldn't that be
> somewhere closer to 1460?
>
> Thanks,
> -Zach
>
> Config follows:
> interface Tunnel0
> bandwidth 1536
> ip address 192.168.X.X 255.255.255.252
> ip mtu 1600
> ip ospf message-digest-key 1 md5 7 AEFF2234234079BCDE3
> tunnel source 157.130.X.X
> tunnel destination 157.130.X.X
> crypto map gre
>
> interface Serial0/0
> no ip address
> encapsulation frame-relay IETF
> no fair-queue
> frame-relay lmi-type ansi
> !
> interface Serial0/0.1 point-to-point
> bandwidth 1536
> ip address 157.130.X.X 255.255.255.252
> ip access-group AccessIn in
> no cdp enable
> frame-relay interface-dlci 666 IETF
> crypto map gre
>





CiscoHeadsetAdapter.com
  Reply With Quote
Old 01-07-2006, 07:44 PM   #3
Bob Goddard
 
Posts: n/a
Default Re: MTU sizes and reasons
CiscoHeadsetAdapter.com wrote:

> Hi Zach,
>
> MTU size 1600 is too high. In most cases it will cause a fragmentation
> and, as a result, lower performance. If you want to check the maximum
> MTU possible for your end-to-end connectivity, you could play with the
> PING, trying to vary the size of the packet with "do-not-fragment"
> option set up. Windows command line should look like "ping -f -l
> <size> <destination>". Start with the packet size 1600, and then
> decrease it untill you get the response.
>


Please do not top post.

First, it's on a tunnel so a size bigger than a normal max packet size
is required if fragmentation is to be avoided, secondly, it's only
liable to have an impact for traffic which is sourced directly from
the router and going out over the tunnel. Whoever installed it, could
have worked out the additional overhead and slapped it on.



B
>
> "Zach Malmgren" <> wrote in message
> news: ups.com...
>> Hi all,
>>
>> I "inherited" a router setup that has a VPN connection to one of our
>> remote sites. I am at a loss to understand why the old administrator
>> used the MTU that he did, and I hope someone here can explain it to
>> me. This router has a frame-relay connection to the internet (MTU
>> 1500) with a VPN Tunnel that has the IP MTP set to 1600. Shouldn't
>> that be somewhere closer to 1460?
>> Config follows:
>> interface Tunnel0
>> bandwidth 1536
>> ip address 192.168.X.X 255.255.255.252
>> ip mtu 1600
>> ip ospf message-digest-key 1 md5 7 AEFF2234234079BCDE3
>> tunnel source 157.130.X.X
>> tunnel destination 157.130.X.X
>> crypto map gre
>>
>> interface Serial0/0
>> no ip address
>> encapsulation frame-relay IETF
>> no fair-queue
>> frame-relay lmi-type ansi
>> !
>> interface Serial0/0.1 point-to-point
>> bandwidth 1536
>> ip address 157.130.X.X 255.255.255.252
>> ip access-group AccessIn in
>> no cdp enable
>> frame-relay interface-dlci 666 IETF
>> crypto map gre
>>


--
http://www.mailtrap.org.uk/


Bob Goddard
  Reply With Quote
Old 01-08-2006, 10:32 AM   #4
Merv
 
Posts: n/a
Default Re: MTU sizes and reasons

Any tunnel MTU size htat is greater than any interface MTU in the path
including the outgoing egress interface will result in fragementation.

That may be why it is called Maximum Transmission Unit ...



Merv
  Reply With Quote
Old 01-08-2006, 07:40 PM   #5
Merv
 
Posts: n/a
Default Re: MTU sizes and reasons

see Cisco doc re pre-fragmentation

http://www.cisco.com/en/US/products/...080115533.html



Merv
  Reply With Quote
Old 01-09-2006, 01:42 AM   #6
Merv
 
Posts: n/a
Default Re: MTU sizes and reasons
Having a Tunnel MTU greater than the outgoing interface physical MTU
can result in fragmentation.

See Cisco doc on pre-fragmentation:

http://www.cisco.com/en/US/products/...080115533.html



Merv
  Reply With Quote
Old 11-04-2009, 03:56 AM   #7
theapplebee
Member
 
Join Date: Jun 2009
Location: USA
Posts: 67
Default
F.Y.I. Transit path on ISP site has bigger than 2000(at least) MTU set. It is perfactly making sense end node is default 1500.
MTU size for VPN should be smaller than 1500 for better throughput

Sharing Cisco Expertise : CiscoNET.com


theapplebee
theapplebee is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46