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


Configuring IPSec Transport Profiles

To configure an IPSec transport profile that will be used to secure DVMRP, GRE, or L2TP tunnels:

  1. Create the profile.
  2. host1(config)#ipsec transport profile secureGre virtual-router default ip address 
    5.5.5.5 
    
    host1(config-ipsec-transport-profile)# 
    
    
    
  3. Specify one or more types of application that the profile secures.
  4. host1(config-ipsec-transport-profile)#application gre dvmrp l2tp
    
    
    

You can then set any of the following parameters for the profile:

To display the available transform sets, issue the transform-set ? command.

Enter the unencrypted key. The router encrypts the key and stores it in encrypted form. You can no longer retrieve the unencrypted key.

host1(config-ipsec-transport-profile-local)#pre-share secretforGre

application

ipsec transport profile

For L2TP/IPSec connections, you can enter a fixed IP address or the wildcard address, 0.0.0.0. If you use the wildcard address, the profile accepts any remote client connection, which is a typical scenario for secure remote access.

For GRE/IPSec and DVMRP/IPSec connections, you must enter a fixed address; the 0.0.0.0 wildcard address is not accepted and will return an error.

lifetime

local ip address

pfs group

pre-share

pre-share-masked

transform-set


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