In this section:

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

Command Syntax

> request addressContext <addressContext name> ipsec 
	ikeSaDelete
	ikeSaDeletaAll
	ipsecSaDelete

Command Parameters

IPsec 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.


Note

This command supports the deletion of IKE IPsec SAs only. You cannot delete IPsec SAs created during IMS AKA registration using this command.

Command Example

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

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

  • No labels