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

proposal

See the following sections:

proposal (IKE)

Syntax

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

Hierarchy Level

[edit security ike]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define an IKE proposal for a dynamic SA.

Options

ike-proposal-name—Specifies an IKE proposal name.

The remaining statements are explained separately.

Usage Guidelines

See Configuring an IKE Proposal (Dynamic SAs Only).

Required Privilege Level

admin—To view this statement in the configuration.

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

proposal (IPSec)

Syntax

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

Hierarchy Level

[edit security ipsec]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define an IPSec proposal for a dynamic SA.

Options

ipsec-proposal-name—Specifies an IPSec proposal name.

The statements are explained separately.

Usage Guidelines

See Configuring an IPSec Proposal (ES PIC).

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]