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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <condition>
                <if-route-exists>
                    <address>address</address> <!-- mandatory -->
                    <table>table</table> <!-- mandatory -->
                </if-route-exists>
            </condition>
        </policy-options>
    </logical-systems>
</configuration>

Description

Route exists in a specific routing table.

Contents

<address>—Exact address of the route.

<table>—Routing table in which route should exist.


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