
25-8
Cisco Security Appliance Command Line Configuration Guide
OL-6721-01
Chapter 25 Configuring Tunnel Groups, Group Policies, and Users
Configuring Tunnel Groups
Default LAN-to-LAN Tunnel Group Configuration
The contents of the default LAN-to-LAN tunnel group are as follows:
tunnel-group DefaultL2LGroup type ipsec-l2l
tunnel-group DefaultL2LGroup general-attributes
no accounting-server-group
default-group-policy DfltGrpPolicy
tunnel-group DefaultL2LGroup ipsec-attributes
no pre-shared-key
peer-id-validate req
no chain
no trust-point
isakmp keepalive threshold 10 retry 2
LAN-to-LAN tunnel groups have fewer parameters than remote-access tunnel groups, and most of these
are the same for both groups. For your convenience in configuring the connection, they are listed
separately here.
Configuring LAN-to-LAN Tunnel Groups
An IPSec LAN-to-LAN VPN tunnel group applies only to LAN-to-LAN IPSec client connections. To
configure a LAN-to-LAN tunnel group, follow the steps in this section.
Specify a Name and Type for the LAN-to-LAN Tunnel Group
To specify a name and a type for a tunnel group, enter the tunnel-group command, as follows:
hostname(config)# tunnel-group
tunnel_group_name
type
tunnel_type
For a LAN-to-LAN tunnel, the type is ipsec-l2l.; for example:
hostname(config)# tunnel-group TunnelGroup1 type ipsec-l2l
Configure LAN-to-LAN Tunnel Group General Attributes
To configure the tunnel group general attributes, specify the parameters in the following steps:
Step 1 Enter configuration-general mode by specifying the general-attributes designator:
hostname(config)# tunnel-group
tunnel_group_tunnel-group-name
general-attributes
hostname(config-general)#
The prompt changes to indicate that you are now in config-general mode, in which you configure the
tunnel-group general attributes.
Step 2 Specify the name of the accounting-server group, if any, to use:
hostname(config-general)# accounting-server-group
groupname
For example, the following command specifies the use of the accounting-server group “acctgserv1”:
hostname(config-general)# accounting-server-group acctgserv1
Komentáře k této Příručce