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-sa (Security Group VPN)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
ipsec-sa name {
    match-policy policy-name {
        destination ip-address/netmask;
        destination-port number;
        protocol number;
        source ip-address/netmask;
        source-port number;
    }
    proposal proposal-name;
}

Hierarchy Level

content_copy zoom_out_map
[edit security group-vpn server group name]

Description

Configure the group SAs to be downloaded to members. There can be multiple group SAs downloaded to group members.

Options

ipsec-sa name—Define the group SAs to be downloaded to members.

  • match-policy policy-name—Configure the group policy with source address, source port, destination address, destination port, and protocol.

    • destination ip-address/netmask—Specify the destination IP address to be matched (0.0.0.0/0 for any).

    • destination-port number—Specify the destination port to be matched (0 for any).

    • protocol number—Specify the protocol number to be matched (0 for any).

    • source ip-address/netmask—Specify the source IP address to be matched (0.0.0.0/0 for any).

    • source-port number—Specify the source port to be matched (0 for any)

  • proposal proposal-name—Specify the name of the IPsec proposal configured with the proposal configuration statement at the [edit security group-vpn server ipsec] hierarchy.

Required Privilege Level

security—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 10.2.

footer-navigation