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


Usage

<configuration>
    <services>
        <ipsec-vpn>
            <rule>
                <term>
                    <then>
                        <manual>
                            <direction>
                                <name>name</name> <!-- identifier -->
                                <protocol>protocol-choice</protocol> <!-- mandatory -->
                                <spi>spi</spi> <!-- mandatory -->
                                <auxiliary-spi>auxiliary-spi</auxiliary-spi>
                                <authentication>...</authentication>
                                <encryption>...</encryption>
                            </direction>
                        </manual>
                    </then>
                </term>
            </rule>
        </ipsec-vpn>
    </services>
</configuration>

Description

Define the direction of the security association.

Contents

<authentication>—Define authentication parameters.

<auxiliary-spi>—ESP security parameter index for IPSec SA bundle.

<encryption>—Define encryption parameters.

<name>—No documentation is available yet.

<protocol>—Define an IPSec protocol for the security association.

<spi>—Define security parameter index.


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