09-15-2021 01:28 AM
Hello everyone,
i have a conflict. Despite the use of IPSec Tunnel in Crypto Map mode, the overhead is not calculated.
The IP MTU value for us is 1500.
I execute the command:
"ping -f -l 1472 10.1.240.155"
that is, I have 28 bytes as overhead.
20 bytes "new IP overhead or external IP" + 8 bytes ICMP overhead.
How was IPSec (ESP header, ESP trailer, etc.) calculated here?
I see nothing.
Can someone please explain that?
Thank you
09-15-2021 03:29 AM
09-15-2021 03:58 AM
I checked the link so I asked the question.
IP MTU 1500 bytes
New IPv4 header for IPsec 20 bytes
ESP header 8 bytes
ESP IV 16 bytes
Original IPv4 header 20 bytes
Original IPv4 Paylod X byte
ESP trailer 36 bytes
20 + 8 + 16 + 20 + 36 = 100 byte overhead
That means I didn't have to have more than 1400 Byte IP Paylod.
but I can send 1472 bytes with ICMP.
Interface config:
interface GigabitEthernetX / X / X / X
.
.
.
.
.
crypto ipsec df-bit clear
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide