| Parameter | Description | Value |
|---|---|---|
brief |
Displays brief information about all IPSec profiles. |
- |
name profile-name |
Displays information about the specified IPSec profile. |
The value must be an existing IPSec profile name. |
If no parameter is specified, you can view information about all IPSec profiles.
If the brief parameter is specified, you can view brief information about all IPSec policies.
If the name parameter is specified, you can view detailed information about the specified IPSec policy.
# Display brief information about all IPSec profiles.
<sysname> display ipsec profile brief Total number of IPSec profile: 1 Profile name Peer name --------------------------------- a spub
Item
|
Description |
|---|---|
Total number of IPSec profile |
Number of IPSec profiles on a device. |
Profile name |
Name of an IPSec profile. To configure an IPSec profile, run the ipsec profile (system view) command. |
Peer name |
Name of the IKE peer referenced by the IPSec profile. To reference an IKE peer, run the ike-peer command. |
# Display information about IPSec profile a.
<sysname> display ipsec profile name a =========================================== IPSec profile : a Using interface: Tunnel1 =========================================== IPSec Profile Name : a Peer Name : - PFS Group : DH group 14 SecondsFlag : 0 (0:Global 1:Local) SA Life Time Seconds : 3600 KilobytesFlag : 0 (0:Global 1:Local) SA Life Kilobytes : 1843200 Anti-replay : - Anti-replay Window Size : 1024 Fragment Before-encryption: Disable Number of IPSec Proposals : 0 IPSec Proposals Name : -
Item
|
Description |
|---|---|
IPSec profile |
Name of an IPSec profile. To configure an IPSec profile, run the ipsec profile (system view) command. |
Using interface |
Interface to which an IPSec profile is applied. |
IPSec Profile Name |
Name of an IPSec profile. To configure an IPSec profile, run the ipsec profile (system view) command. |
Peer Name |
Name of the IKE peer referenced by the IPSec profile. To reference an IKE peer, run the ike-peer command. |
PFS Group |
Perfect Forward Secrecy (PFS) used in IKE negotiation:
To specify the PFS, run the pfs command. |
SecondsFlag |
Flag bit indicating aging of the SA.
|
SA Life Time Seconds |
Time-based IPSec SA lifetime. |
KilobytesFlag |
Flag bit indicating aging of the SA.
|
SA Life Kilobytes |
Traffic-based IPSec SA lifetime. |
Anti-replay |
Whether IPSec anti-replay is enabled in an IPSec profile:
To enable IPSec anti-replay, run the anti-replay enable command. |
Anti-replay Window Size |
IPSec anti-replay window size. This field is valid only when the IPSec anti-replay function is enabled. To set the IPSec anti-replay window size, run the anti-replay window command. |
Fragment Before-encryption |
Packet fragmentation mode.
To configure a packet fragmentation mode, run the fragmentation before-encryption command. |
Number of IPSec Proposals |
Number of IPSec proposals referenced by an IPSec profile. |
IPSec Proposals Name |
Name of the referenced IPSec proposal. To configure an IPSec proposal, run the proposal command. |