You can run this command to view global IKE configurations, such as the local name used in IKE negotiation, interval for sending heartbeat packets, timeout interval of heartbeat packets, and interval for sending NAT keepalive packets.
# Display global IKE configurations.
<sysname> display ike global config IKE Global Config: -------------------------------------------------------------- IKE local-name : huawei IKE heartbeat-timer interval : 30 IKE heartbeat-timer timeout : 100 IKE nat-keepalive-timer interval : 52 IKE sm-encryption-key-length : disable IKE certificate-check : disable IKEv1 phase1-phase2 sa dependent : enable DPD : enable DPD type : periodic DPD retry-limit : 3 DPD retransmit-interval(s) : 15 DPD idle-time(s) : 30 DPD msg : seq-notify-hash DPD packet receive if-related : disable IKE call admission : 800 IKEv2 cookie-challenge : 25000 IKE DSCP : - IKEv2 id-match-certificate : disable IKEv2 initial-contact : enable IKEv2 delete old child-sa : enable --------------------------------------------------------------
Item |
Description |
|---|---|
IKE Global Config |
Global IKE configurations. |
IKE local-name |
Local peer name used in IKE negotiation. This parameter can be configured using the ike local-name command. If the ike local-name command is not run, the device name configured using the sysname command is used for IKE negotiation. |
IKE heartbeat-timer interval |
Interval (in seconds) at which a device sends heartbeat packets through an IKE SA. This parameter is configured using the ike heartbeat-timer interval command. |
IKE heartbeat-timer timeout |
Timeout period (in seconds) of sending heartbeat packets through an IKE SA. This parameter is configured using the ike heartbeat-timer timeout command. |
IKE nat-keepalive-timer interval |
Interval (in seconds) at which a device sends NAT keepalive packets through an IKE SA. This parameter is configured using the ike nat-keepalive-timer interval command. |
IKE sm-encryption-key-length |
Whether IKE negotiation packets carry the SM encryption key length when IKE uses a digital envelope for authentication:
|
IKE certificate-check |
Whether to verify the certificate on an IKE peer:
|
IKEv1 phase1-phase2 sa dependent |
Dependency between an IPSec SA and an IKE SA during IKEv1 negotiation is enabled.
This function is configured using the ikev1 phase1-phase2 sa dependent command. |
DPD |
Whether to enable the DPD function:
|
DPD type |
DPD mode of an IKE peer:
|
DPD retry-limit |
Number of DPD retransmissions of an IKE peer. This parameter can be configured using the ike dpd command. |
DPD retransmit-interval(s) |
DPD packet retransmission interval of an IKE peer. This parameter can be configured using the ike dpd command. |
DPD idle-time(s) |
DPD idle time of an IKE peer. This parameter can be configured using the ike dpd command. |
DPD msg |
Payload sequence in DPD packets sent by an IKE peer:
|
DPD packet receive if-related |
Whether to enable the function that checks whether the interface that receives DPD packets is the interface that establishes an IPSec SA:
This function is configured using the ike dpd packet receive if-related enable command. |
IKE call admission |
Maximum number of IKE SAs to be negotiated. This parameter is configured using the ike call admission limit in-negotiation-sa command. |
IKEv2 cookie-challenge |
Maximum number of half-open connections allowed by IKEv2. This parameter is configured using the ikev2 cookie-challenge command. |
IKE DSCP |
Global DSCP value of IKE packets. This parameter can be configured using the ike dscp command. |
IKEv2 id-match-certificate |
Whether to enable the device to check certificate identity of the peer device when IKEv2 uses certificate negotiation:
This function is configured using the ikev2 id-match-certificate enable command. |
IKEv2 initial-contact |
Whether the first IKE_AUTH request message carries the INITIAL_CONTACT notification payload.
This function is configured using the ikev2 initial-contact enable command. |
IKEv2 delete old child-sa |
Whether to enable the function of instructing the peer device to delete the old child SA:
This function is configured using the ikev2 delete old child-sa enable command. |