[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring DPD and IPSec Tunnel Failover

You can use the ipsec option dpd command to enable dead peer detection (DPD) on the router. DPD is also known as IKE keepalive. If an IPSec tunnel destination backup is configured, the router redirects traffic to the alternate destination when DPD detects a disconnection between the E-series router and the regular tunnel destination. See the tunnel destination backup command.

To enable DPD and create an alternate IPSec tunnel destination for failover:

  1. Enable DPD on the router.
    host1(config)#ipsec option dpd
  2. Enter virtual router mode. Specify the VR that contains the source and destination addresses assigned to the tunnel interface (that is, the transport virtual router context).
    host1(config)#virtual-router vrA
    host1:vrA(config)#
  3. Create an IPSec tunnel, and specify the transport VR.
    host1:vrA(config)#interface tunnel ipsec:Aottawa2boston transport-virtual-router default
    host1:vrA(config-if)#
  4. Specify the address or identity of the tunnel destination backup endpoint.
    host1:vrA(config-if)#tunnel destination backup identity branch500.customer77.isp.net

ipsec option dpd

tunnel destination backup


[Contents] [Prev] [Next] [Index] [Report an Error]