Chapter 10 IPsec VPN : Phase 2 parameters : Configure the Phase 2 parameters : Auto-negotiate
  
Auto-negotiate
By default, the Phase 2 security association (SA) is not negotiated until a peer attempts to send data. The triggering packet and some subsequent packets are dropped until the SA is established. Applications normally resend this data, so there is no loss, but there might be a noticeable delay in response to the user.
If the tunnel goes down, the auto-negotiate feature (when enabled) attempts to re-establish the tunnel. Auto-negotiate initiates the Phase 2 SA negotiation automatically, repeating every five seconds until the SA is established.
Automatically establishing the SA can be important for a dialup peer. It ensures that the VPN tunnel is available for peers at the server end to initiate traffic to the dialup peer. Otherwise, the VPN tunnel does not exist until the dialup peer initiates traffic.
The auto-negotiate feature is available through the Command Line Interface (CLI) via the following commands:
config vpn ipsec phase2
edit <phase2_name>
set auto-negotiate enable
end