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


Usage

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

Description

Define authentication parameters.

Contents

<algorithm>—Define authentication algorithm.

<key>—Define an authentication key.


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