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


Usage

<configuration>
    <security>
        <ipsec>
            <policy>
                <name>name</name> <!-- identifier -->
                <description>description</description>
                <perfect-forward-secrecy>...</perfect-forward-secrecy>
                <proposals>...</proposals>
            </policy>
        </ipsec>
    </security>
</configuration>

Description

Define an IPSec policy.

Contents

<description>—Text description of IPSec policy.

<name>—Name of the IPSec policy.

<perfect-forward-secrecy>—Define perfect forward secrecy.

<proposals>—Define the set of IPSec proposals.


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