592
Predefined user roles
network-admin
Parameters
proposal-name
: Specifies an IKEv2 proposal by its name, a case-insensitive string of 1 to 63
characters.
Usage guidelines
You can specify multiple IKEv2 proposals for an IKEv2 policy. A proposal specified earlier has a
higher priority.
Examples
# Specify the IKEv2 proposal
proposal1
for the IKEv2 policy
policy1
.
<Sysname> system-view
[Sysname] ikev2 policy policy1
[Sysname-ikev2-policy-policy1] proposal proposal1
Related commands
display ikev2 policy
ikev2 proposal
reset ikev2 sa
Use
reset ikev2 sa
to delete IKEv2 SAs.
Syntax
reset ikev2 sa
[ [ {
local
|
remote
} {
ipv4-address
|
ipv6
ipv6-address
} [
vpn-instance
vpn-instance-name
] ] |
tunnel
tunnel-id
] [
fast
]
Views
User view
Predefined user roles
network-admin
Parameters
local
: Deletes IKEv2 SAs for a local IP address.
remote
: Deletes IKEv2 SAs for a remote IP address.
ipv4-address
: Specifies a local or remote IPv4 address.
ipv6
ipv6-address
: Specifies a local or remote IPv6 address.
vpn-instance
vpn-instance-name
: Deletes IKEv2 SAs in a VPN instance. The
vpn-instance-name
argument represents the VPN instance name, a case-sensitive string of 1 to 31 characters. To delete
IKEv2 SAs on the public network, do not specify this option.
tunnel
tunnel-id
: Deletes IKEv2 SAs for an IPsec tunnel. The
tunnel-id
argument specifies an IPsec
tunnel by its ID in the range of 1 to 2000000000.
fast
: Notifies the peers of the deletion and deletes IKEv2 SAs directly before receiving the peers'
responses. If you do not specify this keyword, the device notifies the peers of the deletion and
deletes IKEv2 SAs after it receives the peers' responses.
Usage guidelines
Deleting an IKEv2 SA will also delete the child SAs negotiated through the IKEv2 SA.