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


Usage

<configuration>
    <services>
        <ipsec-vpn>
            <rule>
                <term>
                    <name>name</name> <!-- identifier -->
                    <from>...</from>
                    <then>...</then> <!-- mandatory -->
                </term>
            </rule>
        </ipsec-vpn>
    </services>
</configuration>

Description

Define an IPSec term.

Contents

<from>—Define match criteria.

<name>—Term name.

<then>—Action to take if the 'from' condition is matched.


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