ipsec (Security Group VPN Member)
Syntax
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; } t}
Hierarchy Level
[edit security group-vpn member]
Description
Configure IPsec for Phase 2 exchange on the group member. Group VPNv2 is supported on SRX300, SRX320, SRX340, SRX345, SRX550HM, SRX1500, SRX4100, SRX4200, and SRX4600 devices and vSRX Virtual Firewall instances.
Options
vpn vpn-name | Name of the VPN. |
df-bit | Specifies pre-fragmentation and post-fragmentation of IPsec traffic on the group member. One of the following options can be configured:
|
exclude rule | Specifies traffic to be excluded from Group VPN encryption. A maximum of 10 exclude rules can be configured. Source and destination addresses must be specified in ip-address/mask format; address books and address sets are not supported. Predefined and user-defined applications are supported, but application sets are not supported. |
fail-open rule | Specifies the traffic to be sent in cleartext mode if there is no valid SA key available to protect the traffic. Traffic that is not specified by the fail-open rule is blocked if there is no valid SA key available to protect the traffic. A maximum of 10 fail-open rules can be configured. Source and destination addresses must be specified in ip-address/mask format; address books and address sets are not supported. Predefined and user-defined applications are supported, but application sets are not supported. |
group id | Identifier configured for the Group VPN. |
group-vpn-external-interface interface | Interface used by the group member to
connect to the Group VPN peers. The interface must belong to the same
zone as the |
ike-gateway gateway-name | Name of the IKE gateway for the Group VPN. |
recovery-probe | Enables
initiation of |
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. df-bit
, exclude
rule
, fail-open rule
, and
recovery-probe
options added in Junos OS Release 15.1X49-D30
for vSRX Virtual Firewall.