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


Usage

<configuration>
    <policy-options>
        <policy-statement>
            <then>
                <metric>
                    <metric>metric</metric>
                    <add>add</add>
                    <subtract>subtract</subtract>
                    <igp>...</igp>
                    <minimum-igp>...</minimum-igp>
                    <expression>...</expression>
                </metric>
            </then>
        </policy-statement>
    </policy-options>
</configuration>

Description

Metric value.

Contents

<add>—Add constant to attribute.

<expression>—Calculate value based on route metric and metric2.

<igp>—Track the IGP metric (BGP only).

<metric>—No documentation is available yet.

<minimum-igp>—Track the minimum IGP metric (BGP only).

<subtract>—Subtract constant from attribute.


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