Chapter 4
Configuration via the Command Line Interface
4.5.4Set the Connection Security Descriptor Parameters
modify command The ipsec connection descriptor modify command sets or modifies the connection descriptor parameters.
The Descriptors must match at both tunnel ends in order to have a successful outcome of the Phase 2 negotiation.
Example In this example, the parameters of the previously defined Connection Security Descriptor cnctdes1 are set to the following values:
crypto = AES key length = 128 integrity =
Perfect Forward Secrecy = disabled lifetime secs = 3600
lifetime kbytes = 10000 Encapsulation mode = tunnel mode
[ipsec connection descriptor]=>modify |
| |
name = cnctdes1 |
|
|
[crypto] = |
|
|
DES |
|
|
3DES |
|
|
AES |
|
|
NULL |
|
|
[crypto] = AES |
|
|
keylen = | 192 | 256 |
128 | ||
keylen = 128 |
|
|
[integrity] = |
|
|
|
| |
|
| |
[integrity] = |
|
|
[pfs] = disabled |
|
|
[lifetime_secs] = 3600 |
|
|
[lifetime_kbytes] | = | 10000 |
[encapsulation] = | tunnel | |
:ipsec connection | descriptor modify name=cnctdes1 crypto=AES keylen=128 | |
lifetime_secs=3600 lifetime_kbytes=10000 | ||
[ipsec connection | descriptor]=> |
The parameters of the
The descriptors must match at both peers in order to have a successful outcome of the Phase 2 negotiation.
133 | |
|