Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

In this section:

Table of Contents
maxLevel3
minLevel2


Use this command to initiate a delete action on an IP Security configuration object.

Command Syntax

Code Block
languagenone
> request addressContext <addressContext name> ipsec 
	ikeSaDelete
	ikeSaDeletaAll
	ipsecSaDelete

Command Parameters

Caption
0Table
1IPsec Request Parameters
3IPsec Request Parameters


Parameter

Description

ikeSaDelete

Name of a specific IKE SA to be deleted by its IKE handle identifier.

  • saIndex <unsignedInt> – Handle identifier (index number) of the IKE SA to delete.
ikeSaDeleteAllGlobally delete all IKE SAs. When prompted to delete all, enter Yes.
ipsecSaDelete

Delete the IPsec SA pair with a given local tunnel IP address (LOCAL TUNNEL IP ADDRESS) and a given incoming Security Parameter Index value (LOCAL SPI).

  • localSPI <HexBinary value> – Local SPI (Security Parameter Index) of the SA to delete.

Excerpt Include
_ipsecSaDelete_restriction
_ipsecSaDelete_restriction
nopaneltrue


Command Example

 The following command deletes all entries from the IKE SA list for local SPI 13:

Code Block
languagenone
request addressContext default ipsec ikeSaDelete saIndex 13
 
When prompted, enter 'y' to continue: 
This command will delete entry from the IKE SA list. Do you want to continue (yes/no) yes

Pagebreak