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

proposal

See the following sections:

proposal (IKE)

Syntax

proposal proposal-name {
authentication-algorithm (md5 | sha1 | sha-256);
authentication-method (dsa-signatures | pre-shared-keys | rsa-signatures);
description description;
dh-group (group1 | group2);
encryption-algorithm algorithm;
lifetime-seconds seconds;
}

Hierarchy Level

[edit services ipsec-vpn ike]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define an IKE proposal for a dynamic SA.

Options

proposal-name—IKE proposal name.

The remaining statements are explained separately.

Usage Guidelines

See Configuring IKE Proposals.

Required Privilege Level

admin—To view this statement in the configuration.

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

proposal (IPsec)

Syntax

proposal proposal-name {
authentication-algorithm (hmac-md5-96 | hmac-sha1-96);
description description;
encryption-algorithm algorithm;
lifetime-seconds seconds;
protocol (ah | esp | bundle);
}

Hierarchy Level

[edit services ipsec-vpn ipsec]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define an IPsec proposal for a dynamic SA.

Options

proposal-name—IPsec proposal name.

The remaining statements are explained separately.

Usage Guidelines

See Configuring IPsec Proposals.

Required Privilege Level

admin—To view this statement in the configuration.

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


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