356
This command displays the configuration information of all IKE proposals in the descending order of
proposal priorities.
Related commands:
authentication-method
,
ike
proposal
,
encryption-algorithm
,
authentication-algorithm
,
dh
, and
sa
duration
.
Examples
# Display the settings of all IKE proposals.
<Sysname> display ike proposal
priority authentication authentication encryption Diffie-Hellman duration
method algorithm algorithm group (seconds)
---------------------------------------------------------------------------
11 PRE_SHARED SHA AES_CBC_128 MODP_1024 86400
default PRE_SHARED SHA AES_CBC_128 MODP_1024 86400
Table 57
Output description
Field Description
priority
Priority of the IKE proposal
authentication method
Authentication method used by the IKE proposal
authentication algorithm
Authentication algorithm used by the IKE proposal
encryption algorithm
Encryption algorithm used by the IKE proposal
Diffie-Hellman group
DH group used in IKE negotiation phase 1
duration (seconds)
ISAKMP SA lifetime of the IKE proposal in seconds
display ike sa
Syntax
display
ike
sa
[
verbose
[
connection-id
connection-id
|
remote-address
remote-address
] ] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
verbose
: Displays detailed information.
connection-id
connection-id
: Displays detailed information about IKE SAs by connection ID, in the range
1 to 2000000000.
remote
: Displays detailed information about IKE SAs with a specified remote address
.
|
: 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.