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

Configuring VPN Global Settings (Standard VPNs)

Global VPN settings help you monitor and maintain the efficient operation of your VPN. The following example-based instructions show how to configure global IPsec VPN settings.

Before You Begin

For background information, read

Peers in a Security Association (SA) can become unsynchronized when one of the peers fails, for example, and reboots, causing it to send an incorrect SPI. You enable the device to detect such an event and resynchronize the peers by configuring the bad SPI response feature, and VPN monitoring.

In this example, you configure the device to detect and respond five times to a bad IPsec SPI before deleting the SA and initiating a new one. You also configure the device to monitor the VPN by sending Internet Control Message Protocol (ICMP) requests to the peer every 15 seconds, and to declare the peer unreachable after 15 unsuccessful pings.

To configure VPN global settings, use either the J-Web or the CLI configuration editor. (For information about configuring global settings using J-Web Quick Configuration pages, see Configuring VPN Global Settings—Quick Configuration (Standard VPNs).)

This topic covers:

J-Web Configuration

To configure global VPN settings in J-Web:

  1. In the J-Web user interface, select Configuration > View and Edit > Edit Configuration > Security > IKE.
  2. Check the Respond Bad SPI check box, then click Configure.
  3. Enter a value in the Max responses field.
  4. Click one of the following buttons:
  5. Select Configuration > View and Edit > Edit Configuration > Security > IPsec.
  6. Check the VPN monitor options check box, and then click Configure.
  7. Enter a value in the Interval field.
  8. Enter a value in the Threshold field.
  9. Click one of the following buttons:

CLI Configuration

To configure global VPN settings in the CLI editor:

user@host# set security ike respond-bad-spi 5
user@host# set security ipsec vpn-monitor-options interval 15 threshold 15

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