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


Usage

<configuration>
    <policy-options>
        <condition>
            <if-route-exists>
                <address>address</address> <!-- mandatory -->
                <table>table</table> <!-- mandatory -->
            </if-route-exists>
        </condition>
    </policy-options>
</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]