Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Best MTU value for our VPN tunnel

Reply
Thread Tools

Best MTU value for our VPN tunnel

 
 
bensonlei@yahoo.com.hk
Guest
Posts: n/a
 
      10-12-2005
Hi, all

I have set up a VPN tunnel with two PIXes; one is ( PIX515E, IOS =
V6.3(3) ) and the other partner ( PIX506E, IOS = V6.3 (4)).

What is the MTU value for them ?

Do I set also the ISP Router for the same value of these PIXes ?

Thank you
Benson

 
Reply With Quote
 
 
 
 
Christoph Gartmann
Guest
Posts: n/a
 
      10-12-2005
In article < .com>, writes:
>Hi, all
>
>I have set up a VPN tunnel with two PIXes; one is ( PIX515E, IOS =
>V6.3(3) ) and the other partner ( PIX506E, IOS = V6.3 (4)).
>
>What is the MTU value for them ?
>
>Do I set also the ISP Router for the same value of these PIXes ?


The default MTU size for standard ethernet interfaces is usually 1500. So
usually there is no need to worry about that. For better performance,
especially if you have traffic that uses large packets, it might be useful to
increase the MTU size. But this does only help if all network components along
the way have the same or a larger MTU size, otherwise the packet will be
fragmented somewhere along the way.

Now as to VPN: an IP packet with a size of 1500 that is encoded in a VPN packet
results is a somewhat larger packet size, eg. 1625 or so. This will then result
in fragmentation which in turn causes trouble when decoding the packet. But the
Pixen should take care of that if they are the endpoints of the tunnel.

Regards,
Christoph Gartmann

--
Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -452
Immunbiologie
Postfach 1169 Internet: gartmann@immunbio dot mpg dot de
D-79011 Freiburg, Germany
http://www.immunbio.mpg.de/home/menue.html
 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      10-12-2005
In article < .com>,
<> wrote:
:I have set up a VPN tunnel with two PIXes; one is ( PIX515E, IOS =
:V6.3(3) ) and the other partner ( PIX506E, IOS = V6.3 (4)).

:What is the MTU value for them ?

See the 'sysopt connection tcpmss' option. It works in conjunction
with the MTU: the MTU sets the maximum size of the *encapsulating*
packets, and tcpmss effectively sets the maximum amount of TCP data that
the PIX will try to pack into one encapsulating packet -- with the
remainder of the room then available for the encryption and
authentication headers and encapsulation layering.

o I set also the ISP Router for the same value of these PIXes ?

The ISP router should be the same MTU as the PIX.

Note: if you happen to be using PPPoE on the outside interface
of your router, reduce both MTUs by 8 bytes to allow for the PPPoE
overhead.
--
Many food scientists have reported chocolate to be the single most
craved food. -- Northwestern University, 2001
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
client-initiated L2TP tunnel over L2TP tunnel davidls Cisco 0 03-31-2009 11:20 AM
One IPsec tunnel and no ISAKMP tunnel. AM Cisco 7 07-19-2007 03:11 PM
GRE Tunnel up/up Cannot ping tunnel interface tsvanduyn@yahoo.com Cisco 6 03-09-2006 12:33 AM
Split Tunnel Blocks http through tunnel but passes http around tunnel a.nonny mouse Cisco 2 09-19-2004 12:10 AM
Termination of an IPSec VPN tunnel and a GRE Tunnel on one physical interface. John Ireland Cisco 1 11-11-2003 03:47 PM



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 47 48 49 50 51 52 53 54 55 56 57