308
Parameters
verbose
: Displays detailed information.
connection-id
connection-id
: Displays detailed information about IKE SAs by connection ID, in the
range of 1 to 2000000000.
remote
: Displays detailed information about IKE SAs with a specific remote address
.
ipv6
: Specifies an IPv6 address.
ip-address
: Specifies the 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.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
If you do not specify any parameters or keywords, the command displays brief information about the
current IKE SAs.
Examples
# Display brief information about the current IKE SAs.
<Sysname> display ike sa
total phase-1 SAs: 1
connection-id peer flag phase doi
----------------------------------------------------------
1 202.38.0.2 RD|ST 1 IPSEC
2 202.38.0.2 RD|ST 2 IPSEC
flag meaning
RD--READY ST--STAYALIVE RL--REPLACED FD—FADING TO--TIMEOUT RK-REKEY
Table 49 Command output
Field Description
total phase-1 SAs
Total number of SAs for phase 1.
connection-id
Identifier of the ISAKMP SA.
peer
Remote IP address of the SA.
flag
Status of the SA:
•
RD (READY)
—The SA has been established.
•
ST (STAYALIVE)
—This end is the initiator of the tunnel negotiation.
•
RL (REPLACED)
—The tunnel has been replaced by a new one and will be
deleted later.
•
FD (FADING)
—The soft lifetime is over but the tunnel is still in use. The
tunnel will be deleted when the hard lifetime is over.
•
TO (TIMEOUT)
—The SA has received no keepalive packets after the last
keepalive timeout. If no keepalive packets are received before the next
keepalive timeout, the SA will be deleted.
•
RK (REKEY)
—The SA is a re-negotiated SA.