360
Default level
2: System level
Parameters
dpd-name
: DPD detector name, a string of 1 to 32 characters.
Description
Use the
dpd
command to apply a DPD detector to an IKE peer.
Use the
undo dpd
command to remove the application.
By default, no DPD detector is applied to an IKE peer.
Examples
# Apply
dpd1
to IKE peer peer1.
<Sysname> system-view
[Sysname] ike peer peer1
[Sysname-ike-peer-peer1] dpd dpd1
encryption-algorithm
Syntax
encryption-algorithm
aes-cbc
[
key-length
]
undo
encryption-algorithm
View
IKE proposal view
Default level
2: System level
Parameters
aes-cbc
: Uses the AES algorithm in CBC mode as the encryption algorithm. The AES algorithm uses
128-bit, 192-bit, or 256-bit keys for encryption.
key-length
: Key length for the AES algorithm, which can be 128, 192 or 256 bits and is defaulted to 128
bits.
Description
Use the
encryption-algorithm
command to specify an encryption algorithm for an IKE proposal.
Use the
undo
encryption-algorithm
command to restore the default.
The default encryption algorithm for an IKE proposal is AES-128.
Related commands:
ike
proposal
and
display
ike
proposal
.
Examples
# Use 128-bit AES in CBC mode as the encryption algorithm for IKE proposal 10.
<Sysname> system-view
[Sysname] ike proposal 10
[Sysname-ike-proposal-10] encryption-algorithm aes 128