Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
JIRAIDAUTHSBX-129948
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a0c87e188912017e4c24a00e0016, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cdcc0a9b, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a0c86c120d6f016c28d164de0010, userName='null'}
REV2UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cc650806, userName='null'}


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

Multiexcerpt include

language

MultiExcerptName

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

SA Delete syntax
PageWithExcerptIPsec - SA Delete - CLI

Command Parameters

Multiexcerpt include
MultiExcerptNameSA Delete params table
PageWithExcerptIPsec - SA Delete - CLI

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 SA Index 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