reset ike sa [ conn-id conn-id | remote { ipv4-address | ipv6-address } ] [ slot slot-id cpu cpu-id ]
| Parameter | Description | Value |
|---|---|---|
conn-id conn-id |
Specifies the connection ID of an SA. |
The value is an integer that ranges from 1 to 4294967295. |
remote ipv4-address |
Specifies the IPv4 address of the remote end. |
The value is in dotted decimal notation. |
remote ipv6-address |
Specifies the IPv6 address of the remote end. |
The value is in colon hexadecimal notation. |
slot slot-id cpu cpu-id |
Specifies information about SAs with the specified slot ID and CPU ID. Only the USG6635E/6655E, USG6680E and USG6712E/6716E support this parameter. |
The values of slot-id and cpu-id are integers and must be set according to the device configuration. |
Usage Scenario
To clear an IPSec tunnel established through IKE negotiation, run the reset ike sa command to clear the IKE SA that is used to negotiate the IPSec tunnel.
There are two types of SAs established through IKE negotiation. The IKE SA in phase 1 is used for IKE negotiation, and the IPSec SA in phase 2 is established under the protection of the IKE SA in phase 1 to protect data flows.
Precautions
After dependency between IPSec SA and IKE SA during IKEv1 negotiation is disabled using the undo ikev1 phase1-phase2 sa dependent command, running the reset ike sa conn-id command to delete an IKE SA will also delete the corresponding IPSec SA.