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


Usage

<configuration>
    <security>
        <ipsec>
            <security-association>
                <manual>
                    <direction>
                        <encryption>
                            <algorithm>algorithm-choice</algorithm> <!-- mandatory -->
                            <key>...</key> <!-- mandatory -->
                        </encryption>
                    </direction>
                </manual>
            </security-association>
        </ipsec>
    </security>
</configuration>

Description

Define encryption parameters.

Contents

<algorithm>—Define encryption algorithm.

<key>—Define an encryption key.


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