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


Usage

<configuration>
    <security>
        <ipsec>
            <internal>
                <security-association>
                    <manual>
                        <direction>
                            <authentication>
                                <key>
                                    <ascii-text>ascii-text</ascii-text>
                                    <hexadecimal>hexadecimal</hexadecimal>
                                </key>
                            </authentication>
                        </direction>
                    </manual>
                </security-association>
            </internal>
        </ipsec>
    </security>
</configuration>

Description

Define an authentication key.

Contents

<ascii-text>—Format as text.

<hexadecimal>—Format as hexadecimal.


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