Chapter 10 IPsec VPN : IPsec VPN in the web-based manager : Auto Key (IKE) : Phase 1 advanced configuration settings : IKE fragmentation
  
IKE fragmentation
UDP fragmentation can cause issues in IPsec when either the ISP or perimeter firewall(s) cannot pass or fragment the oversized UDP packets that occur when using a very large public security key (PSK). The result is that IPsec tunnels do not come up. The solution is IKE fragmentation.
For most configurations, enabling IKE fragmentation allows connections to automatically establish when they otherwise might have failed due to intermediate nodes dropping IKE messages containing large certificates, which typically push the packet size over 1500 bytes.
FortiOS will fragment a packet on sending if, and only if, all the following are true:
Phase 1 contains "set fragmentation enable".
The packet is larger than the minimum MTU (576 for IPv4, 1280 for IPv6).
The packet is being re-transmitted.
By default, IKE fragmentation is enabled, but upon upgrading, any existing phase1-interface may have have "set fragmentation disable" added in order to preserve the existing behaviour of not supporting fragmentation.
To enable or disable IKE fragmentation - CLI
config vpn ipsec phase1-interface
edit 1
set fragmentation [enable | disable]
next
end