cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1039
Views
0
Helpful
4
Replies

Edit MTU VPN s2s

NicolasBou
Level 1
Level 1

Hi all,

 

I would like to modify the default MTU from 1500 to 1270 to avoid fragment on one of my VPN tunnel.

This tunnel is set up on vlan used by a lot of critical equipment.

 

Can i change the MTU for this tunnel specifically or have to do it on the VLAN Interface ?

i would like to avoid to disconnect those equipement during the operation.

 

Thanks for your help,

N.B

1 Accepted Solution

Accepted Solutions

Yes. You can see this through the command:

 

mtu interface_name bytes

 

 

 

-If I helped you somehow, please, rate it as useful.-

View solution in original post

4 Replies 4

Hi @NicolasBou

 

 As per ASA documentation you can change the MTU for an Interface. The problem is that you probably use the Outside interface for VPN and Internet traffic, so, if you change it, this will affect any traffic trans-passing that interface. Unless you have a dedicated interface for VPN traffic.

 

 

-If I helped you somehow, please, rate it as useful.-

 

 

 

Yeah the VPN interface is using the outside interface :/

So i have to change it on the hardware interface (outside) and not on the logical interface (VLAN interface) ?

 

Thanks for your answer Flavio ;)

Yes. You can see this through the command:

 

mtu interface_name bytes

 

 

 

-If I helped you somehow, please, rate it as useful.-

okay thanks !