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


Usage

<configuration>
    <services>
        <ipsec-vpn>
            <ipsec>
                <proposal>
                    <name>name</name> <!-- identifier -->
                    <description>description</description>
                    <protocol>protocol-choice</protocol>
                    <authentication-algorithm>authentication-algorithm-choice
                                    </authentication-algorithm>
                    <encryption-algorithm>encryption-algorithm-choice</encryption-algorithm>
                    <lifetime-seconds>seconds</lifetime-seconds>
                </proposal>
            </ipsec>
        </ipsec-vpn>
    </services>
</configuration>

Description

Define an IPSec proposal.

Contents

<authentication-algorithm>—Define authentication algorithm.

<description>—Text description of IPSec proposal.

<encryption-algorithm>—Define encryption algorithm.

<lifetime-seconds>—Lifetime, in seconds.

<name>—Name of the IPSec proposal.

<protocol>—Define an IPSec protocol for the proposal.


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