Hey guys,
So, let's say I have an ISR G1 router, and a Lan-to-Lan IPSec tunnel built. On the outside interface(WAN) I have an MTU of 1260, with the 'ip mtu 1260' command. Now if I put this command in, the max IPSec (ESP) packet will be 58 bytes, and with tunnel mode you add an additional 20 bytes as well, for the new IP header, since the original or encapsulation within ESP, encrypted and authenticated.
So this would come to 1338 with my math. Now if I ping from the source of my WAN to the remote IP (Extended Ping) with 1338 as the size, and DF-bit set I don't get any successful pings. If I do an Extended Ping with the byte size of 1178 which is (1100+50+20) I get successfully pings. So would it be wise to get ride of 'ip mtu 1260' and put 'ip mtu 1100' ?