
C613-50186-01 Rev B
Command Reference for AR2050V
2691
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
SEC
C
OMMANDS
CLEAR
ISAKMP
SA
clear isakmp sa
Overview
Use this command to delete Internet Security Association Key Management
Protocol (ISAKMP) Security Associations (SAs). SAs specify the Security Parameter
Index (SPI), protocols, algorithms and keys for protecting a single flow of traffic
between two IPSec peers. For more information about SA, see the
Internet
Protocol Security (IPSec) Feature Overview and Configuration Guide
.
Syntax
clear [crypto] isakmp sa [peer <
ipv4-addr
>|<
ipv6-addr
>|
<
hostname
>] [force]
Mode
Privileged Exec
Examples
To delete the ISAKMP security associations at the peer for an IPv6 address, use the
command:
awplus#
clear isakmp sa peer 2001:0db8::1
To delete the ISAKMP security associations at the peer for an IPv4 address, use the
command:
awplus#
clear isakmp sa peer 192.168.2.1
To delete the ISAKMP security associations at the peer for a host name, use the
command:
awplus#
clear isakmp sa peer remote.example.com
Related
Commands
Command
Changes
Version 5.4.7-0.1: Parameter <hostname> added for DDNS feature.
Parameter
Description
<
ipv4-addr
>
Destination IPv4 address. The IPv4 address uses the
format A.B.C.D.
<
ipv6-addr
>
Destination IPv6 address. The IPv4 address uses the
format X:X::X:X.
<
hostname
>
Destination host name.
force
Force to clear ISAKMP SAs without negotiating with the peer.