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


Usage

<configuration>
    <policy-options>
        <policy-statement>
            <to>
                <instance>instance</instance>
                <protocol>...</protocol>
                <rib>rib</rib>
                <neighbor>...</neighbor>
                <next-hop>...</next-hop>
                <interface>...</interface>
                <area>area</area>
                <as-path>...</as-path>
                <as-path-group>...</as-path-group>
                <origin>origin-choice</origin>
                <community>...</community>
                <level>level</level>
                <external>...</external>
                <metric>metric</metric>
                <metric2>metric2</metric2>
                <metric3>metric3</metric3>
                <metric4>metric4</metric4>
                <tag>...</tag>
                <tag2>tag2</tag2>
                <preference>preference</preference>
                <preference2>preference2</preference2>
                <color>color</color>
                <color2>color2</color2>
                <local-preference>local-preference</local-preference>
                <policy>...</policy>
                <family>family-choice</family>
            </to>
        </policy-statement>
    </policy-options>
</configuration>

Description

Conditions to match the destination of a route.

Contents

<area>—OSPF area identifier.

<as-path>—Name of AS path regular expression (BGP only).

<as-path-group>—Name of AS path group (BGP only).

<color>—Color (preference) value.

<color2>—Color (preference) value 2.

<community>—BGP community.

<external>—External route.

<family>—No documentation is available yet.

<instance>—Routing protocol instance.

<interface>—Interface name or address.

<level>—IS-IS level.

<local-preference>—Local preference associated with a route.

<metric>—Metric value.

<metric2>—Metric value 2.

<metric3>—Metric value 3.

<metric4>—Metric value 4.

<neighbor>—Neighboring router.

<next-hop>—Next-hop router.

<origin>—BGP origin attribute.

<policy>—Name of policy to evaluate.

<preference>—Preference value.

<preference2>—Preference value 2.

<protocol>—Protocol from which route was learned.

<rib>—Routing table.

<tag>—Tag string.

<tag2>—Tag string 2.


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