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


Usage

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

Description

Define authentication parameters.

Contents

<algorithm>—Define authentication algorithm.

<key>—Define an authentication key.


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