Cisco PIX 525 Spécifications Page 455

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 604
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 454
27-5
Cisco Security Appliance Command Line Configuration Guide
OL-6721-01
Chapter 27 Configuring Remote Access VPNs
Defining a Tunnel Group
Step 1 To configure a transform set, in global configuration mode enter the crypto ipsec transform-set
command. The syntax is:
crypto ipsec transform-set transform-set-name
encryption-method authentication-method
The following example configures a transform set with the name FirstSet, esp-3des encryption, and
esp-md5-hmac authentication:
hostname(config)# crypto ipsec transform set FirstSet esp-3des esp-md5-hmac
hostname(config)#
Step 2 Save the changes.
hostname(config)# write memory
hostname(config)#
Defining a Tunnel Group
A tunnel group is a set of records that contain tunnel connection policies. You configure a tunnel group
to identify AAA servers, specify connection parameters, and define a default group policy. The security
appliance stores tunnel groups internally.
There are two default tunnel groups in the security appliance system: DefaultRAGroup, which is the
default IPSec remote-access tunnel group, and DefaultL2Lgroup, which is the default IPSec
LAN-to-LAN tunnel group. You can change them but not delete them. The security appliance uses these
groups to configure default tunnel parameters for remote access and LAN-to-LAN tunnel groups when
there is no specific tunnel group identified during tunnel negotiation.
To establish a basic remote access connection, you must set three attributes for a tunnel group:
Set the connection type to IPSec remote access.
Configure the address assignment method, in the following example, address pool.
Configure an authentication method, in the following example, preshared key.
Step 1 To set the connection type to IPSec remote access, enter the tunnel-group command. The command
syntax is tunnel-group name type type, where name is the name you assign to the tunnel group, and type
is the type of tunnel. The tunnel types as you enter them in the CLI include the following:
ipsec-ra (IPSec remote access)
ipsec-l2l (IPSec LAN to LAN)
In the following example the name of the tunnel group is testgroup.
hostname(config)# tunnel-group testgroup type ipsec-ra
hostname(config)#
Step 2 To configure an authentication method for the tunnel group, enter the general-attributes mode and then
enter the address-pool command to create the address pool. In the following example the name of the
group is testgroup and the name of the address pool is testpool.
hostname(config)# tunnel-group testgroup general-attributes
hostname(config-general)# address-pool testpool
Vue de la page 454
1 2 ... 450 451 452 453 454 455 456 457 458 459 460 ... 603 604

Commentaires sur ces manuels

Pas de commentaire