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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <from>
                    <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>
                    <route-filter>...</route-filter>
                    <source-address-filter>...</source-address-filter>
                    <prefix-list>...</prefix-list>
                    <prefix-list-filter>...</prefix-list-filter>
                    <multicast-scope>...</multicast-scope>
                    <aggregate-contributor/>
                    <state>state-choice</state>
                    <route-type>route-type-choice</route-type>
                    <next-hop-type>next-hop-type-choice</next-hop-type>
                    <condition>...</condition>
                </from>
            </policy-statement>
        </policy-options>
    </logical-systems>
</configuration>

Description

Conditions to match the source of a route.

Contents

<aggregate-contributor>—Match more specifics of an aggregate.

<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.

<condition>—Condition to match on.

<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.

<multicast-scope>—Multicast scope to match.

<neighbor>—Neighboring router.

<next-hop>—Next-hop router.

<next-hop-type>—Next-hop type.

<origin>—BGP origin attribute.

<policy>—Name of policy to evaluate.

<preference>—Preference value.

<preference2>—Preference value 2.

<prefix-list>—List of prefix-lists of routes to match.

<prefix-list-filter>—List of prefix-list-filters to match.

<protocol>—Protocol from which route was learned.

<rib>—Routing table.

<route-filter>—List of routes to match.

<route-type>—Route type.

<source-address-filter>—List of source addresses to match.

<state>—Route state.

<tag>—Tag string.

<tag2>—Tag string 2.


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