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

Configuring an IPSec Proposal (ES PIC)

An IPSec proposal lists protocols and algorithms (security services) to be negotiated with the remote IPSec peer.

To configure an IPSec proposal and define its properties, include the following statements at the [edit security ipsec] hierarchy level:

[edit security ipsec]
proposal ipsec-proposal-name {
authentication-algorithm (hmac-md5-96 | hmac-sha1-96);
description description ;
encryption-algorithm (3des-cbc | des-cbc);
lifetime-seconds seconds;
protocol (ah | esp | bundle);
}

This section discusses the following topics:


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