proposal (Security IPsec)
Syntax
proposal proposal-name { authentication-algorithm (hmac-md5-96 | hmac-sha-256-128 | hmac-sha-256-96 | hmac-sha-384 | hmac-sha-512 | hmac-sha1-96); description description; encryption-algorithm (3des-cbc | aes-128-cbc | aes-128-gcm | aes-192-cbc | aes-192-gcm | aes-256-cbc | aes-256-gcm | chacha20-poly1305 | des-cbc); extended-sequence-number; lifetime-kilobytes kilobytes; lifetime-seconds seconds; protocol (ah | esp); }
Hierarchy Level
[edit security ipsec]
Description
Define an IPsec proposal. An IPsec proposal lists protocols and algorithms (security services) to be negotiated with the remote IPsec peer.
Options
proposal-name | Name of the IPsec proposal. |
authentication-algorithm | Configure the IPsec authentication algorithm. Authentication algorithm is the hash algorithm that authenticates packet data. It can be one of six algorithms:
|
description | Text description of IPsec proposal |
encryption-algorithm | Define encryption algorithm. The device deletes existing IPsec SAs
when you update the
|
extended-sequence-number | Use the |
lifetime-kilobytes | Specify the lifetime (in kilobytes) of an IPsec security association (SA). If this statement is not configured, the number of kilobytes used for the SA lifetime is unlimited.
|
lifetime-seconds | Lifetime in seconds.
|
protocol | Define the IPsec protocol for a manual or dynamic security association (SA).
|
Required Privilege Level
security—To view this statement in the configuration.
security-control—To add this statement to the configuration.
Release Information
Statement introduced before Junos OS Release 7.4.
extended-sequence-number
option introduced in Junos OS Release
19.4R1.
Starting in Junos OS Release 20.2R1, we’ve changed the help text description as
NOT RECOMMENDED
for the CLI options
hmac-md5-96
, hmac-sha1-96
,
3des-cbc
, and des-cbc
for devices running iked
process with junos-ike
package installed.
hmac-sha-512
and hmac-sha-384
options introduced in
Junos OS Release 19.1R1 on SRX5000 line of devices with SRX5K-SPC3 card.
Support for aes-128-gcm
, aes-192-gcm
, and
aes-256-gcm
options added in Junos OS Release 15.1X49-D70 for
vSRX Virtual Firewall.
Support for aes-128-gcm
, aes-192-gcm
, and
aes-256-gcm
options added in Junos OS Release 12.1X45-D10.
Support for the hmac-sha-256-128
added to SRX5400, SRX5600, and
SRX5800 devices in Junos OS Release 12.1X46-D20.
Support for the lifetime-kilobytes
option with IPsec VPN running
iked process added in Junos OS Release 23.4R1.
Support for the chacha20-poly1305
option added to SRX1600, SRX2300,
SRX4300, SRX4600, SRX5400, SRX5600, SRX5800, and vSRX 3.0 in Junos OS Release
24.2R1.