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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <from>
                    <source-address-filter>
                        <metric>
                            <metric>metric</metric>
                            <add>add</add>
                            <subtract>subtract</subtract>
                            <igp>...</igp>
                            <minimum-igp>...</minimum-igp>
                            <expression>...</expression>
                        </metric>
                    </source-address-filter>
                </from>
            </policy-statement>
        </policy-options>
    </logical-systems>
</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]