You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

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