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

IPSEC MTU

Daniel Smith
Level 1
Level 1

We have a case today of reported Internet 'slowness'. We recently encrypted links out to this location. I noticed right away that pings to 8.8.8.8 would not work at 1500 bytes. Snooping about a bit on this, I found this in the output of a command:

 

xxxxx1#show crypto ipsec sa | inc mtu
plaintext mtu 1438, path mtu 1500, ip mtu 1500, ip mtu idb GigabitEthernet0/0/0

 

So I went ahead and did more testing to 8.8.8.8

xxxxxxxx#ping 8.8.8.8 size 1438
Type escape sequence to abort.
Sending 5, 1438-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 11/11/12 ms
xxxxxxxx#ping 8.8.8.8 size 1439
Type escape sequence to abort.
Sending 5, 1439-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

 

So that MTU might be getting in the way of throughput if packets come in at a size greater than 1438...

 

I looked around and did not readily find a way to change that, but hoping there is....appreciate your advice!

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

check IPsec overhead calculator :

 

https://cway.cisco.com/ipsec-overhead-calculator/

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Use tunnel mode instead of transport mode make you save some bytes.

Hello,

 

what kind of topology do you have ? Are we talking about remote access VPN, site to site VPN ? In the latter case, configure the below on the LAN interfaces:

 

ip tcp adjust-mss 1398

Review Cisco Networking products for a $25 gift card