Cisco PIX 525 Especificaciones Pagina 419

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 604
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 418
25-5
Cisco Security Appliance Command Line Configuration Guide
OL-6721-01
Chapter 25 Configuring Tunnel Groups, Group Policies, and Users
Configuring Tunnel Groups
Configure Remote-Access Tunnel Group General Attributes
To configure the tunnel group general attributes, specify the parameters in the following steps.
Step 1 Enter the config-general mode by specifying the tunnel-group command with the general-attributes
designator:
hostname(config)# tunnel-group
tunnel_group_name
general-attributes
This command enters config-general mode, in which you configure the tunnel-group general attributes.
Step 2 Specify the name of the authentication-server group, if any, to use. If you want to use the LOCAL
database for authentication if the specified server group fails, append the word LOCAL:
hostname(config-general)# authentication-server-group
groupname
[LOCAL]
You can also configure interface-specific authentication by including the name of an interface after the
group name. The following command configures interface-specific authentication for the interface
named “test” using the server “servergroup1” for authentication:
hostname(config-general)# authentication-server-group test servergroup1
Step 3 Specify the name of the authorization-server group, if any, to use:
hostname(config-general)# authorization-server-group
groupname
Step 4 Specify the name of the accounting-server group, if any, to use:
hostname(config-general)# accounting-server-group
groupname
Step 5 Specify the name of the default group policy:
hostname(config-general)# default-group-policy
policyname
The following example sets “DfltGrpPolicy” as the name of the group policy:
hostname(config)# default-group-policy DfltGrpPolicy
Step 6 Specify the name or IP address of the DHCP server (up to 10 servers), and the names of the DHCP
address pools (up to 6 pools). The defaults are no DHCP server and no address pool.
hostname(config-general)# dhcp-server
server1
[
...server10
]
hostname(config-general)# address-pool [(interface name)] address_pool1 [...address_pool6]
Note The interface name must be enclosed in parentheses.
You configure address pools with the ip local pool command in global configuration mode.
Step 7 Specify whether to strip the group or the realm from the username before passing it on to the AAA server.
The default is not to strip either the group name or the realm.
hostname(config-general)# strip-group
hostname(config-general)# strip-realm
Enter the strip-realm command to remove the realm qualifier of the username during authentication. If
you do so, authentication is based on the username alone. Otherwise, authentication is based on the full
username@realm string. You must enable strip realm if your server is unable to parse delimiters. If you
are using the Group Lookup feature and strip realm, do not use the @ character for the group delimiter.
Vista de pagina 418
1 2 ... 414 415 416 417 418 419 420 421 422 423 424 ... 603 604

Comentarios a estos manuales

Sin comentarios