[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

direction

Syntax

direction (inbound | outbound | bidirectional) {
protocol (ah | bundle | esp);
spi spi-value;
auxiliary-spi spi-value;
authentication {
algorithm (hmac-md5-96 | hmac-sha1-96);
key (ascii-text key | hexadecimal key);
}
encryption {
algorithm algorithm;
key (ascii-text key | hexadecimal key);
}
}

Hierarchy Level

[edit services ipsec-vpn rule rule-name term term-name then manual]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Specify the direction in which manual SAs are applied.

Options

bidirectional—Apply the SA in both directions.

inbound—Apply the SA on inbound traffic.

outbound—Apply the SA on outbound traffic.

The remaining statements are explained separately.

Usage Guidelines

See Configuring Match Direction for IPsec Rules.

Required Privilege Level

interface—To view this statement in the configuration.

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


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]