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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <name>name</name> <!-- identifier -->
                <term>...</term>
                <from>...</from>
                <to>...</to>
                <then>...</then>
            </policy-statement>
        </policy-options>
    </logical-systems>
</configuration>

Description

Routing policy.

Contents

<from>—Conditions to match the source of a route.

<name>—Name to identify a policy filter.

<term>—Policy term.

<then>—Actions to take if 'from' and 'to' conditions match.

<to>—Conditions to match the destination of a route.


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