[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 [ values ];
ipv6_addr [ values ];
key_id [ values ];
}
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 an IKE Policy.

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 an IPSec Policy.

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]