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

policy

See the following sections:

policy (IKE)

Syntax

policy policy-name {
description description;
local-certificate identifier;
local-id (ipv4_addr ipv4-address | ipv6-addr ipv6-address | key-id identifier);
mode (aggressive | main);
pre-shared-key (ascii-text key | hexadecimal key);
proposals [ proposal-names ];
remote-id {
any-remote-id;
ipv4_addr [ values ];
ipv6_addr [ values ];
key_id [ values ];
}
}

Hierarchy Level

[edit services ipsec-vpn ike]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define an IKE policy.

Options

policy-name—IKE policy name.

The remaining statements are explained separately.

Usage Guidelines

See Configuring IKE Policies.

Required Privilege Level

admin—To view this statement in the configuration.

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

policy (IPsec)

Syntax

policy policy-name {
description description;
perfect-forward-secrecy {
keys (group1 | group2);
}
proposals [ proposal-names ];
}

Hierarchy Level

[edit services ipsec-vpn ipsec]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define an IPsec policy.

Options

policy-name—IPsec policy name.

The remaining statements are explained separately.

Usage Guidelines

See Configuring IPsec Policies.

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]