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

Configuring the Encryption Algorithm and Key

To configure IPSec encryption, include the encryption statement and specify an algorithm and key at the [edit security ipsec security-association sa-name manual direction (inbound | outbound | bi-directional)] hierarchy level:

[edit security ipsec security-association sa-name manual direction (inbound | outbound | bi-directional)]
encryption {
algorithm (des-cbc | 3des-cbc);
key (ascii-text key | hexadecimal key);
}

The algorithm can be one of the following:

The key can be one of the following:


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