353
View
IKE proposal view
Default level
2: System level
Parameters
group2
: Uses the 1024-bit Diffie-Hellman group for key negotiation in phase 1.
group5
: Uses the 1536-bit Diffie-Hellman group for key negotiation in phase 1.
group14
: Uses the 2048-bit Diffie-Hellman group for key negotiation in phase 1.
Description
Use the
dh
command to specify the DH group to be used in key negotiation phase 1 for an IKE proposal.
Use the
undo dh
command to restore the default.
By default, group2, the 1024-bit Diffie-Hellman group, is used.
Related commands:
ike
proposal
and
display
ike
proposal
.
Examples
# Specify 1536-bit Diffie-Hellman for IKE proposal 10.
<Sysname> system-view
[Sysname] ike proposal 10
[Sysname-ike-proposal-10] dh group5
display ike dpd
Syntax
display
ike
dpd
[
dpd-name
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
dpd-name
: DPD name, a string of 1 to 32 characters.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use the
display
ike
dpd
command to display information about Dead Peer Detection (DPD) detectors.
If you do not specify any parameters, the command displays information about all DPD detectors.