Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

manual (Junos-FIPS Software)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
manual {
    direction (bidirectional | inbound | outbound) {
        protocol esp;
        spi spi-value;
        encryption {
            algorithm 3des-cbc;
            key ascii-text ascii-text-string;
        }
        auxiliary-spi auxiliary-spi-value;
        encryption {
            algorithm 3des-cbc; 
            key (ascii-text key | hexadecimal key);
        }
        protocol (esp | bundle); 
        spi spi-value;
    }
}

Hierarchy Level

[edit security ipsec internal security-association]

Description

Define a manual security association (SA) for internal Routing Engine-to-Routing Engine communication.

Options

The remaining statements are explained separately.

Required Privilege Level

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

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation