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

security

Syntax

security {
ipsec {
internal {
security-association {
manual {
direction (bidirectional | inbound | outbound) {
protocol esp;
spi spi-value;
authentication {
algorithm hmac-sha1-96;
key ascii-text ascii-test-string;
}
encryption {
algorithm 3des-cbc;
key ascii-text ascii-text-string;
}
}
}
}
}
}
}

Hierarchy Level

[edit]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Define security parameters for internal Routing-Engine-to-Routing-Engine communication.

Options

The remaining statements are explained separately.

Usage Guidelines

See Configuring Internal IPSec.

Required Privilege Level

security—To view and add this statement in the configuration.


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