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

direction

Syntax

direction (bidirectional | inbound | outbound) {
protocol esp;
spi spi-value;
authentication {
algorithm hmac-sha1-96;
key ascii-text ascii-test-string;
}
encryption {
algorithm 3des-cbc;
key ascii-text ascii-text-string;
}
}

Hierarchy Level

[edit security ipsec internal security-association manual ]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Establish a manual SA for internal Routing-Engine-to-Routing-Engine communication.

Options

bidirectional—Apply the same SA values in both directions between Routing Engines.

inbound—Apply these SA properties only to the inbound IPSec tunnel.

outbound—Apply these SA properties only to the outbound IPSec tunnel.

The remaining statements are explained separately.

Usage Guidelines

See Configuring the SA Direction .

Required Privilege Level

maintenance—To view and add this statement in the configuration.


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