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


Usage

<configuration>
    <security>
        <ike>
            <proposal>
                <name>name</name> <!-- identifier -->
                <description>description</description>
                <authentication-method>authentication-method-choice
                                    </authentication-method>
                <dh-group>dh-group-choice</dh-group>
                <authentication-algorithm>authentication-algorithm-choice
                                    </authentication-algorithm>
                <encryption-algorithm>encryption-algorithm-choice</encryption-algorithm>
                <lifetime-seconds>seconds</lifetime-seconds>
            </proposal>
        </ike>
    </security>
</configuration>

Description

Define an IKE proposal.

Contents

<authentication-algorithm>—Define authentication algorithm.

<authentication-method>—Define authentication method.

<description>—Text description of IKE proposal.

<dh-group>—Define Diffie-Hellman group.

<encryption-algorithm>—Define encryption algorithm.

<lifetime-seconds>—Lifetime, in seconds.

<name>—Name of the IKE proposal.


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