Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

ipsec

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
ipsec {
    proposal proposal-name {
        authentication-algorithm (hmac-sha-256);
        description description;
        encryption-algorithm algorithm;
        lifetime-seconds seconds;
        protocol (esp | bundle);
    }
    policy policy-name {
        description description;
        perfect-forward-secrecy {
            keys (group1 | group2 |group5 |group14 |group15 | group16 | group24);
        }
        proposals [ proposal-names ];
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit services ipsec-vpn]

Description

Configure IPsec.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation