manual (Security IPsec)
Syntax
manual { authentication { algorithm (hmac-md5-96 | hmac-sha-256-128 | hmac-sha1-96); key (ascii-text key | hexadecimal key ); } encryption { algorithm (3des-cbc | aes-128-cbc | aes-128-gcm | aes-192-cbc | aes-256-cbc | aes-256-gcm | des-cbc); key (ascii-text key | hexadecimal key ); } external-interface external-interface-name; gateway ip-address; protocol (ah | esp); spi spi-value; }
Hierarchy Level
[edit security ipsec vpn vpn-name]
Description
Define a manual IPsec security association (SA).
Options
authentication algorithm | Hash algorithm that authenticates packet data. It can be one of the following
|
encryption algorithm | Select the encryption algorithm for the internal Routing-Engine-to-Routing-Engine IPsec security association (SA) configuration. It can be one of the following:
|
external-interface | Specify the outgoing interface for the manual security association |
gateway | For a manual security association, specify the IPv4 or IPv6 address of the peer |
protocol | Define an IPsec protocol for the manual security association
|
spi | Configure a security parameter index (SPI) for a security association (SA). An arbitrary value that uniquely identifies which security association (SA) to use at the receiving host (the destination address in the packet).
|
Required Privilege Level
security—To view this statement in the configuration.
security-control—To add this statement to the configuration.
Release Information
Statement modified in Junos OS Release 8.5. Support for IPv6 addresses added in Junos OS Release 11.1.
Support for hmac-sha-256-128
added to SRX5400, SRX5600, and SRX5800 devices in
Junos OS Release 12.1X46-D20. Support for authentication algorithms (SHA1:
hmac-sha1-96 and SHA2: hmac-sha-256-128) in PowerMode IPsec (PMI) mode is introduced
for SRX4100, SRX4200, and vSRX Virtual Firewall in Junos OS Release 19.3R1. Support
for vSRX Virtual Firewall 3.0 is introduced in Junos OS Release 20.1R1.
Support for cipher algorithms aes-128-cbc, aes-192-cbc, and aes-256-cbc in PowerMode IPsec (PMI) mode is introduced for SRX4100, SRX4200, and vSRX Virtual Firewall in Junos OS Release 19.3R1. Support for vSRX Virtual Firewall 3.0 is introduced in Junos OS Release 20.1R1.