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

member (Security Group VPN)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
member {
    ike {
        gateway gateway-name;
            policy;
            proposal;
            traceoptions;
        }
    ipsec {
        vpn vpn-name {
            df-bit (clear | copy | set);
            exclude rule rule-name {
                source-address ip-address/mask;
                destination-address ip-address/mask;
                application application;
            }
            fail-open rule rule-name {
                source-address ip-address/mask;
                destination-address ip-address/mask;
                application application;
            }
            group id;
            group-vpn-external-interface interface;
            ike-gateway gateway-name;
            recovery-probe;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit security group-vpn]

Description

Configure group VPN member. A group member encrypts the traffic and is responsible for the actual encryption and decryption of data traffic. A group member is configured with IKE Phase 1 parameters and GC/KS information.

Options

ikegateway-name

Configure IKE gateway for group VPN member.

policy policy-name

Configure an IKE policy.

proposalproposal-name

Define an IKE proposal.

traceoptions

Configure group VPN tracing options to aid in troubleshooting the IKE issues.

ipsec

Configure IPsec for Phase 2 exchange on the group member.

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