Add_workflow_for_techpubs | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Panel | ||||||
---|---|---|---|---|---|---|
In this section:
|
Use this command to initiate a delete action on an IP Security configuration object.
Multiexcerpt include
MultiExcerptName
> request addressContext <addressContext name> ipsec
ikeSaDelete
ikeSaDeletaAll
ipsecSaDelete
0 | Table |
---|---|
1 | IPsec Request Parameters |
3 | 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.ikeSaDeleteAll
Yes
.SA Delete syntax PageWithExcerpt IPsec - SA Delete - CLI
Multiexcerpt include MultiExcerptName SA Delete params table PageWithExcerpt IPsec - 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.The following command deletes all entries from the IKE SA list for local SPI SA Index 13:
Code Block | ||
---|---|---|
| ||
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 |