
25-9
Cisco Security Appliance Command Line Configuration Guide
OL-6721-01
Chapter 25 Configuring Tunnel Groups, Group Policies, and Users
Configuring Tunnel Groups
Step 3 Specify the name of the default group policy:
hostname(config-general)# default-group-policy
policyname
For example, the following command specifies that the name of the default group policy is “MyPolicy”:
hostname(config-general)# default-group-policy MyPolicy
Configure LAN-to-LAN IPSec Attributes
To configure the IPSec attributes, do the following steps:
Step 1 To enter config-ipsec mode, in which you configure the tunnel-group IPSec attributes, enter the
tunnel-group command with the IPSec-attributes designator.
hostname(config)# tunnel-group
tunnel-group-name
ipsec-attributes
For example, the following command enters config-ipsec mode so you can configure the parameters for
the tunnel group named “TG1”:
hostname(config)# tunnel-group TG1 ipsec-attributes
hostname(config-ipsec)#
The prompt changes to indicate that you are now in config-ipsec mode.
Step 2 Specify the preshared key to support IKE connections based on preshared keys.
hostname(config-ipsec)# pre-shared-key key
For example, the following command specifies the preshared key XYZX to support IKE connections for
an IPSec remote access tunnel group:
hostname(config-ipsec)# pre-shared-key xyzx
Step 3 Specify whether to validate the identity of the peer using the peer’s certificate:
hostname(config-ipsec)# peer-id-validate
option
The available options are req (required), cert (if supported by certificate), and nocheck (do not check).
The default is req. For example, the following command sets the peer-id-validate option to nocheck:
hostname(config-ipsec)# peer-id-validate nocheck
Step 4 Specify whether to enable sending of a certificate chain. This action includes the root certificate and any
subordinate CA certificates in the transmission:
hostname(config-ipsec)# chain
You can apply this attribute to all tunnel-group types.
Step 5 Specify the name of a trustpoint that identifies the certificate to be sent to the IKE peer:
hostname(config-ipsec)# trust-point
trust-point-name
For example, the following command sets the trustpoint name to “mytrustpoint”:
hostname(config-ipsec)# trust-point mytrustpoint
You can apply this attribute to all tunnel-group types.
Kommentare zu diesen Handbüchern