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

encryption

See the following sections:

encryption (JUNOS Software)

Syntax

encryption {
algorithm (des-cbc | 3des-cbc);
key (ascii-text key | hexadecimal key);
}

Hierarchy Level

[edit security ipsec security-association sa-name manual direction (inbound | outbound | bidirectional)]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure an encryption algorithm and key for manual SA.

Options

algorithm—Type of encryption algorithm. It can be one of the following:

key—Type of encryption key. It can be one of the following:

Usage Guidelines

See Configuring the Encryption Algorithm and Key.

Required Privilege Level

system—To view this statement in the configuration.

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

encryption (JUNOS-FIPS Software)

Syntax

encryption {
algorithm 3des-cbc;
key ascii-text ascii-text-string;
}

Hierarchy Level

[edit security ipsec internal security-association manual direction]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define the encryption parameters for internal Routing-Engine-to-Routing-Engine communication. The remaining statements are explained separately.

Usage Guidelines

See Configuring Internal IPSec for JUNOS-FIPS.

Required Privilege Level

Crypto Officer—To view and add this statement in the configuration.

Related Topics

Secure Configuration Guide for Common Criteria and JUNOS-FIPS


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