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


Usage

<configuration>
    <services>
        <mobile-ip>
            <peer>
                <ip-address>
                    <spi>
                        <name>name</name> <!-- identifier -->
                        <entity-type>...</entity-type> <!-- mandatory -->
                        <algorithm>...</algorithm>
                        <key>...</key> <!-- mandatory -->
                        <replay-method>...</replay-method>
                    </spi>
                </ip-address>
            </peer>
        </mobile-ip>
    </services>
</configuration>

Description

Security parameter index.

Contents

<algorithm>—Algorithm type.

<entity-type>—Entity type.

<key>—Secret key.

<name>—SPI value (100-FFFFFFFF).

<replay-method>—Replay protection method.


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